Hello community,

here is the log from the commit of package autogen for openSUSE:Factory checked 
in at 2016-05-11 16:36:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autogen (Old)
 and      /work/SRC/openSUSE:Factory/.autogen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autogen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autogen/autogen.changes  2016-05-02 
10:42:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autogen.new/autogen.changes     2016-05-11 
16:36:51.000000000 +0200
@@ -1,0 +2,11 @@
+Thu May  5 07:10:15 UTC 2016 - mplus...@suse.com
+
+- Rename devel package to libopts-devel
+- Add corresponding obsoletion
+
+-------------------------------------------------------------------
+Tue May  3 15:34:42 UTC 2016 - mplus...@suse.com
+
+- Fix typo in preun script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ autogen.spec ++++++
--- /var/tmp/diff_new_pack.cdZx44/_old  2016-05-11 16:36:52.000000000 +0200
+++ /var/tmp/diff_new_pack.cdZx44/_new  2016-05-11 16:36:52.000000000 +0200
@@ -35,9 +35,11 @@
 BuildRequires:  makeinfo
 BuildRequires:  pkg-config
 BuildRequires:  xz
+# Since shared library and devel package were split, we need to require
+# libopts-devel untill all depending packages have fixed buildrequires7
+Requires:       libopts-devel
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
-Requires:       %{libname}-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,7 +50,7 @@
 must be kept synchronized in parallel tables.
 
 %package -n %{libname}
-Summary:        Shared library libopt
+Summary:        Shared library libopts
 Group:          System/Libraries
 
 %description -n %{libname}
@@ -60,12 +62,13 @@
 
 This package contains shared library libopts
 
-%package -n %{libname}-devel
-Summary:        Development files for libopt
+%package -n libopts-devel
+Summary:        Development files for libopts
 Group:          Development/Languages/C and C++
+Obsoletes:      %{libname}-devel < %{version}-%{release}
 Requires:       %{libname} = %{version}-%{release}
 
-%description -n %{libname}-devel
+%description -n libopts-devel
 AutoGen is a tool designed for generating program files that contain
 repetitive text with varied substitutions.  Its goal is to simplify the
 maintenance of programs that contain large amounts of repetitious text.
@@ -96,7 +99,7 @@
 %install_info --info-dir=%{_infodir} %{_infodir}/autogen.info%{ext_info}
 
 %preun
-%install_info_delete --info-dir=%{_infodir} 
%%{_infodir}/autogen.info%{ext_info}
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/autogen.info%{ext_info}
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
@@ -118,7 +121,7 @@
 %defattr(-,root,root)
 %{_libdir}/libopts.so.*
 
-%files -n %{libname}-devel
+%files -n libopts-devel
 %defattr(-,root,root)
 %{_libdir}/libopts.so
 %{_includedir}/*




Reply via email to