Hello community,

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

Package is "libyui-qt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes      2015-05-07 
09:21:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2015-09-27 
08:38:11.000000000 +0200
@@ -1,0 +2,17 @@
+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).
+
+-------------------------------------------------------------------
+Wed Sep 16 11:40:16 UTC 2015 - mvid...@suse.com
+
+- Handle QtInfoMsg value in switch; fixes build with Qt 5.5
+  (H Senjan, boo#942101).
+- so-version bumped to match the main library.
+- 2.46.19
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-2.46.18.tar.bz2

New:
----
  libyui-qt-2.46.20.tar.bz2

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

Other differences:
------------------
++++++ libyui-qt-doc.spec ++++++
--- /var/tmp/diff_new_pack.fTp6Kw/_old  2015-09-27 08:38:12.000000000 +0200
+++ /var/tmp/diff_new_pack.fTp6Kw/_new  2015-09-27 08:38:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-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-qt-doc
-Version:        2.46.18
+%define parent libyui-qt
+%define so_version 7
+
+Name:           %{parent}-doc
+Version:        2.46.20
 Release:        0
-Source:         libyui-qt-%{version}.tar.bz2
+Source:         %{parent}-%{version}.tar.bz2
 
 BuildArch:      noarch
 
@@ -46,7 +49,7 @@
 
 %prep
 
-%setup -n libyui-qt-%{version}
+%setup -n %{parent}-%{version}
 
 %build
 
@@ -67,13 +70,13 @@
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
 
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-qt6
+%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/libyui-qt6
+%doc %{_docdir}/%{parent}%{so_version}
 
 %changelog

++++++ libyui-qt.spec ++++++
--- /var/tmp/diff_new_pack.fTp6Kw/_old  2015-09-27 08:38:12.000000000 +0200
+++ /var/tmp/diff_new_pack.fTp6Kw/_new  2015-09-27 08:38:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt
 #
-# 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-qt
-Version:        2.46.18
+Version:        2.46.20
 Release:        0
-Source:         libyui-qt-%{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
@@ -31,10 +34,10 @@
 BuildRequires:  fontconfig-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-Provides:       yui_backend = 6
+Provides:       yui_backend = %{so_version}
 
 Url:            http://github.com/libyui/
 Summary:        Libyui - Qt User Interface
@@ -46,10 +49,10 @@
 component for libYUI.
 
 
-%package -n libyui-qt6
+%package -n %{bin_name}
 
-Requires:       libyui6
-Provides:       libyui-qt = %{version}
+Requires:       libyui%{so_version}
+Provides:       %{name} = %{version}
 Provides:       yast2-qt = %{version}
 Obsoletes:      yast2-qt < 2.42.0
 
@@ -57,7 +60,7 @@
 Summary:        Libyui - Qt User Interface
 Group:          System/Libraries
 
-%description -n libyui-qt6
+%description -n %{bin_name}
 This package contains the Qt user interface
 component for libYUI.
 
@@ -65,9 +68,9 @@
 
 %package devel
 
+Requires:       %{bin_name} = %{version}
 Requires:       %{libyui_devel_version}
 Requires:       fontconfig-devel
-Requires:       libyui-qt6 = %{version}
 
 Url:            http://github.com/libyui/
 Summary:        Libyui-qt header files
@@ -83,7 +86,7 @@
 
 
 %prep
-%setup -q -n libyui-qt-%{version}
+%setup -q -n %{name}-%{version}
 
 %build
 
@@ -114,30 +117,30 @@
 %install
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
-install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/libyui-qt6/
+install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
 install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/yui
-install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/libyui-qt6/
+install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-%post -n libyui-qt6 -p /sbin/ldconfig
+%post -n %{bin_name} -p /sbin/ldconfig
 
-%postun -n libyui-qt6 -p /sbin/ldconfig
+%postun -n %{bin_name} -p /sbin/ldconfig
 
-%files -n libyui-qt6
+%files -n %{bin_name}
 %defattr(-,root,root)
 %dir %{_libdir}/yui
 %{_libdir}/yui/lib*.so.*
-%doc %dir %{_docdir}/libyui-qt6
-%doc %{_docdir}/libyui-qt6/COPYING*
+%doc %dir %{_docdir}/%{bin_name}
+%doc %{_docdir}/%{bin_name}/COPYING*
 
 %files devel
 %defattr(-,root,root)
-%dir %{_docdir}/libyui-qt6
+%dir %{_docdir}/%{bin_name}
 %{_libdir}/yui/lib*.so
 %{_prefix}/include/yui
-%{_libdir}/pkgconfig/libyui-qt.pc
-%{_libdir}/cmake/libyui-qt
+%{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/cmake/%{name}
 
 %changelog

++++++ libyui-qt-2.46.18.tar.bz2 -> libyui-qt-2.46.20.tar.bz2 ++++++
++++ 8511 lines of diff (skipped)


Reply via email to