From b4b73272e184ad504d504622460914750212bd5274e2ddd2761f0a862fb01d76 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 30 Jan 2015 14:03:43 +0000 Subject: [PATCH] Accepting request 282292 from security:forensics Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/282292 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libhmac?expand=0&rev=6 --- libhmac-alpha-20140112.tar.gz | 3 --- libhmac-alpha-20150104.tar.gz | 3 +++ libhmac.changes | 15 +++++++++++++++ libhmac.spec | 24 +++++++++--------------- 4 files changed, 27 insertions(+), 18 deletions(-) delete mode 100644 libhmac-alpha-20140112.tar.gz create mode 100644 libhmac-alpha-20150104.tar.gz diff --git a/libhmac-alpha-20140112.tar.gz b/libhmac-alpha-20140112.tar.gz deleted file mode 100644 index 9af2285..0000000 --- a/libhmac-alpha-20140112.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:952424b8be0ecc14a00bf968c63b87a0656d5f370e357dd07b6158fe973b9ef0 -size 1061793 diff --git a/libhmac-alpha-20150104.tar.gz b/libhmac-alpha-20150104.tar.gz new file mode 100644 index 0000000..470c637 --- /dev/null +++ b/libhmac-alpha-20150104.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9419da55c42911fb5fd0dad2a1e394eac74addb0259e34be397f1b75740226 +size 1076549 diff --git a/libhmac.changes b/libhmac.changes index bbef51f..487f2d4 100644 --- a/libhmac.changes +++ b/libhmac.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jan 9 17:52:55 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150104 + * 2015 update + * worked on SHA224 support + * worked on utility scripts + * added hmacsum.1 man page +- update URL to the new github site +- replace Source: field with fully defined URL +- remove DL-URL comment +- added hmacsum.1 man page to tools sub-project +- removed %if opensuse logic. NO longer needed now libyal is in security:forensics +- updated buildrequires based on new packages in OBS + ------------------------------------------------------------------- Thu Aug 14 02:09:23 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libhmac.spec b/libhmac.spec index de1c1ad..31b3c53 100644 --- a/libhmac.spec +++ b/libhmac.spec @@ -1,7 +1,7 @@ # # spec file for package libhmac # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products 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,34 +18,27 @@ Name: libhmac %define lname libhmac1 -%define timestamp 20140112 +%define timestamp 20150104 Version: 0~%timestamp Release: 0 Summary: Library to support various HMACs License: LGPL-3.0+ Group: Development/Libraries/C and C++ -Url: http://code.google.com/p/libhmac/ - -#Git-Clone: http://code.google.com/p/libhmac -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSUmg3ekttWGhmeHc/libhmac-alpha-2014011tar.gz -Source: %{name}-alpha-%timestamp.tar.gz +Url: https://github.com/libyal/libhmac/wiki +Source: https://github.com/libyal/libhmac/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz BuildRequires: pkg-config -BuildRequires: pkgconfig(openssl) >= 1.0 -#use the factory versions of these if building for factory -%if 0%{?suse_version} > 1230 BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20130609 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 -%endif +BuildRequires: pkgconfig(libcsystem) >= 20120425 +BuildRequires: pkgconfig(libuna) >= 20120425 +BuildRequires: pkgconfig(openssl) >= 1.0 # These packages from factory cause build failures, use the internal version instead -#verified 7/31/2013 +#verified 1/8/2015 #BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libuna) >= 20120425 -# These packages are not yet in factory #BuildRequires: pkgconfig(libcstring) >= 20120425 -#BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -105,5 +98,6 @@ rm -f "%{buildroot}/%{_libdir}"/*.la %files tools %defattr(-,root,root) %{_bindir}/hmacsum +%{_mandir}/man1/hmacsum.1* %changelog