commit libmd for openSUSE:Factory

2020-03-08 Thread root
Hello community,

here is the log from the commit of package libmd for openSUSE:Factory checked 
in at 2020-03-08 22:23:07

Comparing /work/SRC/openSUSE:Factory/libmd (Old)
 and  /work/SRC/openSUSE:Factory/.libmd.new.26092 (New)


Package is "libmd"

Sun Mar  8 22:23:07 2020 rev:6 rq:781651 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libmd/libmd.changes  2019-08-16 
15:30:22.169965851 +0200
+++ /work/SRC/openSUSE:Factory/.libmd.new.26092/libmd.changes   2020-03-08 
22:23:32.492055401 +0100
@@ -1,0 +2,5 @@
+Wed Mar  4 16:27:59 UTC 2020 - Andreas Schwab 
+
+- Remove undefined macro
+
+---



Other differences:
--
++ libmd.spec ++
--- /var/tmp/diff_new_pack.I0WudV/_old  2020-03-08 22:23:32.996055712 +0100
+++ /var/tmp/diff_new_pack.I0WudV/_new  2020-03-08 22:23:32.996055712 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmd
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -71,7 +71,7 @@
   make %{?_smp_mflags} clean
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else
-  make %{?_smp_mflags} %{addopts}
+  make %{?_smp_mflags}
 %endif
 
 %install






commit libmd for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package libmd for openSUSE:Factory checked 
in at 2019-08-16 15:30:20

Comparing /work/SRC/openSUSE:Factory/libmd (Old)
 and  /work/SRC/openSUSE:Factory/.libmd.new.22127 (New)


Package is "libmd"

Fri Aug 16 15:30:20 2019 rev:5 rq:723087 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libmd/libmd.changes  2018-12-27 
00:24:39.827894944 +0100
+++ /work/SRC/openSUSE:Factory/.libmd.new.22127/libmd.changes   2019-08-16 
15:30:22.169965851 +0200
@@ -1,0 +2,5 @@
+Tue Aug 13 13:54:43 UTC 2019 - Martin Pluskal 
+
+- Enable profile guided optimization
+
+---



Other differences:
--
++ libmd.spec ++
--- /var/tmp/diff_new_pack.9OcUn8/_old  2019-08-16 15:30:22.733965687 +0200
+++ /var/tmp/diff_new_pack.9OcUn8/_new  2019-08-16 15:30:22.737965685 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -64,7 +64,15 @@
 %configure \
   --disable-static \
   --disable-silent-rules
-make %{?_smp_mflags}
+
+%if %{do_profiling}
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
+  make check %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
+  make %{?_smp_mflags} clean
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}"
+%else
+  make %{?_smp_mflags} %{addopts}
+%endif
 
 %install
 %make_install
@@ -86,6 +94,6 @@
 %{_includedir}/*
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/libmd.pc
-%{_mandir}/man3/*.3%{ext_man}
+%{_mandir}/man3/*.3%{?ext_man}
 
 %changelog






commit libmd for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package libmd for openSUSE:Factory checked 
in at 2018-12-27 00:24:38

Comparing /work/SRC/openSUSE:Factory/libmd (Old)
 and  /work/SRC/openSUSE:Factory/.libmd.new.28833 (New)


Package is "libmd"

Thu Dec 27 00:24:38 2018 rev:4 rq:658069 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libmd/libmd.changes  2018-02-03 
15:40:22.867316234 +0100
+++ /work/SRC/openSUSE:Factory/.libmd.new.28833/libmd.changes   2018-12-27 
00:24:39.827894944 +0100
@@ -1,0 +2,10 @@
+Fri Dec 14 14:53:10 UTC 2018 - Martin Pluskal 
+
+- Update to version 1.0.1:
+  * Add missing compatibility macros for SHA384
+  * Fix compatibility macros for SHA512
+  * test: Refactor and extend message digest testing
+  * Add compatibility with Aladdin Enterprises MD5 implementation
+  * build: Invoke sed with portable regex
+
+---

Old:

  libmd-1.0.0.tar.xz
  libmd-1.0.0.tar.xz.asc

New:

  libmd-1.0.1.tar.xz
  libmd-1.0.1.tar.xz.asc



Other differences:
--
++ libmd.spec ++
--- /var/tmp/diff_new_pack.74iF1C/_old  2018-12-27 00:24:40.359894511 +0100
+++ /var/tmp/diff_new_pack.74iF1C/_new  2018-12-27 00:24:40.359894511 +0100
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define sover0
 Name:   libmd
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Message digest functions from BSD systems
 License:BSD-2-Clause OR BSD-3-Clause OR ISC OR SUSE-Public-Domain
@@ -77,11 +77,12 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
-%doc COPYING
+%license COPYING
 %{_libdir}/%{name}.so.%{sover}*
 
 %files devel
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README
 %{_includedir}/*
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/libmd.pc

++ libmd-1.0.0.tar.xz -> libmd-1.0.1.tar.xz ++
 4476 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmd-1.0.0/.dist-version new/libmd-1.0.1/.dist-version
--- old/libmd-1.0.0/.dist-version   2018-01-13 23:03:14.0 +0100
+++ new/libmd-1.0.1/.dist-version   2018-10-22 12:49:23.0 +0200
@@ -1 +1 @@
-1.0.0
+1.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmd-1.0.0/ChangeLog new/libmd-1.0.1/ChangeLog
--- old/libmd-1.0.0/ChangeLog   2018-01-13 23:03:14.0 +0100
+++ new/libmd-1.0.1/ChangeLog   2018-10-22 12:49:23.0 +0200
@@ -1,3 +1,84 @@
+commit 9c330aa8e5085c57249550c0596154ac0e3ab0f4
+Author: Guillem Jover 
+Date:   Mon Oct 22 12:43:15 2018 +0200
+
+Release libmd 1.0.1
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f23a2145a019776f827c11c03474761ba0b44e48
+Author: Guillem Jover 
+Date:   Sat Oct 6 03:46:51 2018 +0200
+
+Add compatibility with Aladdin Enterprises MD5 implementation
+
+This will be guarded by a LIBMD_MD5_ALADDIN macro check, to avoid
+polluting the namespace by unsuspecting code. The macro can always
+be defined unconditionally, and the guard could even potentially
+be removed in the future if required.
+
+Prompted-by: Yangfl 
+Ref: https://bugs.debian.org/909116
+
+ include/md5.h | 20 
+ test/md5.c| 30 +++---
+ 2 files changed, 47 insertions(+), 3 deletions(-)
+
+commit cf9ac1507f62899d92718fdc216689c2fc98e1fe
+Author: Guillem Jover 
+Date:   Sat Oct 6 04:33:02 2018 +0200
+
+test: Refactor and extend message digest testing
+
+Generate the base test function with a maro, because all of them follow
+the same pattern. And extend it by covering more of the API.
+
+ test/Makefile.am  |  4 
+ test/md2.c| 16 +-
+ test/md4.c| 16 +-
+ test/md5.c| 14 +---
+ test/rmd160.c | 16 +-
+ test/sha1.c   | 16 +-
+ test/sha2.c

commit libmd for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libmd for openSUSE:Factory checked 
in at 2018-02-03 15:40:21

Comparing /work/SRC/openSUSE:Factory/libmd (Old)
 and  /work/SRC/openSUSE:Factory/.libmd.new (New)


Package is "libmd"

Sat Feb  3 15:40:21 2018 rev:3 rq:572060 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libmd/libmd.changes  2016-07-27 
16:12:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmd.new/libmd.changes 2018-02-03 
15:40:22.867316234 +0100
@@ -1,0 +2,17 @@
+Fri Feb  2 13:36:21 UTC 2018 - mplus...@suse.com
+
+- Update to version 1.0.0:
+  * build: Drop GCC specific compiler flag -include
+  * build: Detect version script linker support at configure time
+  * build: Use an export symbols file if there is no version script
+support
+  * build: Do not override the default DEPENDENCIES for libmd
+  * Stop using non-portable 
+  * Remove unused __RCSID macro usage
+  * Remove unused NEWS file
+  * Stop using non-portable 
+  * build: Add -no-undefined libtool flag
+  * build: Stop checking for malloc() and memset()
+  * build: Switch to AC_C_BIGENDIAN defining WORD_BIGENDIAN
+
+---

Old:

  libmd-0.0.0.tar.xz
  libmd-0.0.0.tar.xz.asc

New:

  libmd-1.0.0.tar.xz
  libmd-1.0.0.tar.xz.asc



Other differences:
--
++ libmd.spec ++
--- /var/tmp/diff_new_pack.eCKvkd/_old  2018-02-03 15:40:23.927266728 +0100
+++ /var/tmp/diff_new_pack.eCKvkd/_new  2018-02-03 15:40:23.931266541 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,17 +18,16 @@
 
 %define sover0
 Name:   libmd
-Version:0.0.0
+Version:1.0.0
 Release:0
 Summary:Message digest functions from BSD systems
-License:BSD-2-Clause or BSD-3-Clause or ISC or SUSE-Public-Domain
+License:BSD-2-Clause OR BSD-3-Clause OR ISC OR SUSE-Public-Domain
 Group:  Development/Languages/C and C++
-Url:https://www.hadrons.org/software/libmd/
+URL:https://www.hadrons.org/software/libmd/
 Source0:
https://archive.hadrons.org/software/libmd/libmd-%{version}.tar.xz
 Source1:
https://archive.hadrons.org/software/libmd/libmd-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The libmd library provides a few message digest ("hash") functions, as
@@ -78,12 +77,10 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
-%defattr(-,root,root)
 %doc COPYING
 %{_libdir}/%{name}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %doc ChangeLog COPYING README
 %{_includedir}/*
 %{_libdir}/%{name}.so

++ libmd-0.0.0.tar.xz -> libmd-1.0.0.tar.xz ++
 3099 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmd-0.0.0/.dist-version new/libmd-1.0.0/.dist-version
--- old/libmd-0.0.0/.dist-version   2016-02-10 17:23:24.0 +0100
+++ new/libmd-1.0.0/.dist-version   2018-01-13 23:03:14.0 +0100
@@ -1 +1 @@
-0.0.0
+1.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmd-0.0.0/ChangeLog new/libmd-1.0.0/ChangeLog
--- old/libmd-0.0.0/ChangeLog   2016-02-10 17:23:24.0 +0100
+++ new/libmd-1.0.0/ChangeLog   2018-01-13 23:03:14.0 +0100
@@ -1,3 +1,209 @@
+commit c657abc165177183f453437e578832d146103d61
+Author: Guillem Jover 
+Date:   Sat Jan 13 16:29:02 2018 +0100
+
+Release libmd 1.0.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 397964a117b7e17fc1abf336f2719ba932fb3a67
+Author: Guillem Jover 
+Date:   Sat Jan 13 16:32:33 2018 +0100
+
+Remove unused NEWS file
+
+ NEWS | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit cc6881c6d7be37279090d5fccb60bcb27bef918e
+Author: Guillem Jover 
+Date:   Mon Jun 5 05:10:51 2017 +0200
+
+Remove unused __RCSID macro usage
+   

commit libmd for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package libmd for openSUSE:Factory checked 
in at 2016-07-27 16:12:03

Comparing /work/SRC/openSUSE:Factory/libmd (Old)
 and  /work/SRC/openSUSE:Factory/.libmd.new (New)


Package is "libmd"

Changes:

--- /work/SRC/openSUSE:Factory/libmd/libmd.changes  2016-07-15 
12:53:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmd.new/libmd.changes 2016-07-27 
16:12:08.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 14:21:05 UTC 2016 - jeng...@inai.de
+
+- Description update
+
+---



Other differences:
--
++ libmd.spec ++
--- /var/tmp/diff_new_pack.bDtahm/_old  2016-07-27 16:12:10.0 +0200
+++ /var/tmp/diff_new_pack.bDtahm/_new  2016-07-27 16:12:10.0 +0200
@@ -20,7 +20,7 @@
 Name:   libmd
 Version:0.0.0
 Release:0
-Summary:Provides message digest functions from BSD systems
+Summary:Message digest functions from BSD systems
 License:BSD-2-Clause or BSD-3-Clause or ISC or SUSE-Public-Domain
 Group:  Development/Languages/C and C++
 Url:https://www.hadrons.org/software/libmd/
@@ -31,7 +31,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-The libmd library provides various message digest ("hash") functions, as
+The libmd library provides a few message digest ("hash") functions, as
 found on various BSDs on a library with the same name and with a compatible
 API.
 
@@ -40,20 +40,24 @@
 Group:  System/Libraries
 
 %description -n %{name}%{sover}
-The libmd library provides various message digest ("hash") functions, as
+The libmd library provides a few message digest ("hash") functions, as
 found on various BSDs on a library with the same name and with a compatible
 API.
 
+Digests supported: MD2/4/5, RIPEMD160, SHA1, SHA2-256/384/512.
+
 %package devel
 Summary:Provides message digest functions from BSD systems
 Group:  Development/Languages/C and C++
 Requires:   %{name}%{sover} = %{version}
 
 %description devel
-The libmd library provides various message digest ("hash") functions, as
+The libmd library provides a few message digest ("hash") functions, as
 found on various BSDs on a library with the same name and with a compatible
 API.
 
+Digests supported: MD2/4/5, RIPEMD160, SHA1, SHA2-256/384/512.
+
 %prep
 %setup -q