Hello community,

here is the log from the commit of package libhmac for openSUSE:Factory checked 
in at 2013-08-06 07:01:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libhmac (Old)
 and      /work/SRC/openSUSE:Factory/.libhmac.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libhmac"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libhmac/libhmac.changes  2013-04-24 
15:56:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libhmac.new/libhmac.changes     2013-08-06 
07:01:08.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Jul 31 21:39:54 UTC 2013 - [email protected]
+
+- update to v0~20130714
+       * worked on SHA512 support
+       * textual changes
+       * updated dependencies
+       * added libhmac_unused.h
+       * 2013 update
+       * changes for project move
+- change to gz compression to simplyfy download/convert
+- use libyal packages from factory when possible
+
+-------------------------------------------------------------------

Old:
----
  libhmac-alpha-20130331.tar.xz

New:
----
  libhmac-alpha-20130714.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libhmac.spec ++++++
--- /var/tmp/diff_new_pack.iJNUv1/_old  2013-08-06 07:01:09.000000000 +0200
+++ /var/tmp/diff_new_pack.iJNUv1/_new  2013-08-06 07:01:09.000000000 +0200
@@ -18,28 +18,31 @@
 
 Name:           libhmac
 %define lname  libhmac1
-%define timestamp 20130331
+%define timestamp 20130714
 Version:        0~%timestamp
 Release:        0
-License:        LGPL-3.0+
 Summary:        Library to support various Hash-based Message Authentication 
Codes (HMAC)
-Url:            http://code.google.com/p/libhmac/
+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:       
http://libhmac.googlecode.com/files/libhmac-alpha-20130331.tar.gz
-Source:         %{name}-alpha-%timestamp.tar.xz
+#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSUmg3ekttWGhmeHc/libhmac-alpha-20130714.tar.gz
+Source:         %{name}-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  xz
-BuildRequires:  pkgconfig(libcnotify)  >= 20120425
-BuildRequires:  pkgconfig(libcpath)    >= 20120701
-BuildRequires:  pkgconfig(libcsplit)   >= 20120701
 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
 # These packages from factory cause build failures, use the internal version 
instead
+#verified 7/31/2013
 #BuildRequires:  pkgconfig(libcerror)  >= 20120425
-#BuildRequires:  pkgconfig(libclocale) >= 20120425
 #BuildRequires:  pkgconfig(libuna)     >= 20120425
-#BuildRequires:  pkgconfig(libcfile)   >= 20120526
 # These packages are not yet in factory
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
 #BuildRequires:  pkgconfig(libcsystem) >= 20120425
@@ -74,6 +77,7 @@
 Group:          Productivity/File utilities
 
 %description tools
+Use hmacsum to calculate a Hash-based Message Authentication Code (HMAC) of 
the data in a file.
 
 %prep
 %setup -qn libhmac-%timestamp

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to