Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2015-09-27 08:38:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui (Old)
 and      /work/SRC/openSUSE:Factory/.libyui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui/libyui.changes    2015-07-16 
17:14:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new/libyui.changes       2015-09-27 
08:37:53.000000000 +0200
@@ -1,0 +2,21 @@
+Wed Sep 16 17:29:23 CEST 2015 - mvid...@suse.com
+
+- Reorganized git for easier tarball creation:
+  - RPM spec files are kept in git verbatim, not as templates
+  - no longer call PREP_SPEC_FILES in CMakeLists.common
+- No functional change but version bumped to push the package
+  down the pipeline (boo#946079).
+
+-------------------------------------------------------------------
+Fri Aug 28 10:31:15 UTC 2015 - mvid...@suse.com
+
+- Bump also the required yui_backend
+- 3.2.2
+
+-------------------------------------------------------------------
+Wed Jul 29 20:14:58 UTC 2015 - besse...@fedoraproject.org
+
+- API-changes imply so-name bump
+- 3.2.1
+
+-------------------------------------------------------------------

Old:
----
  libyui-3.2.0.tar.bz2

New:
----
  libyui-3.2.3.tar.bz2

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

Other differences:
------------------
++++++ libyui-doc.spec ++++++
--- /var/tmp/diff_new_pack.xGYzCZ/_old  2015-09-27 08:37:54.000000000 +0200
+++ /var/tmp/diff_new_pack.xGYzCZ/_new  2015-09-27 08:37:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,10 +16,13 @@
 #
 
 
-Name:           libyui-doc
-Version:        3.2.0
+%define parent libyui
+%define so_version 7
+
+Name:           %{parent}-doc
+Version:        3.2.3
 Release:        0
-Source:         libyui-%{version}.tar.bz2
+Source:         %{parent}-%{version}.tar.bz2
 
 BuildArch:      noarch
 
@@ -50,7 +53,7 @@
 
 %prep
 
-%setup -n libyui-%{version}
+%setup -n %{parent}-%{version}
 
 %build
 
@@ -71,13 +74,13 @@
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui6
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui6
+%doc %{_docdir}/%{parent}%{so_version}
 
 %changelog

++++++ libyui.spec ++++++
--- /var/tmp/diff_new_pack.xGYzCZ/_old  2015-09-27 08:37:54.000000000 +0200
+++ /var/tmp/diff_new_pack.xGYzCZ/_new  2015-09-27 08:37:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,9 +17,12 @@
 
 
 Name:           libyui
-Version:        3.2.0
+Version:        3.2.3
 Release:        0
-Source:         libyui-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.bz2
+
+%define so_version 7
+%define bin_name %{name}%{so_version}
 
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8
@@ -40,17 +43,17 @@
 YaST for generic (C++) applications. This package has very few
 dependencies.
 
-%package -n libyui6
+%package -n %{bin_name}
 
 Provides:       yast2-libyui = 2.42.0
 Obsoletes:      yast2-libyui < 2.42.0
-Requires:       yui_backend = 6
+Requires:       yui_backend = %{so_version}
 
 Url:            http://github.com/libyui/
 Summary:        Libyui - GUI-abstraction library
 Group:          System/Libraries
 
-%description -n libyui6
+%description -n %{bin_name}
 This is the user interface engine that provides the abstraction from
 graphical user interfaces (Qt, Gtk) and text based user interfaces
 (ncurses).
@@ -62,10 +65,10 @@
 
 %package devel
 
+Requires:       %{bin_name} = %{version}
 Requires:       boost-devel
 Requires:       glibc-devel
 Requires:       libstdc++-devel
-Requires:       libyui6 = %{version}
 
 Url:            http://github.com/libyui/
 Summary:        Libyui header files
@@ -85,7 +88,7 @@
 
 
 %prep
-%setup -q -n libyui-%{version}
+%setup -q -n %{name}-%{version}
 
 %build
 
@@ -116,33 +119,33 @@
 %install
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
-install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui6/
+install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
 install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/yui
-install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/libyui6/
+install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-%post -n libyui6 -p /sbin/ldconfig
+%post -n %{bin_name} -p /sbin/ldconfig
 
-%postun -n libyui6 -p /sbin/ldconfig
+%postun -n %{bin_name} -p /sbin/ldconfig
 
-%files -n libyui6
+%files -n %{bin_name}
 %defattr(-,root,root)
 %dir %{_libdir}/yui
 %dir %{_datadir}/libyui
 %{_libdir}/lib*.so.*
-%doc %dir %{_docdir}/libyui6
-%doc %{_docdir}/libyui6/COPYING*
+%doc %dir %{_docdir}/%{bin_name}
+%doc %{_docdir}/%{bin_name}/COPYING*
 
 %files devel
 %defattr(-,root,root)
-%dir %{_docdir}/libyui6
+%dir %{_docdir}/%{bin_name}
 %{_libdir}/lib*.so
 %{_prefix}/include/yui
-%{_libdir}/pkgconfig/libyui.pc
-%{_libdir}/cmake/libyui
+%{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/cmake/%{name}
 %{_datadir}/libyui/buildtools
-%doc %{_docdir}/libyui6/examples
+%doc %{_docdir}/%{bin_name}/examples
 
 %changelog

++++++ libyui-3.2.0.tar.bz2 -> libyui-3.2.3.tar.bz2 ++++++
++++ 2872 lines of diff (skipped)


Reply via email to