Hello community,

here is the log from the commit of package libksba for openSUSE:Factory checked 
in at 2012-10-03 07:58:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksba (Old)
 and      /work/SRC/openSUSE:Factory/.libksba.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksba", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksba/libksba.changes  2011-11-21 
15:46:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libksba.new/libksba.changes     2012-10-03 
07:58:39.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Oct  1 18:59:20 UTC 2012 - [email protected]
+
+- update to libksba 1.3.0
+  - change license from GPLv2 to LGPLv3/GPLv2
+  - minor bug fixes
+- implement shared library packaging policy
+- remove nld-build.diff which was added 2004 before package was in
+  the openSUSE OBS, was never used or applied cleanly since r1
+
+-------------------------------------------------------------------

Old:
----
  libksba-1.2.0.tar.bz2
  nld-build.diff

New:
----
  libksba-1.3.0.tar.bz2

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

Other differences:
------------------
++++++ libksba.spec ++++++
--- /var/tmp/diff_new_pack.jlw5nR/_old  2012-10-03 07:58:41.000000000 +0200
+++ /var/tmp/diff_new_pack.jlw5nR/_new  2012-10-03 07:58:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libksba
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,18 +16,15 @@
 #
 
 
-
 Name:           libksba
-Version:        1.2.0
-Release:        1
-License:        GPL-3.0+
+Version:        1.3.0
+Release:        0
+%define soname 8
 Summary:        A X.509 Library
-Url:            http://www.gnupg.org/aegypten/
+License:        (LGPL-3.0+ or GPL-2.0+) and GPL-3.0+ and MIT
 Group:          Development/Libraries/C and C++
-# change also name and nfb
-%define nld_build 0
+Url:            http://www.gnupg.org/aegypten/
 Source:         libksba-%{version}.tar.bz2
-Patch1:         nld-build.diff
 BuildRequires:  libgpg-error-devel >= 1.8
 BuildRequires:  libtool
 PreReq:         %install_info_prereq
@@ -37,17 +34,22 @@
 KSBA is a library to simplify the task of working with X.509
 certificates, CMS data, and related data.
 
+%package -n %{name}%{soname}
+Summary:        A X.509 Library
+Group:          Development/Libraries/C and C++
+Provides:       %{name} = %{version}
+Obsoletes:      %{name} < %{version}
+
+%description -n %{name}%{soname}
+KSBA is a library to simplify the task of working with X.509
+certificates, CMS data, and related data.
+
 %package devel
-License:        GPL-2.0+ ; MIT
 Summary:        A X.509 Library
 Group:          Development/Libraries/C and C++
-%if %nld_build
-Conflicts:      libksba-devel
-%else
 Requires:       libgpg-error-devel
 Requires:       libksba = %{version}
 Provides:       libksba:/usr/include/ksba.h
-%endif
 
 %description devel
 KSBA is a library to simplify the task of working with X.509
@@ -58,12 +60,8 @@
 
 %prep
 %setup -q -n libksba-%{version}
-%if %nld_build
-%patch1
-%endif
 
 %build
-autoreconf -fi
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
@@ -74,14 +72,14 @@
 %make_install
 rm -fv %{buildroot}%{_libdir}/*.la
 
-%post -p /sbin/ldconfig
+%post -n %{name}%{soname} -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %{name}%{soname} -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
 
-%files
+%files -n %{name}%{soname}
 %defattr(-,root,root)
 %doc README AUTHORS COPYING ChangeLog NEWS THANKS TODO
 %{_libdir}/libksba*.so.*

++++++ libksba-1.2.0.tar.bz2 -> libksba-1.3.0.tar.bz2 ++++++
++++ 35561 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to