Accepting request 436589 from science
- Update to new upstream release 4.0.2 OBS-URL: https://build.opensuse.org/request/show/436589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/givaro?expand=0&rev=4
This commit is contained in:
commit
3f060c8b6f
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 20 19:33:43 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 4.0.2
|
||||||
|
* No changelog was provided
|
||||||
|
- Remove new-abi.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 12 21:33:59 UTC 2016 - jengelh@inai.de
|
Sat Mar 12 21:33:59 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
14
givaro.spec
14
givaro.spec
@ -17,19 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: givaro
|
Name: givaro
|
||||||
%define lname libgivaro-4_0_1
|
%define lname libgivaro9
|
||||||
Version: 4.0.1
|
Version: 4.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ library for arithmetic and algebraic computations
|
Summary: C++ library for arithmetic and algebraic computations
|
||||||
License: CECILL-B
|
License: CECILL-B
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://givaro.forge.imag.fr/
|
Url: http://givaro.forge.imag.fr/
|
||||||
|
|
||||||
#Git-Web: https://github.com/linbox-team/givaro
|
#Git-Clone: https://github.com/linbox-team/givaro
|
||||||
#Git-Clone: git://github.com/linbox-team/givaro
|
Source: https://github.com/linbox-team/givaro/archive/v%version.tar.gz
|
||||||
Source: https://github.com/linbox-team/givaro/archive/v4.0.1.tar.gz
|
|
||||||
Patch1: givaro-doc-no-build-time.patch
|
Patch1: givaro-doc-no-build-time.patch
|
||||||
Patch2: new-abi.diff
|
|
||||||
# Old doxygen does not properly handle symlink recursion
|
# Old doxygen does not properly handle symlink recursion
|
||||||
BuildRequires: doxygen >= 1.5.7.1
|
BuildRequires: doxygen >= 1.5.7.1
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -107,7 +105,7 @@ the Givaro API.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -P 1 -P 2 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -127,7 +125,7 @@ rm -f "$b/%_libdir"/*.la
|
|||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libgivaro-4.0.1.so
|
%_libdir/libgivaro.so.*
|
||||||
%doc COPYRIGHT COPYING
|
%doc COPYRIGHT COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
22
new-abi.diff
22
new-abi.diff
@ -1,22 +0,0 @@
|
|||||||
From: Jan Engelhardt <jengelh@inai.de>
|
|
||||||
Date: 2016-03-12 22:24:06.376559254 +0100
|
|
||||||
References: https://github.com/linbox-team/givaro/issues/7
|
|
||||||
|
|
||||||
Since upstream did not get it right, use -release as per the
|
|
||||||
tips in the openSUSE wiki on how to tackle that problem.
|
|
||||||
---
|
|
||||||
src/Makefile.am | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: givaro-4.0.1/src/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- givaro-4.0.1.orig/src/Makefile.am
|
|
||||||
+++ givaro-4.0.1/src/Makefile.am
|
|
||||||
@@ -20,6 +20,6 @@ libgivaro_la_LIBADD= \
|
|
||||||
kernel/gmp++/libgmppp.la kernel/bstruct/libgivbstruct.la kernel/integer/libgivinteger.la kernel/memory/libgivmemory.la kernel/rational/libgivrational.la kernel/system/libgivsystem.la kernel/field/libgivfield.la library/tools/libgivtools.la library/poly1/libgivpoly1.la
|
|
||||||
|
|
||||||
# soname of libgivaro
|
|
||||||
-libgivaro_la_LDFLAGS = -version-info 8:1:0
|
|
||||||
+libgivaro_la_LDFLAGS = -release ${PACKAGE_VERSION}
|
|
||||||
libgivaro_la_LDFLAGS+= -no-undefined
|
|
||||||
libgivaro_la_LDFLAGS+=$(LDFLAGS)
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:304cea7aaee0e4282c3a6a248dcfe1abb6d30eae6cc6c2f316de4da1cedaede9
|
|
||||||
size 637821
|
|
3
v4.0.2.tar.gz
Normal file
3
v4.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52da0c41fb716abd70c8127944994388db03b4c7c4a5fbab75ad2d99d1c5d4f3
|
||||||
|
size 653941
|
Loading…
Reference in New Issue
Block a user