Hello community,

here is the log from the commit of package qtcurve-kde4 for openSUSE:Factory 
checked in at 2014-02-02 17:39:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtcurve-kde4 (Old)
 and      /work/SRC/openSUSE:Factory/.qtcurve-kde4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtcurve-kde4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtcurve-kde4/qtcurve-kde4.changes        
2014-01-15 10:12:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qtcurve-kde4.new/qtcurve-kde4.changes   
2014-02-02 17:39:40.000000000 +0100
@@ -1,0 +2,36 @@
+Fri Jan 31 21:14:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.8.18
+  * Remove mozilla version detection.
+  * Remove QTC_GTK2_OLD_MOZILLA.
+  * Remove xcb-image dependency. It is never used.
+  * Fix old configure file loading in gtk2 version.
+  * Fix compile without Qt
+  * Relicense under LGPL. With permission from all contributors
+    in the git log.
+  * Treat Qt::Sheet as Qt::Dialog. This fixes translucent
+    background for close confirmation dialog in QtDesigner.
+  * Remove backward compatible options for deprecated options.
+  * Introduce prePolish() to Workaround a bug in Qt5 which make it
+    impossible for QMainWindow and QDialog to be transparent.
+  * Fix compilation without X11 enabled.
+  * Use prePolish() in qt4, this fixes most of application crashes.
+  * Fix Qt menubar background when translucency is enabled.
+  * Fix flash plugin in non-chromium/firefox browsers in linux when
+    translucent background is enabled for gtk.
+  * Fix (workaround) kaffeine with translucent background.
+  * Remove parentless dialog fix
+  * Fix kscreenlocker. Second version of prepolishing
+  * Improve shadow of QBalloonTip
+  * Fix chromium background color with custom background.
+  * Gtk2: Workaround buggy signal handler in applications.
+- Rename libqtcurve-utils0 to libqtcurve-utils1 as per upstream
+  change
+- New libqtcurve-cairo0 subpackage, needed for common drawing 
+  routines. It is only used by the Gtk2 version (and may be used 
+  in Gtk3 version once there is a port).
+- Drop pkgconfig(xcb-image) and added 
+  pkgconfig(x11-xcb)/pkgconfig(xcb) BuildRequires
+- Drop qtcurve-1.8.17-fix_run_command.patch, not required anymore
+
+-------------------------------------------------------------------

Old:
----
  1.8.17.tar.gz
  qtcurve-1.8.17-fix_run_command.patch

New:
----
  qtcurve-1.8.18.tar.gz

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

Other differences:
------------------
++++++ qtcurve-kde4.spec ++++++
--- /var/tmp/diff_new_pack.O9hRwg/_old  2014-02-02 17:39:41.000000000 +0100
+++ /var/tmp/diff_new_pack.O9hRwg/_new  2014-02-02 17:39:41.000000000 +0100
@@ -17,21 +17,18 @@
 
 
 Name:           qtcurve-kde4
-Version:        1.8.17
+Version:        1.8.18
 Release:        0
 Summary:        QtCurve style for KDE 4
-License:        GPL-2.0+
+License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            https://github.com/QtCurve/qtcurve
-Source0:        %{version}.tar.gz
-
-# PATCH-FIX-UPSTREAM qtcurve-1.8.17-fix_run_command.patch bnc#858403
-Patch0:         qtcurve-1.8.17-fix_run_command.patch
-
+Source0:        qtcurve-%{version}.tar.gz
 BuildRequires:  gtk2-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  pkgconfig(xcb-image)
-Requires:       libqtcurve-utils0 = %{version}
+BuildRequires:  pkgconfig(x11-xcb)
+BuildRequires:  pkgconfig(xcb)
+Requires:       libqtcurve-utils1 = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -39,18 +36,28 @@
 This is the QtCurve style for KDE 4. QtCurve is available for both
 Gtk2+ and Qt3.
 
-%package -n libqtcurve-utils0
+%package -n libqtcurve-utils1
 Summary:        QtCurve style for KDE 4
 Group:          System/GUI/KDE
 
-%description -n libqtcurve-utils0
+%description -n libqtcurve-utils1
 This is the QtCurve style for KDE 4. QtCurve is available for both
 Gtk2+ and Qt3.
 This package cointans basic helper library needed for qtcurve
 
+%package -n libqtcurve-cairo0
+Summary:        QtCurve style for KDE 4
+Group:          System/GUI/KDE
+
+%description -n libqtcurve-cairo0
+This is the QtCurve style for KDE 4. QtCurve is available for both
+Gtk2+ and Qt3.
+This package cointans library for common drawing routines
+
 %package -n qtcurve-gtk2
 Summary:        QtCurve style for GTK+ 2
 Group:          System/GUI/GNOME
+Requires:       libqtcurve-cairo0 = %{version}
 
 %description -n qtcurve-gtk2
 This package contains the QtCurve engine for GTK+ 2. QtCurve is a set
@@ -58,7 +65,6 @@
 
 %prep
 %setup -q -n qtcurve-%{version}
-%patch0 -p1 -b .qtcurve-1.8.17-fix_run_command.patch
 
 %build
 # Don't build Qt5 deco/style yet
@@ -76,16 +82,26 @@
 
 %postun -p /sbin/ldconfig
 
-%post -n libqtcurve-utils0   -p /sbin/ldconfig
+%post -n libqtcurve-utils1   -p /sbin/ldconfig
+
+%postun -n libqtcurve-utils1 -p /sbin/ldconfig
+
+%post -n libqtcurve-cairo0   -p /sbin/ldconfig
 
-%postun -n libqtcurve-utils0 -p /sbin/ldconfig
+%postun -n libqtcurve-cairo0 -p /sbin/ldconfig
 
-%files -n libqtcurve-utils0
+%files -n libqtcurve-utils1
 %defattr(-,root,root)
 %{_kde4_libdir}/libqtcurve-utils.so.*
 # We don't need the devel symlink
 %exclude %{_kde4_libdir}/libqtcurve-utils.so
 
+%files -n libqtcurve-cairo0
+%defattr(-,root,root)
+%{_kde4_libdir}/libqtcurve-cairo.so.*
+# We don't need the devel symlink
+%exclude %{_kde4_libdir}/libqtcurve-cairo.so
+
 %files -f qtcurve.lang
 %defattr(-,root,root)
 %doc ChangeLog.md COPYING README.md TODO.md

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to