Hello community,
here is the log from the commit of package qtcurve-gtk2 for openSUSE:Factory
checked in at Thu Mar 26 00:45:55 CET 2009.
--------
--- KDE/qtcurve-gtk2/qtcurve-gtk2.changes 2009-03-06 14:18:14.000000000 +0100
+++ qtcurve-gtk2/qtcurve-gtk2.changes 2009-03-23 14:06:32.000000000 +0100
@@ -1,0 +2,79 @@
+Mon Mar 23 14:05:54 CET 2009 - vuntz(a)novell.com
+
+- Update to version 0.62.5:
+ + Use gradient for filled slider - unless appearance is
+ flat/raised.
+ + Slightly alter listview header size.
+ + Fix white-on-white text of disabled listviews - noticable in
+ synaptic.
+ + If a toolbar is disabled, so should the handle be.
+
+-------------------------------------------------------------------
+Mon Mar 16 15:57:21 CET 2009 - vuntz(a)novell.com
+
+- Update to version 0.62.4:
+ + When drawing filled slider groove, use fill colour for border
+ as well.
+ + Better positioning of V arrows on secondary scrollbar buttons.
+ + Improve appearance of GtkCombo edit field.
+
+-------------------------------------------------------------------
+Sun Mar 15 20:26:31 CET 2009 - vuntz(a)novell.com
+
+- Update to version 0.62.3:
+ + Fix setting of custom non-default icon themes.
+ + When creating icon map, check for icons in non-default style
+ first, and then check default.
+ + Improve appearance GtkCombo poup menu.
+ + When menubars have a border, adjust the menubar items
+ accordingly.
+ + When filling the used part of a slider groove, use the slider
+ colour if set, otherwise use the highlight colour.
+
+-------------------------------------------------------------------
+Sat Mar 14 19:57:13 CET 2009 - vuntz(a)novell.com
+
+- Update to version 0.62.2:
+ + Improve appearance of progressbars in listviews
+ + Call kde-config (KDE3) / kde4-config (KDE4) to determine
+ location of system icons for creating icon map.
+- Changes from version 0.62.1:
+ + Use highlight colour for unselected focused view items.
+ + Fix saving/reading of custom shades.
+ + Fix reading of boolean values from kdeglobals.
+ + Fix some slight tab drawing glitches.
+ + Stop disabled menuitems from using custom menu text colour
+ if custom colours have been set.
+
+-------------------------------------------------------------------
+Wed Mar 11 15:13:34 CET 2009 - vuntz(a)novell.com
+
+- Update to version 0.62.0:
+ + Reduce gradient code complexity - makes predefined gradients
+ work in the same vein as custom gradients.
+ + Add scrollbar/slider groove and 'sunken' appearance options.
+ + Added new soft and harsh gradients.
+ + Change defaults style for many things.
+ + Allow all bar flat and raised tabs to bol coloured.
+ + Only save appearance settings if different from default.
+ + If a gradient does not define the values for positions 0 and
+ 100, then add these.
+ + Better colouring of selected tab.
+ + Added new focus options - full and line.
+ + Add new round options - extra and max.
+ + Don't etch disabled items.
+ + Use text colour for focus indicator in tree/list/etc views.
+ + When specifying custom gradients, add the pssibility to have no
+ internal border - options are now none, light, 3d
+ + Only apply plastik style mouse-over scrollbars and sliders when
+ plastik is set as the mouse-over style.
+ + Only draw 1 arrow on Gtk combos.
+ + Under KDE4, read palette, and font, from kdeglobals.
+ + Fix Firefox issues with scrollbar slider when using flat
+ scrolbar buttons.
+ + Call kde-config (KDE3) / kde4-config (KDE4) to determine
+ location of user's kde folder.
+- Drop return-fix.patch: it's actually not needed anymore.
+- Do not uselessly define CFLAGS and friends to the default value.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
QtCurve-Gtk2-0.61.5.tar.bz2
return-fix.patch
New:
----
QtCurve-Gtk2-0.62.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qtcurve-gtk2.spec ++++++
--- /var/tmp/diff_new_pack.A13756/_old 2009-03-26 00:45:47.000000000 +0100
+++ /var/tmp/diff_new_pack.A13756/_new 2009-03-26 00:45:47.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package qtcurve-gtk2 (Version 0.61.5)
+# spec file for package qtcurve-gtk2 (Version 0.62.5)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -28,11 +28,10 @@
License: GPL v2 or later
Group: System/GUI/GNOME
Summary: QtCurve style for Gtk2
-Version: 0.61.5
+Version: 0.62.5
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: QtCurve-Gtk2-%{version}.tar.bz2
-Patch5: return-fix.patch
Recommends: qtcurve-kde
%description
@@ -46,11 +45,8 @@
%prep
%setup -q -n QtCurve-Gtk2-%{version}
-%patch5
%build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
mkdir build
cd build
cmake ..
@@ -74,6 +70,70 @@
%{_datadir}/themes/QtCurve
%changelog
+* Mon Mar 23 2009 vuntz(a)novell.com
+- Update to version 0.62.5:
+ + Use gradient for filled slider - unless appearance is
+ flat/raised.
+ + Slightly alter listview header size.
+ + Fix white-on-white text of disabled listviews - noticable in
+ synaptic.
+ + If a toolbar is disabled, so should the handle be.
+* Mon Mar 16 2009 vuntz(a)novell.com
+- Update to version 0.62.4:
+ + When drawing filled slider groove, use fill colour for border
+ as well.
+ + Better positioning of V arrows on secondary scrollbar buttons.
+ + Improve appearance of GtkCombo edit field.
+* Sun Mar 15 2009 vuntz(a)novell.com
+- Update to version 0.62.3:
+ + Fix setting of custom non-default icon themes.
+ + When creating icon map, check for icons in non-default style
+ first, and then check default.
+ + Improve appearance GtkCombo poup menu.
+ + When menubars have a border, adjust the menubar items
+ accordingly.
+ + When filling the used part of a slider groove, use the slider
+ colour if set, otherwise use the highlight colour.
+* Sat Mar 14 2009 vuntz(a)novell.com
+- Update to version 0.62.2:
+ + Improve appearance of progressbars in listviews
+ + Call kde-config (KDE3) / kde4-config (KDE4) to determine
+ location of system icons for creating icon map.
+- Changes from version 0.62.1:
+ + Use highlight colour for unselected focused view items.
+ + Fix saving/reading of custom shades.
+ + Fix reading of boolean values from kdeglobals.
+ + Fix some slight tab drawing glitches.
+ + Stop disabled menuitems from using custom menu text colour
+ if custom colours have been set.
+* Wed Mar 11 2009 vuntz(a)novell.com
+- Update to version 0.62.0:
+ + Reduce gradient code complexity - makes predefined gradients
+ work in the same vein as custom gradients.
+ + Add scrollbar/slider groove and 'sunken' appearance options.
+ + Added new soft and harsh gradients.
+ + Change defaults style for many things.
+ + Allow all bar flat and raised tabs to bol coloured.
+ + Only save appearance settings if different from default.
+ + If a gradient does not define the values for positions 0 and
+ 100, then add these.
+ + Better colouring of selected tab.
+ + Added new focus options - full and line.
+ + Add new round options - extra and max.
+ + Don't etch disabled items.
+ + Use text colour for focus indicator in tree/list/etc views.
+ + When specifying custom gradients, add the pssibility to have no
+ internal border - options are now none, light, 3d
+ + Only apply plastik style mouse-over scrollbars and sliders when
+ plastik is set as the mouse-over style.
+ + Only draw 1 arrow on Gtk combos.
+ + Under KDE4, read palette, and font, from kdeglobals.
+ + Fix Firefox issues with scrollbar slider when using flat
+ scrolbar buttons.
+ + Call kde-config (KDE3) / kde4-config (KDE4) to determine
+ location of user's kde folder.
+- Drop return-fix.patch: it's actually not needed anymore.
+- Do not uselessly define CFLAGS and friends to the default value.
* Fri Mar 06 2009 vuntz(a)novell.com
- Update to version 0.61.5:
+ Fix crash when drawing focus - occurs when using alt-tab in
++++++ QtCurve-Gtk2-0.61.5.tar.bz2 -> QtCurve-Gtk2-0.62.5.tar.bz2 ++++++
++++ 5902 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org