Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmd for openSUSE:Factory checked in at 2023-06-21 22:37:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmd (Old) and /work/SRC/openSUSE:Factory/.libmd.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmd" Wed Jun 21 22:37:05 2023 rev:9 rq:1093972 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libmd/libmd.changes 2021-10-20 20:24:37.109390453 +0200 +++ /work/SRC/openSUSE:Factory/.libmd.new.15902/libmd.changes 2023-06-21 22:37:18.689451229 +0200 @@ -1,0 +2,24 @@ +Tue Jun 20 11:51:30 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Update to version 1.1.0: + * man: Add new libmd(7) man page + * doc: Move mailing list reference to the end + * build: Fix version script linker support detection + * build: Switch to debian:latest Docker image + * build: Fix configure.ac indentation + * build: Require automake 1.11 + * build: Do not use strong aliases on macOS + * On Darwin use assembler to support symbol aliases + * build: Rename libmd_alias() to libmd_strong_alias() + * Remove unused <assert.h> + * Sync MD2 changes from NetBSD + * Sync MD4 changes from OpenBSD + * Sync MD5 changes from OpenBSD + * Sync RMD160 changes from OpenBSD + * Sync SHA1 changes from OpenBSD + * Sync SHA2 changes from OpenBSD + * test: Add a new test_eq() helper function + * test: Add cases for SHA224 and SHA512-256 + * build: Terminate lists in variables with «# EOL» + +------------------------------------------------------------------- Old: ---- libmd-1.0.4.tar.xz libmd-1.0.4.tar.xz.asc New: ---- libmd-1.1.0.tar.xz libmd-1.1.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmd.spec ++++++ --- /var/tmp/diff_new_pack.KJm7TE/_old 2023-06-21 22:37:19.317455008 +0200 +++ /var/tmp/diff_new_pack.KJm7TE/_new 2023-06-21 22:37:19.321455032 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmd # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,10 @@ %define sover 0 Name: libmd -Version: 1.0.4 +Version: 1.1.0 Release: 0 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/ Source0: https://archive.hadrons.org/software/libmd/libmd-%{version}.tar.xz Source1: https://archive.hadrons.org/software/libmd/libmd-%{version}.tar.xz.asc @@ -36,7 +35,6 @@ %package -n %{name}%{sover} Summary: Provides message digest functions from BSD systems -Group: System/Libraries %description -n %{name}%{sover} The libmd library provides a few message digest ("hash") functions, as @@ -47,7 +45,6 @@ %package devel Summary: Provides message digest functions from BSD systems -Group: Development/Languages/C and C++ Requires: %{name}%{sover} = %{version} %description devel @@ -64,15 +61,7 @@ %configure \ --disable-static \ --disable-silent-rules - -%if %{do_profiling} - %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" - %make_build check CFLAGS="%{optflags} %{cflags_profile_generate}" - %make_build clean - %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" -%else %make_build -%endif %install %make_install @@ -81,8 +70,7 @@ %check %make_build check -%post -n %{name}%{sover} -p /sbin/ldconfig -%postun -n %{name}%{sover} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{name}%{sover} %files -n %{name}%{sover} %license COPYING @@ -95,5 +83,6 @@ %{_libdir}/%{name}.so %{_libdir}/pkgconfig/libmd.pc %{_mandir}/man3/*.3%{?ext_man} +%{_mandir}/man7/libmd.7%{?ext_man} %changelog ++++++ libmd-1.0.4.tar.xz -> libmd-1.1.0.tar.xz ++++++ ++++ 10726 lines of diff (skipped)