Hello community, here is the log from the commit of package libcryptopp for openSUSE:Factory checked in at 2017-02-26 17:03:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2017-02-07 11:57:21.797505927 +0100 +++ /work/SRC/openSUSE:Factory/.libcryptopp.new/libcryptopp.changes 2017-02-26 17:03:45.493939918 +0100 @@ -1,0 +2,8 @@ +Thu Feb 23 23:16:02 UTC 2017 - [email protected] + +- update to 5.6.5 + * Rebase libcryptopp-shared.patch + * Rebase 0001-disable_os_rng_test.patch +- enable openmp usage + +------------------------------------------------------------------- Old: ---- cryptopp564.zip New: ---- cryptopp565.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcryptopp.spec ++++++ --- /var/tmp/diff_new_pack.nC6fc3/_old 2017-02-26 17:03:45.973867121 +0100 +++ /var/tmp/diff_new_pack.nC6fc3/_new 2017-02-26 17:03:45.977866514 +0100 @@ -18,7 +18,7 @@ %define major 5 %define minor 6 -%define patch 4 +%define patch 5 Name: libcryptopp # When updating, remember to update cryptopp.pc and baselibs.conf as well. @@ -74,7 +74,7 @@ %build make %{?_smp_mflags} \ - CXXFLAGS="-DNDEBUG %{optflags} -fPIC" \ + CXXFLAGS="-DNDEBUG %{optflags} -fPIC -pthread -fopenmp" \ CXX="g++" \ all ++++++ 0001-disable_os_rng_test.patch ++++++ --- /var/tmp/diff_new_pack.nC6fc3/_old 2017-02-26 17:03:46.013861054 +0100 +++ /var/tmp/diff_new_pack.nC6fc3/_new 2017-02-26 17:03:46.017860448 +0100 @@ -1,8 +1,8 @@ -Index: libcryptopp-5.6.4/test.cpp +Index: libcryptopp-5.6.5/test.cpp =================================================================== ---- libcryptopp-5.6.4.orig/test.cpp -+++ libcryptopp-5.6.4/test.cpp -@@ -882,7 +882,7 @@ bool Validate(int alg, bool thorough, co +--- libcryptopp-5.6.5.orig/test.cpp ++++ libcryptopp-5.6.5/test.cpp +@@ -898,7 +898,7 @@ bool Validate(int alg, bool thorough, co { case 0: result = ValidateAll(thorough); break; case 1: result = TestSettings(); break; @@ -11,11 +11,11 @@ case 3: result = ValidateMD5(); break; case 4: result = ValidateSHA(); break; case 5: result = ValidateDES(); break; -Index: libcryptopp-5.6.4/validat1.cpp +Index: libcryptopp-5.6.5/validat1.cpp =================================================================== ---- libcryptopp-5.6.4.orig/validat1.cpp -+++ libcryptopp-5.6.4/validat1.cpp -@@ -73,7 +73,8 @@ USING_NAMESPACE(std) +--- libcryptopp-5.6.5.orig/validat1.cpp ++++ libcryptopp-5.6.5/validat1.cpp +@@ -69,7 +69,8 @@ USING_NAMESPACE(std) bool ValidateAll(bool thorough) { bool pass=TestSettings(); ++++++ libcryptopp-shared.patch ++++++ --- /var/tmp/diff_new_pack.nC6fc3/_old 2017-02-26 17:03:46.061853775 +0100 +++ /var/tmp/diff_new_pack.nC6fc3/_new 2017-02-26 17:03:46.065853168 +0100 @@ -1,14 +1,14 @@ -Index: libcryptopp-5.6.4/GNUmakefile +Index: libcryptopp-5.6.5/GNUmakefile =================================================================== ---- libcryptopp-5.6.4.orig/GNUmakefile -+++ libcryptopp-5.6.4/GNUmakefile -@@ -646,8 +646,8 @@ endif +--- libcryptopp-5.6.5.orig/GNUmakefile ++++ libcryptopp-5.6.5/GNUmakefile +@@ -640,8 +640,8 @@ endif libcryptopp.dylib: $(LIBOBJS) $(CXX) -dynamiclib -o $@ $(CXXFLAGS) -install_name "$@" -current_version "$(LIB_MAJOR).$(LIB_MINOR).$(LIB_PATCH)" -compatibility_version "$(LIB_MAJOR).$(LIB_MINOR)" -headerpad_max_install_names $(LDFLAGS) $(LIBOBJS) --cryptest.exe: libcryptopp.a $(TESTOBJS) | config_warning +-cryptest.exe: libcryptopp.a $(TESTOBJS) - $(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) ./libcryptopp.a $(LDFLAGS) $(LDLIBS) -+cryptest.exe: libcryptopp.so$(SOLIB_VERSION_SUFFIX) $(TESTOBJS) | config_warning ++cryptest.exe: libcryptopp.so$(SOLIB_VERSION_SUFFIX) $(TESTOBJS) + $(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) -L. -lcryptopp $(LDFLAGS) $(LDLIBS) # Makes it faster to test changes
