Hello community, here is the log from the commit of package libcryptopp for openSUSE:Factory checked in at 2017-01-31 12:27:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcryptopp (Old) and /work/SRC/openSUSE:Factory/.libcryptopp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcryptopp" Changes: -------- --- /work/SRC/openSUSE:Factory/libcryptopp/libcryptopp.changes 2016-09-16 11:02:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libcryptopp.new/libcryptopp.changes 2017-02-03 17:47:14.687654698 +0100 @@ -1,0 +2,10 @@ +Sat Jan 28 20:58:04 UTC 2017 - [email protected] + +- Remove libcryptoo-devel-static, this seems unused in Factory. + +------------------------------------------------------------------- +Sat Jan 28 09:32:22 UTC 2017 - [email protected] + +- Update descriptions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcryptopp.spec ++++++ --- /var/tmp/diff_new_pack.w3AWTb/_old 2017-02-03 17:47:15.235577458 +0100 +++ /var/tmp/diff_new_pack.w3AWTb/_new 2017-02-03 17:47:15.239576893 +0100 @@ -1,7 +1,7 @@ # # spec file for package libcryptopp # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ # There is no upstream interface version information. # Therefore we need unique basenames: %define soname %{major}_%{minor} -Summary: Crypto++ Library +Summary: Cryptographic library for C++ License: BSL-1.0 Group: Development/Libraries/C and C++ Url: http://www.cryptopp.com @@ -45,30 +45,25 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Crypto++ Library is a free C++ class library of cryptographic schemes. +The Crypto++ library is a C++ class library of cryptographic schemes. %package -n %{name}%{soname} Summary: Cryptographic Library for C++ Group: System/Libraries %description -n %{name}%{soname} -Crypto++ Library is a free C++ class library of cryptographic schemes. +The Crypto++ library provides authenticated encryption, stream and +block ciphers, block cipher operation modes, message authentication +codes, hash functions, PKI crypto, key agreement schemes and elliptic +curve crypto. %package -n %{name}-devel -Summary: Cryptographic Library for C++ +Summary: Development files for libcryptopp, a cryptographic library for C++ Group: Development/Libraries/C and C++ Requires: %{name}%{soname} = %{version} %description -n %{name}-devel -Crypto++ Library is a free C++ class library of cryptographic schemes. - -%package -n %{name}-devel-static -Summary: Cryptographic Library for C++ -Group: Development/Libraries/C and C++ -Requires: %{name}-devel = %{version} - -%description -n %{name}-devel-static -Crypto++ Library is a free C++ class library of cryptographic schemes. +The Crypto++ library is a C++ class library of cryptographic schemes. %prep %setup -q -c "%{name}-%{version}" @@ -78,9 +73,9 @@ %build make %{?_smp_mflags} \ - CXXFLAGS="-DNDEBUG %{optflags} -fpic -fPIC" \ + CXXFLAGS="-DNDEBUG %{optflags} -fPIC" \ CXX="g++" \ - all static + all %install make \ @@ -110,8 +105,4 @@ %{_libdir}/libcryptopp.so %{_libdir}/pkgconfig/cryptopp.pc -%files -n %{name}-devel-static -%defattr(-,root,root) -%{_libdir}/libcryptopp.a - %changelog
