Hello community,

here is the log from the commit of package gtk2-branding-openSUSE for 
openSUSE:Factory
checked in at Fri Jul 8 10:42:08 CEST 2011.



--------
--- GNOME/gtk2-branding-openSUSE/gtk2-branding-SLED.changes     2010-11-03 
16:19:48.000000000 +0100
+++ 
/mounts/work_src_done/STABLE/gtk2-branding-openSUSE/gtk2-branding-SLED.changes  
    2011-07-06 16:16:54.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Jul  6 16:14:11 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 gtk2-branding-gtkrc accordingly.
+  + Change gtk2-metatheme-sonar Requires to gtk3-metatheme-adwaita.
+  + Change sonar-icon-theme Requires to gnome-icon-theme.
+- Change gtk2-devel BuildRequires to gtk2, since this is enough.
+- Add a Requires for the package providing gtk2, since the branding
+  package is useless without it.
+- Update summary and description.
+
+-------------------------------------------------------------------
gtk2-branding-openSUSE.changes: same change

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ gtk2-branding-SLED.spec ++++++
--- /var/tmp/diff_new_pack.uIznj7/_old  2011-07-08 10:38:33.000000000 +0200
+++ /var/tmp/diff_new_pack.uIznj7/_new  2011-07-08 10:38:33.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk2-branding-SLED (Version 11.4)
+# spec file for package gtk2-branding-SLED
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,19 +24,19 @@
 # Do not edit this auto generated file! Edit gtk2-branding.spec.in.
 
 Name:           gtk2-branding-SLED
-Version:        11.4
-Release:        2
+Version:        12.1
+Release:        1
 Group:          System/Libraries
 License:        BSD3c
-Summary:        SLED theme configuration
+Summary:        The GTK+ toolkit library (version 2) -- SLED theme 
configuration
 Source:         gtk2-branding-gtkrc
 Source1:        gtk2-branding-COPYING
-BuildRequires:  gtk2-devel
-%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' gtk2-devel)
-# Sonar gtk+ theme
-Requires:       gtk2-metatheme-sonar
-# Sonar icon theme
-Requires:       sonar-icon-theme
+BuildRequires:  gtk2
+%define gtk2_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk2)
+%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' 
%{gtk2_real_package})
+Requires:       %{gtk2_real_package} = %{gtk2_version}
+Requires:       gtk2-metatheme-adwaita
+Requires:       gnome-icon-theme
 Provides:       gtk2-branding = %{gtk2_version}
 Conflicts:      otherproviders(gtk2-branding)
 Supplements:    packageand(gtk2:branding-SLED)
@@ -44,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}

++++++ gtk2-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.uIznj7/_old  2011-07-08 10:38:33.000000000 +0200
+++ /var/tmp/diff_new_pack.uIznj7/_new  2011-07-08 10:38:33.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk2-branding-openSUSE (Version 11.4)
+# spec file for package gtk2-branding-openSUSE
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,19 +24,19 @@
 # Do not edit this auto generated file! Edit gtk2-branding.spec.in.
 
 Name:           gtk2-branding-openSUSE
-Version:        11.4
-Release:        2
+Version:        12.1
+Release:        1
 Group:          System/Libraries
 License:        BSD3c
-Summary:        openSUSE theme configuration
+Summary:        The GTK+ toolkit library (version 2) -- openSUSE theme 
configuration
 Source:         gtk2-branding-gtkrc
 Source1:        gtk2-branding-COPYING
-BuildRequires:  gtk2-devel
-%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' gtk2-devel)
-# Sonar gtk+ theme
-Requires:       gtk2-metatheme-sonar
-# Sonar icon theme
-Requires:       sonar-icon-theme
+BuildRequires:  gtk2
+%define gtk2_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk2)
+%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' 
%{gtk2_real_package})
+Requires:       %{gtk2_real_package} = %{gtk2_version}
+Requires:       gtk2-metatheme-adwaita
+Requires:       gnome-icon-theme
 Provides:       gtk2-branding = %{gtk2_version}
 Conflicts:      otherproviders(gtk2-branding)
 Supplements:    packageand(gtk2:branding-openSUSE)
@@ -44,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}

++++++ gtk2-branding-gtkrc ++++++
--- /var/tmp/diff_new_pack.uIznj7/_old  2011-07-08 10:38:33.000000000 +0200
+++ /var/tmp/diff_new_pack.uIznj7/_new  2011-07-08 10:38:33.000000000 +0200
@@ -6,6 +6,6 @@
 # gtk2-doc package, section GTK+ Core Reference -> Resource Files
 #
 # This is a default for openSUSE:
-gtk-theme-name = "Sonar"
-gtk-icon-theme-name = "Gilouche"
+gtk-theme-name = "Adwaita"
+gtk-icon-theme-name = "gnome"
 gtk-fallback-icon-theme = "gnome"

++++++ gtk2-branding.spec.in ++++++
--- /var/tmp/diff_new_pack.uIznj7/_old  2011-07-08 10:38:33.000000000 +0200
+++ /var/tmp/diff_new_pack.uIznj7/_new  2011-07-08 10:38:33.000000000 +0200
@@ -22,19 +22,19 @@
 Url:            http://www.gtk.org/
 
 Name:           gtk2-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 2) -- %{branding_name} theme 
configuration
 Source:         gtk2-branding-gtkrc
 Source1:        gtk2-branding-COPYING
-BuildRequires:  gtk2-devel
-%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' gtk2-devel)
-# Sonar gtk+ theme
-Requires:       gtk2-metatheme-sonar
-# Sonar icon theme
-Requires:       sonar-icon-theme
+BuildRequires:  gtk2
+%define gtk2_real_package %(rpm -q --qf '%%{name}' --whatprovides gtk2)
+%define gtk2_version %(rpm -q --qf '%%{version}-%%{release}' 
%{gtk2_real_package})
+Requires:       %{gtk2_real_package} = %{gtk2_version}
+Requires:       gtk2-metatheme-adwaita
+Requires:       gnome-icon-theme
 Provides:       gtk2-branding = %{gtk2_version}
 Conflicts:      otherproviders(gtk2-branding)
 Supplements:    packageand(gtk2:branding-%{branding_name})
@@ -42,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]

Reply via email to