Hello community,
here is the log from the commit of package gtk3-branding-openSUSE for
openSUSE:Factory
checked in at Fri Jul 8 10:38:12 CEST 2011.
--------
--- GNOME/gtk3-branding-openSUSE/gtk3-branding-SLED.changes 2011-02-13
22:26:10.000000000 +0100
+++
/mounts/work_src_done/STABLE/gtk3-branding-openSUSE/gtk3-branding-SLED.changes
2011-07-06 16:09:21.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Jul 6 16:07:07 CEST 2011 - [email protected]
+
+- Bump version to 12.1.
+- Change default theme to use Adwaita engine and gnome icon theme,
+ as we do not have any other good theme for GNOME 3 right now:
+ + Update gtk3-branding-settings.ini accordingly.
+ + Change sonar-icon-theme Requires to gnome-icon-theme.
+ + Add gtk3-metatheme-adwaita Requires.
+- Add a Requires for the package providing gtk3, since the branding
+ package is useless without it.
+- Update summary and description.
+
+-------------------------------------------------------------------
gtk3-branding-openSUSE.changes: same change
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk3-branding-SLED.spec ++++++
--- /var/tmp/diff_new_pack.sxEAQk/_old 2011-07-08 10:36:44.000000000 +0200
+++ /var/tmp/diff_new_pack.sxEAQk/_new 2011-07-08 10:36:44.000000000 +0200
@@ -24,18 +24,19 @@
# Do not edit this auto generated file! Edit gtk3-branding.spec.in.
Name: gtk3-branding-SLED
-Version: 11.4
-Release: 3
+Version: 12.1
+Release: 1
Group: System/Libraries
License: BSD3c
-Summary: SLED theme configuration
+Summary: The GTK+ toolkit library (version 3) -- SLED theme
configuration
Source: gtk3-branding-settings.ini
Source1: gtk3-branding-COPYING
BuildRequires: gtk3
-%define gtk3_real_package %(rpm -q --whatprovides gtk3)
+%define gtk3_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk3)
%define gtk3_version %(rpm -q --qf '%%{version}-%%{release}'
%{gtk3_real_package})
-# Sonar icon theme
-Requires: sonar-icon-theme
+Requires: %{gtk3_real_package} = %{gtk3_version}
+Requires: gnome-icon-theme
+Requires: gtk3-metatheme-adwaita
Provides: gtk3-branding = %{gtk3_version}
Conflicts: otherproviders(gtk3-branding)
Supplements: packageand(gtk3:branding-SLED)
@@ -43,7 +44,12 @@
BuildArch: noarch
%description
-SLED theme configuration for widget and icon themes.
+GTK+ is a multi-platform toolkit for creating graphical user interfaces.
+Offering a complete set of widgets, GTK+ is suitable for projects
+ranging from small one-off projects to complete application suites.
+
+This package provides the SLED theme configuration for
+widgets and icon themes.
%prep
%setup -q -T -c %{name}-%{version}
++++++ gtk3-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.sxEAQk/_old 2011-07-08 10:36:44.000000000 +0200
+++ /var/tmp/diff_new_pack.sxEAQk/_new 2011-07-08 10:36:44.000000000 +0200
@@ -24,18 +24,19 @@
# Do not edit this auto generated file! Edit gtk3-branding.spec.in.
Name: gtk3-branding-openSUSE
-Version: 11.4
-Release: 3
+Version: 12.1
+Release: 1
Group: System/Libraries
License: BSD3c
-Summary: openSUSE theme configuration
+Summary: The GTK+ toolkit library (version 3) -- openSUSE theme
configuration
Source: gtk3-branding-settings.ini
Source1: gtk3-branding-COPYING
BuildRequires: gtk3
-%define gtk3_real_package %(rpm -q --whatprovides gtk3)
+%define gtk3_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk3)
%define gtk3_version %(rpm -q --qf '%%{version}-%%{release}'
%{gtk3_real_package})
-# Sonar icon theme
-Requires: sonar-icon-theme
+Requires: %{gtk3_real_package} = %{gtk3_version}
+Requires: gnome-icon-theme
+Requires: gtk3-metatheme-adwaita
Provides: gtk3-branding = %{gtk3_version}
Conflicts: otherproviders(gtk3-branding)
Supplements: packageand(gtk3:branding-openSUSE)
@@ -43,7 +44,12 @@
BuildArch: noarch
%description
-openSUSE theme configuration for widget and icon themes.
+GTK+ is a multi-platform toolkit for creating graphical user interfaces.
+Offering a complete set of widgets, GTK+ is suitable for projects
+ranging from small one-off projects to complete application suites.
+
+This package provides the openSUSE theme configuration for
+widgets and icon themes.
%prep
%setup -q -T -c %{name}-%{version}
++++++ gtk3-branding-settings.ini ++++++
--- /var/tmp/diff_new_pack.sxEAQk/_old 2011-07-08 10:36:44.000000000 +0200
+++ /var/tmp/diff_new_pack.sxEAQk/_new 2011-07-08 10:36:44.000000000 +0200
@@ -8,7 +8,6 @@
# This is the default for openSUSE.
[Settings]
-#FIXME: We don't have a good default theme for gtk+ 3 at the moment.
-#gtk-theme-name = Sonar
-gtk-icon-theme-name = Sonar
+gtk-theme-name = Adwaita
+gtk-icon-theme-name = gnome
gtk-fallback-icon-theme = gnome
++++++ gtk3-branding.changes.in ++++++
--- /var/tmp/diff_new_pack.sxEAQk/_old 2011-07-08 10:36:44.000000000 +0200
+++ /var/tmp/diff_new_pack.sxEAQk/_new 2011-07-08 10:36:44.000000000 +0200
@@ -1,4 +1,17 @@
-------------------------------------------------------------------
+Wed Jul 6 16:07:07 CEST 2011 - [email protected]
+
+- Bump version to 12.1.
+- Change default theme to use Adwaita engine and gnome icon theme,
+ as we do not have any other good theme for GNOME 3 right now:
+ + Update gtk3-branding-settings.ini accordingly.
+ + Change sonar-icon-theme Requires to gnome-icon-theme.
+ + Add gtk3-metatheme-adwaita Requires.
+- Add a Requires for the package providing gtk3, since the branding
+ package is useless without it.
+- Update summary and description.
+
+-------------------------------------------------------------------
Sun Feb 13 22:18:17 CET 2011 - [email protected]
- Remove default gtkrc, and replace it with a settings.ini file,
++++++ gtk3-branding.spec.in ++++++
--- /var/tmp/diff_new_pack.sxEAQk/_old 2011-07-08 10:36:44.000000000 +0200
+++ /var/tmp/diff_new_pack.sxEAQk/_new 2011-07-08 10:36:44.000000000 +0200
@@ -22,18 +22,19 @@
Url: http://www.gtk.org/
Name: gtk3-branding-%{branding_name}
-Version: 11.4
+Version: 12.1
Release: 1
Group: System/Libraries
License: BSD3c
-Summary: %{branding_name} theme configuration
+Summary: The GTK+ toolkit library (version 3) -- %{branding_name} theme
configuration
Source: gtk3-branding-settings.ini
Source1: gtk3-branding-COPYING
BuildRequires: gtk3
-%define gtk3_real_package %(rpm -q --whatprovides gtk3)
+%define gtk3_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk3)
%define gtk3_version %(rpm -q --qf '%%{version}-%%{release}'
%{gtk3_real_package})
-# Sonar icon theme
-Requires: sonar-icon-theme
+Requires: %{gtk3_real_package} = %{gtk3_version}
+Requires: gnome-icon-theme
+Requires: gtk3-metatheme-adwaita
Provides: gtk3-branding = %{gtk3_version}
Conflicts: otherproviders(gtk3-branding)
Supplements: packageand(gtk3:branding-%{branding_name})
@@ -41,7 +42,12 @@
BuildArch: noarch
%description
-%{branding_name} theme configuration for widget and icon themes.
+GTK+ is a multi-platform toolkit for creating graphical user interfaces.
+Offering a complete set of widgets, GTK+ is suitable for projects
+ranging from small one-off projects to complete application suites.
+
+This package provides the %{branding_name} theme configuration for
+widgets and icon themes.
%prep
%setup -q -T -c %{name}-%{version}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]