Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libhmac for openSUSE:Factory checked in at 2022-04-25 23:35:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libhmac (Old) and /work/SRC/openSUSE:Factory/.libhmac.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libhmac" Mon Apr 25 23:35:28 2022 rev:9 rq:972510 version:20220425 Changes: -------- --- /work/SRC/openSUSE:Factory/libhmac/libhmac.changes 2021-06-11 00:18:20.301281953 +0200 +++ /work/SRC/openSUSE:Factory/.libhmac.new.1538/libhmac.changes 2022-04-25 23:35:38.438425980 +0200 @@ -1,0 +2,6 @@ +Mon Apr 25 08:14:04 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 20220425 + * Unspecified updates to code and tests + +------------------------------------------------------------------- Old: ---- _service libhmac-20210419.tar.xz New: ---- libhmac-alpha-20220425.tar.gz libhmac-alpha-20220425.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libhmac.spec ++++++ --- /var/tmp/diff_new_pack.gnGd47/_old 2022-04-25 23:35:38.986426748 +0200 +++ /var/tmp/diff_new_pack.gnGd47/_new 2022-04-25 23:35:38.994426759 +0200 @@ -1,7 +1,7 @@ # # spec file for package libhmac # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,26 +18,27 @@ Name: libhmac %define lname libhmac1 -Version: 20210419 +Version: 20220425 Release: 0 Summary: Library to support various HMACs License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ URL: https://github.com/libyal/libhmac -Source: %name-%version.tar.xz +Source: https://github.com/libyal/libhmac/releases/download/%version/libhmac-alpha-%version.tar.gz +Source2: https://github.com/libyal/libhmac/releases/download/%version/libhmac-alpha-%version.tar.gz.asc Patch1: system-libs.patch BuildRequires: c_compiler BuildRequires: gettext-tools >= 0.18.1 BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: pkgconfig(libcerror) >= 20201121 +BuildRequires: pkgconfig(libcerror) >= 20220101 BuildRequires: pkgconfig(libcfile) >= 20201229 -BuildRequires: pkgconfig(libclocale) >= 20200913 -BuildRequires: pkgconfig(libcnotify) >= 20200913 -BuildRequires: pkgconfig(libcpath) >= 20200623 -BuildRequires: pkgconfig(libcsplit) >= 20200703 -BuildRequires: pkgconfig(libcthreads) >= 20200508 -BuildRequires: pkgconfig(libuna) >= 20201204 +BuildRequires: pkgconfig(libclocale) >= 20220107 +BuildRequires: pkgconfig(libcnotify) >= 20220108 +BuildRequires: pkgconfig(libcpath) >= 20220108 +BuildRequires: pkgconfig(libcsplit) >= 20220109 +BuildRequires: pkgconfig(libcthreads) >= 20220102 +BuildRequires: pkgconfig(libuna) >= 20220102 BuildRequires: pkgconfig(openssl) >= 1.0 %description @@ -53,13 +54,13 @@ %package devel Summary: Development files for libhmac Group: Development/Libraries/C and C++ -Requires: %lname = %{version} +Requires: %lname = %version %description devel Development files for libhmac, a library to support various Hash-based Message Authentication Codes (HMAC). This subpackage contains libraries and header files for developing -applications that want to make use of %{name}. +applications that want to make use of %name. %package tools Summary: Utilities for HMACs @@ -72,29 +73,29 @@ %autosetup -p1 %build -if [ ! -e configure ]; then ./autogen.sh; fi +autoreconf -fi %configure --disable-static --enable-wide-character-type %make_build %install %make_install -rm -f "%{buildroot}/%{_libdir}"/*.la +rm -f "%buildroot/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname %license COPYING* -%{_libdir}/libhmac.so.1* +%_libdir/libhmac.so.1* %files devel -%{_includedir}/libhmac* -%{_libdir}/libhmac.so -%{_libdir}/pkgconfig/libhmac.pc -%{_mandir}/man3/libhmac.3* +%_includedir/libhmac* +%_libdir/libhmac.so +%_libdir/pkgconfig/libhmac.pc +%_mandir/man3/libhmac.3* %files tools -%{_bindir}/hmacsum -%{_mandir}/man1/hmacsum.1* +%_bindir/hmacsum +%_mandir/man1/hmacsum.1* %changelog
