public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] isl: Update to 0.16.1
@ 2016-03-26  9:30 Alexander Marx
  2016-03-26 10:41 ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Marx @ 2016-03-26  9:30 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 isl/isl.nm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isl/isl.nm b/isl/isl.nm
index be80f99..07c19b0 100644
--- a/isl/isl.nm
+++ b/isl/isl.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = isl
-version    = 0.14.1
+version    = 0.16.1
 release    = 1
 
 groups     = System/Libraries
-- 
2.6.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] isl: Update to 0.16.1
  2016-03-26  9:30 [PATCH] isl: Update to 0.16.1 Alexander Marx
@ 2016-03-26 10:41 ` Michael Tremer
  2016-03-29 13:05   ` [PATCH v2] " Alexander Marx
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2016-03-26 10:41 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 874 bytes --]

Hi,

this introduces an sobump from libisl.so.13 to libisl.so.15.

That requires to add version 0.14.x to the compat-isl package (which exists
already).

Will you please do that and send an updated patch? This can be a small patchset
or all in one commit.

Best,
-Michael

On Sat, 2016-03-26 at 10:30 +0100, Alexander Marx wrote:
> Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
> ---
>  isl/isl.nm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/isl/isl.nm b/isl/isl.nm
> index be80f99..07c19b0 100644
> --- a/isl/isl.nm
> +++ b/isl/isl.nm
> @@ -4,7 +4,7 @@
>  #############################################################################
> ##
>  
>  name       = isl
> -version    = 0.14.1
> +version    = 0.16.1
>  release    = 1
>  
>  groups     = System/Libraries

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] isl: Update to 0.16.1
  2016-03-26 10:41 ` Michael Tremer
@ 2016-03-29 13:05   ` Alexander Marx
  2016-03-29 13:09     ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Marx @ 2016-03-29 13:05 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1824 bytes --]

Updated compat-isl package to 0.14.1 because of so bump.
The older version 0.12.2 is not used by any other package
any more and has been dropped.

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 compat-isl/compat-isl.nm | 16 ++++++++++++----
 isl/isl.nm               |  2 +-
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/compat-isl/compat-isl.nm b/compat-isl/compat-isl.nm
index 39cd5ec..4005582 100644
--- a/compat-isl/compat-isl.nm
+++ b/compat-isl/compat-isl.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = compat-isl
-version    = 0.12.2
+version    = 0.14.1
 release    = 1
 thisapp    = isl-%{version}
 
@@ -23,7 +23,7 @@ description
 end
 
 source_dl += http://isl.gforge.inria.fr/
-sources    = %{thisapp}.tar.lzma
+sources    = %{thisapp}.tar.xz
 
 build
 	requires
@@ -38,13 +38,21 @@ build
 	install
 		# Install just the library and no headers.
 		mkdir -pv %{BUILDROOT}%{libdir}
-		install -m 644 .libs/libisl.so.10.2.2 %{BUILDROOT}%{libdir}
-		ln -svf libisl.so.10.2.2 %{BUILDROOT}%{libdir}/libisl.so.10
+		install -m 644 .libs/libisl.so.13.1.1 %{BUILDROOT}%{libdir}
+		ln -svf libisl.so.13.1.1 %{BUILDROOT}%{libdir}/libisl.so.13
 	end
 end
 
 packages
 	package %{name}
+		provides
+			isl = %{thisver}
+		end
+
+		obsoletes
+			isl <= %{thisver}
+		end
+	end
 
 	package %{name}-debuginfo
 		template DEBUGINFO
diff --git a/isl/isl.nm b/isl/isl.nm
index be80f99..07c19b0 100644
--- a/isl/isl.nm
+++ b/isl/isl.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = isl
-version    = 0.14.1
+version    = 0.16.1
 release    = 1
 
 groups     = System/Libraries
-- 
2.6.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] isl: Update to 0.16.1
  2016-03-29 13:05   ` [PATCH v2] " Alexander Marx
@ 2016-03-29 13:09     ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2016-03-29 13:09 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2158 bytes --]

Thx for the fixed patch.

-Michael

On Tue, 2016-03-29 at 15:05 +0200, Alexander Marx wrote:
> Updated compat-isl package to 0.14.1 because of so bump.
> The older version 0.12.2 is not used by any other package
> any more and has been dropped.
> 
> Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
> ---
>  compat-isl/compat-isl.nm | 16 ++++++++++++----
>  isl/isl.nm               |  2 +-
>  2 files changed, 13 insertions(+), 5 deletions(-)
> 
> diff --git a/compat-isl/compat-isl.nm b/compat-isl/compat-isl.nm
> index 39cd5ec..4005582 100644
> --- a/compat-isl/compat-isl.nm
> +++ b/compat-isl/compat-isl.nm
> @@ -4,7 +4,7 @@
>  #############################################################################
> ##
>  
>  name       = compat-isl
> -version    = 0.12.2
> +version    = 0.14.1
>  release    = 1
>  thisapp    = isl-%{version}
>  
> @@ -23,7 +23,7 @@ description
>  end
>  
>  source_dl += http://isl.gforge.inria.fr/
> -sources    = %{thisapp}.tar.lzma
> +sources    = %{thisapp}.tar.xz
>  
>  build
>  	requires
> @@ -38,13 +38,21 @@ build
>  	install
>  		# Install just the library and no headers.
>  		mkdir -pv %{BUILDROOT}%{libdir}
> -		install -m 644 .libs/libisl.so.10.2.2 %{BUILDROOT}%{libdir}
> -		ln -svf libisl.so.10.2.2 %{BUILDROOT}%{libdir}/libisl.so.10
> +		install -m 644 .libs/libisl.so.13.1.1 %{BUILDROOT}%{libdir}
> +		ln -svf libisl.so.13.1.1 %{BUILDROOT}%{libdir}/libisl.so.13
>  	end
>  end
>  
>  packages
>  	package %{name}
> +		provides
> +			isl = %{thisver}
> +		end
> +
> +		obsoletes
> +			isl <= %{thisver}
> +		end
> +	end
>  
>  	package %{name}-debuginfo
>  		template DEBUGINFO
> diff --git a/isl/isl.nm b/isl/isl.nm
> index be80f99..07c19b0 100644
> --- a/isl/isl.nm
> +++ b/isl/isl.nm
> @@ -4,7 +4,7 @@
>  #############################################################################
> ##
>  
>  name       = isl
> -version    = 0.14.1
> +version    = 0.16.1
>  release    = 1
>  
>  groups     = System/Libraries

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-29 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-26  9:30 [PATCH] isl: Update to 0.16.1 Alexander Marx
2016-03-26 10:41 ` Michael Tremer
2016-03-29 13:05   ` [PATCH v2] " Alexander Marx
2016-03-29 13:09     ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox