Hello community,

here is the log from the commit of package libcryptopp for openSUSE:Factory 
checked in at 2012-10-16 11:58:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcryptopp (Old)
 and      /work/SRC/openSUSE:Factory/.libcryptopp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcryptopp", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcryptopp/libcryptopp.changes  2012-03-20 
11:30:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libcryptopp.new/libcryptopp.changes     
2012-10-16 11:58:02.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Oct 14 10:58:07 UTC 2012 - [email protected]
+
+- added baselibs.conf
+- spec file improved
+
+-------------------------------------------------------------------

New:
----
  baselibs.conf

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

Other differences:
------------------
++++++ libcryptopp.spec ++++++
--- /var/tmp/diff_new_pack.HHhnGu/_old  2012-10-16 11:58:04.000000000 +0200
+++ /var/tmp/diff_new_pack.HHhnGu/_new  2012-10-16 11:58:04.000000000 +0200
@@ -17,6 +17,7 @@
 
 
 Name:           libcryptopp
+# When updating, remember to update cryptopp.pc and baselibs.conf as well.
 Version:        5.6.1
 Release:        0
 %define pkg_version 561
@@ -30,10 +31,11 @@
 # http://www.cryptopp.com/cryptopp%%{pkg_version}.zip
 Source:         cryptopp%{pkg_version}.tar.bz2
 Source2:        cryptopp.pc
+# PATCH-FEATURE-OPENSUSE libcryptopp-shared.patch -- improve shared library 
creation
 Patch1:         libcryptopp-shared.patch
+# PATCH-FIX-UPSTREAM libcryptopp-gcc47.patch -- fixed in upstream svn
 Patch2:         libcryptopp-gcc47.patch
 BuildRequires:  gcc-c++
-BuildRequires:  libstdc++-devel
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -67,17 +69,17 @@
     PREFIX="%{_prefix}" \
     LIB="%{_lib}" \
     CXX="g++" \
-    LIBSUFFIX="-%version" \
+    LIBSUFFIX="-%{version}" \
     LDFLAGS="-pthread" \
     all
 
 %install
 make \
-    DESTDIR="%{buildroot}" \
+    DESTDIR=%{buildroot} \
     PREFIX="%{_prefix}" \
     LIB="%{_lib}" \
     CXX="g++" \
-    LIBSUFFIX="-%version" \
+    LIBSUFFIX="-%{version}" \
     install
 rm -rf "%{buildroot}%{_bindir}"
 mkdir %{buildroot}%{_libdir}/pkgconfig/
@@ -92,7 +94,7 @@
 
 %files -n %{name}%{soname}
 %defattr(-,root,root)
-%_libdir/libcryptopp-%version.so.0
+%{_libdir}/libcryptopp-%{version}.so.0
 
 %files -n %{name}-devel
 %defattr(-,root,root)

++++++ baselibs.conf ++++++
libcryptopp-5_6_1-0
libcryptopp-devel
++++++ cryptopp.pc ++++++
--- /var/tmp/diff_new_pack.HHhnGu/_old  2012-10-16 11:58:04.000000000 +0200
+++ /var/tmp/diff_new_pack.HHhnGu/_new  2012-10-16 11:58:04.000000000 +0200
@@ -6,7 +6,7 @@
 Name: libcrypto++
 Description: General purpose cryptographic shared library
 URL: http://www.cryptopp.com
-Version: 5.6.0
+Version: 5.6.1
 Requires:
 Libs: -lcryptopp
 Cflags:

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

Reply via email to