Hello community,

here is the log from the commit of package qtcurve-kde4 for openSUSE:Factory 
checked in at 2013-11-11 14:46:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2013-07-08 22:26:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qtcurve-kde4.new/qtcurve-kde4.changes   
2013-11-11 14:46:57.000000000 +0100
@@ -1,0 +2,43 @@
+Wed Nov  6 20:03:06 UTC 2013 - [email protected]
+
+- Update to 1.8.17
+  * Qt5 support
+  * Gtk2: Workaround bug in glib >= 2.36.1 
+    (`g_spawn_command_line_sync()`)
+  * Gtk2: Remove KDE3 support from Gtk2.
+  * Qt4: Disable transparent background from XEmbed window (e.g. 
+    in kpartplugins). Changing the depth of the window (which 
+    require recreating the window) breaks the XEmbed protocol.
+  * Qt4, Qt5: Longer scrollbar in order to be more friendly 
+    to applications (e.g. choqok) that use this size hint.
+    [KDE-Bug](https://bugs.kde.org/show_bug.cgi?id=317690)
+    [QtCurve-Bug](QtCurve/qtcurve-qt4#7)
+  * Remove configure file support for pre-1.0 releases.
+    (More than 3 years from now)
+  * Qt: Fix/Workaround QMdiSubWindow not drawn correctly 
+    with translucent background.
+  * Qt4: Workaround amarok crash (also affect Oxygen-Transparent).
+  * Qt4: Better fix for the window positioning problem when setting
+    `Qt::WA_TranslucentBackground`.
+    [Qt-Bug](https://bugreports.qt-project.org/browse/QTBUG-34108)
+  * Qt4: Remove Kwin maximum button hack.
+  * Qt: Translucent QMdiSubWindow when the parent window doesn't have
+    alpha channel.
+- Changes since 1.8.15:
+  * Add Russian localization. Thanks to Juliette Tux.
+  * Remove KDE3 support
+  * Workaround rendering bug in Qt >= 4.8.5
+    [Qt-Bug](https://bugreports.qt-project.org/browse/QTBUG-33512)
+    [QtCurve-Bug](https://github.com/QtCurve/qtcurve-qt4/issues/3)
+  * CMake option to disable kwin support (`-DQTC_QT4_ENABLE_KWIN=Off`)
+  * Rename come CMake options. Old options will still work.
+  * KWin 4.10 appmenu button support.
+  * Remove packging script.
+  * Generate `shadow.h` and `*pixmap.h` at compile time. Remove the 
+    need of Qt3 tools.
+- Drop fix_cmake_output.diff, not required anymore
+- All of KDE, KWin, Qt4 and Qt5 plugins in the same tar from now, 
+  but we don't build Qt5 and GTK2 plugins yet, package should be 
+  renamed to qtcurve
+
+-------------------------------------------------------------------

Old:
----
  QtCurve-KDE4-1.8.14.tar.bz2
  fix_cmake_output.diff

New:
----
  1.8.17.tar.gz

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

Other differences:
------------------
++++++ qtcurve-kde4.spec ++++++
--- /var/tmp/diff_new_pack.Cz0xR5/_old  2013-11-11 14:46:58.000000000 +0100
+++ /var/tmp/diff_new_pack.Cz0xR5/_new  2013-11-11 14:46:58.000000000 +0100
@@ -17,16 +17,16 @@
 
 
 Name:           qtcurve-kde4
-Version:        1.8.14
+Version:        1.8.17
 Release:        0
 Summary:        QtCurve style for KDE 4
 License:        GPL-2.0+
 Group:          System/GUI/KDE
-Url:            http://www.kde-look.org/content/show.php?content=40492
-Source0:        QtCurve-KDE4-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE fix_cmake_output.diff -- Fix the errors in the generated 
config.h caused by sr#179164
-Patch0:         fix_cmake_output.diff
+Url:            https://github.com/QtCurve/qtcurve
+Source0:        %{version}.tar.gz
 BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  pkgconfig(xcb-image)
+Requires:       libqtcurve-utils0 = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -34,12 +34,21 @@
 This is the QtCurve style for KDE 4. QtCurve is available for both
 Gtk2+ and Qt3.
 
+%package -n libqtcurve-utils0
+Summary:        QtCurve style for KDE 4
+Group:          System/GUI/KDE
+
+%description -n libqtcurve-utils0
+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
+
 %prep
-%setup -q -n QtCurve-KDE4-%{version}
-%patch0 -p0
+%setup -q -n qtcurve-%{version}
 
 %build
-  %cmake_kde4 -d build
+# Don't build Qt5 & GTK decos/styles yet
+  %cmake_kde4 -d build -- -DENABLE_QT5=OFF -DENABLE_GTK2=OFF
   %make_jobs
 
 %install
@@ -53,9 +62,19 @@
 
 %postun -p /sbin/ldconfig
 
+%post -n libqtcurve-utils0   -p /sbin/ldconfig
+
+%postun -n libqtcurve-utils0 -p /sbin/ldconfig
+
+%files -n libqtcurve-utils0
+%defattr(-,root,root)
+%{_kde4_libdir}/libqtcurve-utils.so.*
+# We don't need the devel symlink
+%exclude %{_kde4_libdir}/libqtcurve-utils.so
+
 %files -f qtcurve.lang
 %defattr(-,root,root)
-%doc ChangeLog COPYING README TODO
+%doc ChangeLog.md COPYING README.md TODO.md
 %{_kde4_modulesdir}/kstyle_qtcurve_config.so
 %{_kde4_modulesdir}/kwin_qtcurve_config.so
 %{_kde4_modulesdir}/kwin3_qtcurve.so

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

Reply via email to