Hello community,

here is the log from the commit of package pari for openSUSE:Factory checked in 
at 2013-03-08 09:30:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pari (Old)
 and      /work/SRC/openSUSE:Factory/.pari.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pari", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/pari/pari.changes        2012-12-05 
14:01:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pari.new/pari.changes   2013-03-08 
09:30:48.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan  6 20:10:01 UTC 2013 - jeng...@inai.de
+
+- Restore original library filename after confirming with upstream
+  (This change is transparent to all users)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pari.spec ++++++
--- /var/tmp/diff_new_pack.ZKBy8X/_old  2013-03-08 09:30:49.000000000 +0100
+++ /var/tmp/diff_new_pack.ZKBy8X/_new  2013-03-08 09:30:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pari
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           pari
 %define lname  libpari-gmp3
 Version:        2.5.3
 Release:        0
-Group:          Productivity/Scientific/Math
 Summary:       Computer Algebra System for fast computations in Number Theory
 License:        GPL-2.0
-URL:            http://pari.math.u-bordeaux.fr/
+Group:          Productivity/Scientific/Math
+Url:            http://pari.math.u-bordeaux.fr/
 
 #DL-URL:       http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.3.tar.gz
 Source:         %name-%version.tar.xz
 Source2:       
http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.3.changelog
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires: gmp-devel, readline-devel
-BuildRequires: fltk-devel, libqt4-devel, xz
+BuildRequires:  fltk-devel
+BuildRequires:  gmp-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  readline-devel
+BuildRequires:  xz
 %if 0%{?suse_version} >= 1220
-BuildRequires: libX11-devel, xorg-x11-proto-devel
+BuildRequires:  libX11-devel
+BuildRequires:  xorg-x11-proto-devel
 %else
 BuildRequires: xorg-x11-devel
 %endif
@@ -101,15 +106,6 @@
 b="%buildroot";
 make install DESTDIR="$b";
 
-# Put library in the right spot and fix the SO version abuse
-if [ -L "$b/%_libdir/libpari-gmp.so.3" ]; then
-       rm -f "$b/%_libdir/libpari-gmp.so.3";
-fi;
-mv "$b/%_libdir/libpari-gmp.so.%version" "$b/%_libdir/libpari-gmp.so.3";
-ln -fs libpari-gmp.so.3 "$b/%_libdir/libpari-gmp-%version.so";
-ln -fs libpari-gmp-%version.so "$b/%_libdir/libpari-gmp.so";
-ln -fs libpari-gmp-%version.so "$b/%_libdir/libpari.so";
-
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
@@ -122,15 +118,19 @@
 %_mandir/man*/*
 %doc %name-%version.changelog
 
+#
+# See
+# http://pari.math.u-bordeaux.fr/archives/pari-dev-1211/msg00006.html
+# for details on the SO versioning.
+#
 %files -n libpari-gmp3
 %defattr(-,root,root)
-%_libdir/*.so.*
-%_libdir/libpari-gmp-%version.so
+%_libdir/libpari-gmp.so.%version
+%_libdir/libpari-gmp.so.3
 
 %files devel
 %defattr(-,root,root)
 %_includedir/pari
 %_libdir/libpari.so
-%_libdir/libpari-gmp.so
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to