Hello community,

here is the log from the commit of package libb64 for openSUSE:Factory checked 
in at 2016-03-02 14:21:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libb64 (Old)
 and      /work/SRC/openSUSE:Factory/.libb64.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libb64"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libb64/libb64.changes    2015-12-25 
13:06:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libb64.new/libb64.changes       2016-03-02 
14:21:40.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar  1 08:06:37 UTC 2016 - [email protected]
+
+- Small spec file cleanups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libb64.spec ++++++
--- /var/tmp/diff_new_pack.AIwbPf/_old  2016-03-02 14:21:41.000000000 +0100
+++ /var/tmp/diff_new_pack.AIwbPf/_new  2016-03-02 14:21:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libb64
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -49,7 +49,6 @@
 %package        -n %{libname}
 Summary:        A library for working with base64 encoding/decoding
 Group:          System/Libraries
-Recommends:     %{name}-lenses = %{version}
 
 %description    -n %{libname}
 libb64 is a library of ANSI C routines for fast encoding/decoding data into and
@@ -59,7 +58,7 @@
 %package        devel
 Summary:        A library for working with base64 encoding/decoding
 Group:          Development/Libraries/C and C++
-Requires:       %{libname} = %{version}
+Requires:       %{libname} = %{version}-%{release}
 
 %description    devel
 libb64 is a library of ANSI C routines for fast encoding/decoding data into and
@@ -96,7 +95,6 @@
 ln -s %{soname} %{shared_lib}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
@@ -112,6 +110,9 @@
 %defattr(-,root,root)
 %{_libdir}/%{shared_lib}
 %dir %{_includedir}/b64
-%{_includedir}/b64/*.h
+%{_includedir}/b64/cdecode.h
+%{_includedir}/b64/cencode.h
+%{_includedir}/b64/decode.h
+%{_includedir}/b64/encode.h
 
 %changelog



Reply via email to