Hello community,

here is the log from the commit of package libiniparser for openSUSE:Factory 
checked in at 2012-06-06 16:07:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libiniparser (Old)
 and      /work/SRC/openSUSE:Factory/.libiniparser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libiniparser", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libiniparser/libiniparser.changes        
2012-05-21 10:01:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libiniparser.new/libiniparser.changes   
2012-06-06 16:07:50.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Jun  3 22:20:48 UTC 2012 - [email protected]
+
+- Use the unversioned libiniparser name on pre-11.2 systems only.
+
+-------------------------------------------------------------------
+Sun Jun  3 21:37:54 UTC 2012 - [email protected]
+
+- Define library name and use it instead of libiniparser0.
+- Remove unused debug_package_requires define.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libiniparser.spec ++++++
--- /var/tmp/diff_new_pack.XuJERC/_old  2012-06-06 16:07:51.000000000 +0200
+++ /var/tmp/diff_new_pack.XuJERC/_new  2012-06-06 16:07:51.000000000 +0200
@@ -42,10 +42,10 @@
 --------
     Nicolas Devillard <ndevilla at free dot fr>
 
-%if 0%{?suse_version} > 1100
-%define debug_package_requires libiniparser0 = %{version}-%{release}
+%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100
 
-%package -n libiniparser0
+%define libiniparser_name libiniparser0
+%package -n %{libiniparser_name}
 Summary:        Library to parse ini files
 Group:          System/Libraries
 # bug437293
@@ -54,7 +54,7 @@
 %endif
 #
 
-%description -n libiniparser0
+%description -n %{libiniparser_name}
 Libiniparser offers parsing of ini files from the C level.
 
 
@@ -73,8 +73,8 @@
 Obsoletes:      libiniparser-devel-64bit
 %endif
 #
-%if 0%{?suse_version} > 1100
-Requires:       libiniparser0 = %{version}
+%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100
+Requires:       %{libiniparser_name} = %{version}
 %else
 Requires:       libiniparser = %{version}
 %endif
@@ -115,20 +115,20 @@
 
 %clean
 %__rm -rf %{buildroot}
-%if 0%{?suse_version} > 1100
+%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100
 
-%post -n libiniparser0 -p /sbin/ldconfig
+%post -n %{libiniparser_name} -p /sbin/ldconfig
 
-%postun -n libiniparser0 -p /sbin/ldconfig
+%postun -n %{libiniparser_name} -p /sbin/ldconfig
 %else
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 %endif
-%if 0%{?suse_version} > 1100
+%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100
 
-%files -n libiniparser0
+%files -n %{libiniparser_name}
 %defattr(-,root,root)
 %else
 

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

Reply via email to