commit gnome-themes-standard for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2018-03-08 10:50:36

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is "gnome-themes-standard"

Thu Mar  8 10:50:36 2018 rev:48 rq:582910 version:3.27.90

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2018-02-25 12:20:35.911381816 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2018-03-08 10:50:38.912134875 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:30:02 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
@@ -5,0 +11,11 @@
+
+---
+Wed Feb 14 19:16:32 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.27.90:
+  + Rename to gnome-themes-extra.
+  + Update README.md, various metafile updates.
+  + Fix out-of-tree HC builds.
+  + Use zopflipng.
+  + Icon theme metadata updates.
+  + Updated translations.

Old:

  gnome-themes-standard-3.22.3.tar.xz

New:

  LICENSE
  gnome-themes-standard-3.27.90.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.c56pYi/_old  2018-03-08 10:50:39.712106075 +0100
+++ /var/tmp/diff_new_pack.c56pYi/_new  2018-03-08 10:50:39.720105787 +0100
@@ -17,21 +17,21 @@
 
 
 Name:   gnome-themes-standard
-Version:3.22.3
+Version:3.27.90
 Release:0
 Summary:Standard GNOME Themes
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/GNOME
-Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.22/%{name}-%{version}.tar.xz
+URL:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.27/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# https://gitlab.gnome.org/GNOME/gnome-themes-extra/issues/15
+Source99:   LICENSE
 BuildRequires:  fdupes
 # Needed to convert svg to gresource
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  intltool
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gdk-2.0) >= 2.24.15
 BuildRequires:  pkgconfig(gdk-3.0)
@@ -40,7 +40,9 @@
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.15
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.12
 BuildRequires:  pkgconfig(librsvg-2.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 This packages contains the standard GNOME themes from GNOME 3 and
@@ -94,8 +96,8 @@
 %package -n gnome-themes-accessibility
 Summary:Accessibility GNOME Themes
 Group:  System/GUI/GNOME
-BuildArch:  noarch
 Conflicts:  gnome-themes < 3.0.0
+BuildArch:  noarch
 
 %description -n gnome-themes-accessibility
 This package contains high-contrast and low-contrast themes for GNOME.
@@ -103,16 +105,16 @@
 %package -n gnome-themes-accessibility-gtk2
 Summary:Accessibility GNOME Themes
 Group:  System/GUI/GNOME
-Supplements:packageand(gnome-themes-accessibility:gtk2)
 Requires:   gtk2-engine-hcengine
+Supplements:packageand(gnome-themes-accessibility:gtk2)
 BuildArch:  noarch
 
 %description -n gnome-themes-accessibility-gtk2
 This package contains high-contrast and low-contrast themes for gtk2 
applications.
 
-
 %prep
 %setup -q
+cp %{SOURCE99} .
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
@@ -123,45 +125,38 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
-%icon_theme_cache_create_ghost HighContrast
+find %{buildroot} -type f -name "*.la" -delete -print
+%{icon_theme_cache_create_ghost HighContrast}
 %fdupes %{buildroot}%{_datadir}/icons/Adwaita/cursors/
 %fdupes %{buildroot}%{_datadir}/icons/HighContrast/
 %fdupes %{buildroot}%{_datadir}/themes/
 
-%clean
-rm -rf %{buildroot}
-
 %post -n gnome-themes-accessibility
 %icon_theme_cache_post HighContrast
 
 # No need for %%icon_theme_cache_postun in %%postun since the theme won't 
exist anymore
 
 %files -n metatheme-adwaita-common
-%defattr(-,root,root)
-%doc COPYING NEWS
+%license LICENSE
+%doc NEWS
 %dir %{_datadir}/themes/Adwaita
 %{_datadir}/themes/Adwaita/index.theme
 %dir %{_datadir}/themes/Adwaita-dark
 %{_datadir}/themes/Adwaita-dark/index.theme
 
 %files -n gtk2-metatheme-adwaita
-%defattr(-,root,root)
 

commit gnome-themes-standard for openSUSE:Factory

2018-02-25 Thread root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2018-02-25 12:20:34

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is "gnome-themes-standard"

Sun Feb 25 12:20:34 2018 rev:47 rq:578399 version:3.22.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2017-03-29 13:24:24.373854418 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2018-02-25 12:20:35.911381816 +0100
@@ -1,0 +2,6 @@
+Tue Feb 20 12:49:45 UTC 2018 - fcro...@suse.com
+
+- Ensure gtk2-32bit engine has the proper supplements to be
+  automatically selected.
+
+---



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.GN7vMy/_old  2018-02-25 12:20:37.027341397 +0100
+++ /var/tmp/diff_new_pack.GN7vMy/_new  2018-02-25 12:20:37.031341252 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes-standard
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.GN7vMy/_old  2018-02-25 12:20:37.063340093 +0100
+++ /var/tmp/diff_new_pack.GN7vMy/_new  2018-02-25 12:20:37.063340093 +0100
@@ -1 +1,2 @@
 gtk2-theming-engine-adwaita
+supplements "packageand(metatheme-adwaita-common:gtk2-)"




commit gnome-themes-standard for openSUSE:Factory

2017-03-29 Thread root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2017-03-29 13:24:22

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is "gnome-themes-standard"

Wed Mar 29 13:24:22 2017 rev:46 rq:482349 version:3.22.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2016-10-18 10:33:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2017-03-29 13:24:24.373854418 +0200
@@ -1,0 +2,7 @@
+Thu Mar 23 10:59:56 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.3:
+  + Dark theme fix.
+  + Minor tweaks.
+
+---

Old:

  gnome-themes-standard-3.22.2.tar.xz

New:

  gnome-themes-standard-3.22.3.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.OGbttm/_old  2017-03-29 13:24:25.141745818 +0200
+++ /var/tmp/diff_new_pack.OGbttm/_new  2017-03-29 13:24:25.145745252 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes-standard
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-themes-standard
-Version:3.22.2
+Version:3.22.3
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
@@ -61,8 +61,8 @@
 # Note: it's really a metatheme, and not just a gtk2 theme as we require 
metatheme-adwaita-common
 %package -n gtk2-metatheme-adwaita
 Summary:Adwaita GNOME Theme -- GTK+ 2 Support
-Group:  System/GUI/GNOME
 # the theme is using the pixmap engine, shipped inside gtk2
+Group:  System/GUI/GNOME
 Requires:   gtk2
 Requires:   gtk2-theming-engine-adwaita = %{version}
 Requires:   metatheme-adwaita-common = %{version}
@@ -153,6 +153,8 @@
 %files -n gtk3-metatheme-adwaita
 %defattr(-,root,root)
 %{_datadir}/themes/Adwaita/gtk-3.0/
+%dir %{_datadir}/themes/Adwaita-dark/gtk-3.0
+%{_datadir}/themes/Adwaita-dark/gtk-3.0/gtk.css
 
 %files -n gtk2-theming-engine-adwaita
 %defattr(-,root,root)

++ gnome-themes-standard-3.22.2.tar.xz -> 
gnome-themes-standard-3.22.3.tar.xz ++
 3664 lines of diff (skipped)




commit gnome-themes-standard for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2016-10-18 10:33:17

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is "gnome-themes-standard"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2016-06-03 16:30:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2016-10-18 10:33:17.0 +0200
@@ -1,0 +2,17 @@
+Thu Oct  6 10:52:00 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.2:
+  + Dark theme updates.
+  + Adwaita updates.
+- Modify fdupes following upstream changes.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+
+---
+Mon Oct  3 16:47:37 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.1:
+  + Gtk2 dark variant.
+  + Updated translations.
+
+---

Old:

  gnome-themes-standard-3.20.2.tar.xz

New:

  gnome-themes-standard-3.22.2.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.iYi1KK/_old  2016-10-18 10:33:18.0 +0200
+++ /var/tmp/diff_new_pack.iYi1KK/_new  2016-10-18 10:33:18.0 +0200
@@ -17,19 +17,21 @@
 
 
 Name:   gnome-themes-standard
-Version:3.20.2
+Version:3.22.2
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.22/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 # Needed to convert svg to gresource
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  intltool
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gdk-2.0) >= 2.24.15
 BuildRequires:  pkgconfig(gdk-3.0)
@@ -111,7 +113,9 @@
 
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 %configure
@@ -123,7 +127,7 @@
 %icon_theme_cache_create_ghost HighContrast
 %fdupes %{buildroot}%{_datadir}/icons/Adwaita/cursors/
 %fdupes %{buildroot}%{_datadir}/icons/HighContrast/
-%fdupes %{buildroot}%{_datadir}/themes/Adwaita/gtk-2.0/
+%fdupes %{buildroot}%{_datadir}/themes/
 
 %clean
 rm -rf %{buildroot}
@@ -138,10 +142,13 @@
 %doc COPYING NEWS
 %dir %{_datadir}/themes/Adwaita
 %{_datadir}/themes/Adwaita/index.theme
+%dir %{_datadir}/themes/Adwaita-dark
+%{_datadir}/themes/Adwaita-dark/index.theme
 
 %files -n gtk2-metatheme-adwaita
 %defattr(-,root,root)
 %{_datadir}/themes/Adwaita/gtk-2.0/
+%{_datadir}/themes/Adwaita-dark/gtk-2.0/
 
 %files -n gtk3-metatheme-adwaita
 %defattr(-,root,root)

++ gnome-themes-standard-3.20.2.tar.xz -> 
gnome-themes-standard-3.22.2.tar.xz ++
 9025 lines of diff (skipped)




commit gnome-themes-standard for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2016-06-03 16:30:13

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is "gnome-themes-standard"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2016-05-20 11:55:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2016-06-03 16:30:14.0 +0200
@@ -1,0 +2,5 @@
+Fri May 27 11:50:01 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20.2 FATE#318572 
+
+---



Other differences:
--



commit gnome-themes-standard for openSUSE:Factory

2016-05-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2016-05-20 11:55:19

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is "gnome-themes-standard"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2016-03-29 14:46:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2016-05-20 11:55:25.0 +0200
@@ -1,0 +2,8 @@
+Sun May 15 18:12:07 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + Scrollbar tweaks.
+  + Makefile updates.
+  + Updated translations.
+
+---

Old:

  gnome-themes-standard-3.20.tar.xz

New:

  gnome-themes-standard-3.20.2.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.8XyrxT/_old  2016-05-20 11:55:26.0 +0200
+++ /var/tmp/diff_new_pack.8XyrxT/_new  2016-05-20 11:55:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-themes-standard
-Version:3.20
+Version:3.20.2
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+

++ gnome-themes-standard-3.20.tar.xz -> gnome-themes-standard-3.20.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.20/ChangeLog 
new/gnome-themes-standard-3.20.2/ChangeLog
--- old/gnome-themes-standard-3.20/ChangeLog2016-03-22 17:25:33.0 
+0100
+++ new/gnome-themes-standard-3.20.2/ChangeLog  2016-05-15 15:06:07.0 
+0200
@@ -1,5 +1,64 @@
 # Generated by Makefile. Do not edit.
 
+commit fe51d709655d8d6c1dd18a45d7c26ea51225d9fa
+Author: Jakub Steiner 
+Date:   Mon May 9 14:50:20 2016 +0200
+
+prepare for 3.20.2 release
+
+ NEWS | 5 +
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit da12f7ac1e0ff1240633a102e4a5dc14881652fd
+Author: Juraj Fiala 
+Date:   Wed May 4 17:09:59 2016 +0200
+
+Updated scrollbar colours.
+
+ themes/Adwaita/gtk-2.0/assets.svg   |  16 
+ themes/Adwaita/gtk-2.0/assets/scrollbar-horz-trough.png | Bin 146 -> 146 bytes
+ .../gtk-2.0/assets/scrollbar-vert-trough-rtl.png| Bin 145 -> 145 bytes
+ themes/Adwaita/gtk-2.0/assets/scrollbar-vert-trough.png | Bin 145 -> 145 bytes
+ 4 files changed, 8 insertions(+), 8 deletions(-)
+
+commit 5fb8c0f4073dd7d3bd9c8436f339fc87cdca6d88
+Author: Juraj Fiala 
+Date:   Fri Apr 15 15:37:32 2016 +0200
+
+Add the new vertical menu padding.
+
+ themes/Adwaita/gtk-2.0/main.rc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4743eb08c9733e6791c263c3f384f19d6066b7f2
+Author: Cédric Valmary 
+Date:   Thu May 5 20:24:30 2016 +
+
+Updated Occitan translation
+
+ po/oc.po | 9 +
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit b25672ff87974910c6c74387b4d65990347301a9
+Author: GNOME Translation Robot 
+Date:   Fri Apr 29 08:37:58 2016 +
+
+Added Scottish Gaelic translation
+
+ po/LINGUAS |  1 +
+ po/gd.po   | 37 +
+ 2 files changed, 38 insertions(+)
+
+commit 6c6733d9e645a5660455bc916f498a16717230a1
+Author: Fabio Tomat 
+Date:   Thu Mar 24 07:44:06 2016 +
+
+Updated Friulian translation
+
+ po/fur.po | 22 +++---
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
 commit 654963e9bd61913eaf0cb2d96e28988416fc5c0b
 Author: Jakub Steiner 
 Date:   Tue Mar 22 17:24:41 2016 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.20/NEWS 
new/gnome-themes-standard-3.20.2/NEWS
--- old/gnome-themes-standard-3.20/NEWS 2016-03-22 17:24:27.0 +0100
+++ new/gnome-themes-standard-3.20.2/NEWS   2016-05-15 15:05:18.0 
+0200
@@ -1,3 +1,8 @@
+3.20.2
+==
+- scrollbar tweaks
+- makefile updates
+
 3.20
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.20/aclocal.m4 
new/gnome-themes-standard-3.20.2/aclocal.m4
--- old/gnome-themes-standard-3.20/aclocal.m4   2016-03-22 17:25:26.0 
+0100
+++ new/gnome-themes-standard-3.20.2/aclocal.m4 2016-05-15 15:05:59.0 
+0200
@@ -265,32 +265,63 @@
   AC_SUBST([USE_NLS])
 ])
 
-# pkg.m4 - Macros to locate and utilise pkg-config.-*- Autoconf -*-
-# serial 1 

commit gnome-themes-standard for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2016-03-29 14:46:34

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is "gnome-themes-standard"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2015-10-06 16:33:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2016-03-29 14:46:36.0 +0200
@@ -1,0 +2,27 @@
+Wed Mar 23 08:24:58 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20:
+  + No changes.
+
+---
+Fri Mar  4 08:14:48 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.91:
+  + Updated gtk2 theme.
+- Drop gnome-themes-standard-gtk3-like-menubar.patch: fixed
+  upstream.
+
+---
+Wed Dec 23 21:53:27 UTC 2015 - damjanovic@gmail.com
+
+- Add gnome-themes-standard-gtk3-like-menubar.patch: Make gtk2
+  menubar like gtk3 (bgo#747679).
+
+---
+Mon Dec 21 15:29:49 UTC 2015 - fcro...@suse.com
+
+- Move gtk2 accessibility theme to a subpackage, which will be
+  suggested when main accessibility package and libgtk-2_0-0 are
+  installed.
+
+---

Old:

  gnome-themes-standard-3.18.0.tar.xz

New:

  gnome-themes-standard-3.20.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.NNJhke/_old  2016-03-29 14:46:37.0 +0200
+++ /var/tmp/diff_new_pack.NNJhke/_new  2016-03-29 14:46:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes-standard
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-themes-standard
-Version:3.18.0
+Version:3.20
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.18/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.20/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 # Needed to convert svg to gresource
@@ -92,13 +92,23 @@
 %package -n gnome-themes-accessibility
 Summary:Accessibility GNOME Themes
 Group:  System/GUI/GNOME
-Requires:   gtk2-engine-hcengine
 BuildArch:  noarch
 Conflicts:  gnome-themes < 3.0.0
 
 %description -n gnome-themes-accessibility
 This package contains high-contrast and low-contrast themes for GNOME.
 
+%package -n gnome-themes-accessibility-gtk2
+Summary:Accessibility GNOME Themes
+Group:  System/GUI/GNOME
+Supplements:packageand(gnome-themes-accessibility:gtk2)
+Requires:   gtk2-engine-hcengine
+BuildArch:  noarch
+
+%description -n gnome-themes-accessibility-gtk2
+This package contains high-contrast and low-contrast themes for gtk2 
applications.
+
+
 %prep
 %setup -q
 translation-update-upstream
@@ -145,6 +155,12 @@
 %defattr(-,root,root)
 %ghost %{_datadir}/icons/HighContrast/icon-theme.cache
 %{_datadir}/icons/HighContrast/
-%{_datadir}/themes/HighContrast/
+%dir %{_datadir}/themes/HighContrast/
+%{_datadir}/themes/HighContrast/index.theme
+%{_datadir}/themes/HighContrast/gtk-3.0/
+
+%files -n gnome-themes-accessibility-gtk2
+%defattr(-,root,root)
+%{_datadir}/themes/HighContrast/gtk-2.0/
 
 %changelog

++ gnome-themes-standard-3.18.0.tar.xz -> gnome-themes-standard-3.20.tar.xz 
++
 28321 lines of diff (skipped)




commit gnome-themes-standard for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2015-10-06 16:33:51

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is "gnome-themes-standard"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2015-05-18 22:05:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2015-10-06 16:33:53.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 22 12:44:04 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + Updated translations.
+
+---

Old:

  gnome-themes-standard-3.16.2.tar.xz

New:

  gnome-themes-standard-3.18.0.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.yKWlYd/_old  2015-10-06 16:33:54.0 +0200
+++ /var/tmp/diff_new_pack.yKWlYd/_new  2015-10-06 16:33:54.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-themes-standard
-Version:3.16.2
+Version:3.18.0
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.16/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.18/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 # Needed to convert svg to gresource

++ gnome-themes-standard-3.16.2.tar.xz -> 
gnome-themes-standard-3.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.16.2/ChangeLog 
new/gnome-themes-standard-3.18.0/ChangeLog
--- old/gnome-themes-standard-3.16.2/ChangeLog  2015-05-13 05:20:21.0 
+0200
+++ new/gnome-themes-standard-3.18.0/ChangeLog  2015-09-22 14:07:31.0 
+0200
@@ -1,5 +1,24 @@
 # Generated by Makefile. Do not edit.
 
+commit 4058c3bced2173c8e6f2a22953327dcc2023e82d
+Author: Jakub Steiner 
+Date:   Tue Sep 22 14:07:14 2015 +0200
+
+prepare for 3.18.0
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit b0a794cd5f69cd49e7b4fd82f004051341d20ab6
+Author: Pedro Albuquerque 
+Date:   Mon Jun 29 22:45:48 2015 +
+
+Updated Portuguese translation
+
+ po/pt.po | 39 ++-
+ 1 file changed, 18 insertions(+), 21 deletions(-)
+
 commit b3e563186add819e43cadccef900c0caf557df77
 Author: Matthias Clasen 
 Date:   Tue May 12 23:11:38 2015 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.16.2/Makefile.in 
new/gnome-themes-standard-3.18.0/Makefile.in
--- old/gnome-themes-standard-3.16.2/Makefile.in2015-05-13 
05:15:22.0 +0200
+++ new/gnome-themes-standard-3.18.0/Makefile.in2015-09-22 
14:07:27.0 +0200
@@ -159,7 +159,8 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in COPYING ChangeLog NEWS README \
-   compile config.guess config.sub install-sh ltmain.sh missing
+   compile config.guess config.sub depcomp install-sh ltmain.sh \
+   missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.16.2/NEWS 
new/gnome-themes-standard-3.18.0/NEWS
--- old/gnome-themes-standard-3.16.2/NEWS   2015-05-13 05:11:26.0 
+0200
+++ new/gnome-themes-standard-3.18.0/NEWS   2015-09-22 14:07:07.0 
+0200
@@ -1,3 +1,7 @@
+3.18.0
+==
+ - Portugese translations
+
 3.16.2
 ==
  - translation updates
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.16.2/aclocal.m4 
new/gnome-themes-standard-3.18.0/aclocal.m4
--- old/gnome-themes-standard-3.16.2/aclocal.m4 2015-05-13 05:15:21.0 
+0200
+++ new/gnome-themes-standard-3.18.0/aclocal.m4 2015-09-22 14:07:26.0 
+0200
@@ -20,6 +20,218 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
+# Configure paths for GLIB
+# Owen Taylor 1997-2001
+
+dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES)

commit gnome-themes-standard for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2015-05-18 22:05:29

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2015-03-30 19:17:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2015-05-18 22:05:31.0 +0200
@@ -1,0 +2,6 @@
+Wed May 13 09:51:24 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.2:
+  + Updated translations.
+
+---

Old:

  gnome-themes-standard-3.16.0.tar.xz

New:

  gnome-themes-standard-3.16.2.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.A9VSuW/_old  2015-05-18 22:05:32.0 +0200
+++ /var/tmp/diff_new_pack.A9VSuW/_new  2015-05-18 22:05:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-themes-standard
-Version:3.16.0
+Version:3.16.2
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+

++ gnome-themes-standard-3.16.0.tar.xz - 
gnome-themes-standard-3.16.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/ChangeLog 
new/gnome-themes-standard-3.16.2/ChangeLog
--- old/gnome-themes-standard-3.16.0/ChangeLog  2015-03-24 02:09:53.0 
+0100
+++ new/gnome-themes-standard-3.16.2/ChangeLog  2015-05-13 05:20:21.0 
+0200
@@ -1,5 +1,35 @@
 # Generated by Makefile. Do not edit.
 
+commit b3e563186add819e43cadccef900c0caf557df77
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Tue May 12 23:11:38 2015 -0400
+
+3.16.2
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit c6af12a5c4eb12c771c6759ff7f7b23a7cb62b7e
+Author: Cédric Valmary cvalm...@yahoo.fr
+Date:   Tue Apr 28 13:34:32 2015 +
+
+Added Occitan translation
+
+ po/LINGUAS |  1 +
+ po/oc.po   | 54 ++
+ 2 files changed, 55 insertions(+)
+
+commit 80c088a9c2358cfca24e3f9332ebbe79fa97d643
+Author: Sveinn í Felli s...@fellsnet.is
+Date:   Tue Apr 21 14:20:47 2015 +
+
+Added Icelandic translation
+
+ po/LINGUAS |  1 +
+ po/is.po   | 36 
+ 2 files changed, 37 insertions(+)
+
 commit 5cd42f1cecf75f6608639664977600866ebdaa4c
 Author: Matthias Clasen mcla...@redhat.com
 Date:   Mon Mar 23 21:03:01 2015 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/NEWS 
new/gnome-themes-standard-3.16.2/NEWS
--- old/gnome-themes-standard-3.16.0/NEWS   2015-03-24 02:02:30.0 
+0100
+++ new/gnome-themes-standard-3.16.2/NEWS   2015-05-13 05:11:26.0 
+0200
@@ -1,3 +1,7 @@
+3.16.2
+==
+ - translation updates
+
 3.16.0
 ==
  - update README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.16.0/aclocal.m4 
new/gnome-themes-standard-3.16.2/aclocal.m4
--- old/gnome-themes-standard-3.16.0/aclocal.m4 2015-03-24 02:03:31.0 
+0100
+++ new/gnome-themes-standard-3.16.2/aclocal.m4 2015-05-13 05:15:21.0 
+0200
@@ -20,218 +20,6 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
-# Configure paths for GLIB
-# Owen Taylor 1997-2001
-
-dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES)
-dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject,
-dnl gthread, or gio is specified in MODULES, pass to pkg-config
-dnl
-AC_DEFUN([AM_PATH_GLIB_2_0],
-[dnl 
-dnl Get the cflags and libraries from pkg-config
-dnl
-AC_ARG_ENABLE(glibtest, [  --disable-glibtest  do not try to compile and 
run a test GLIB program],
-   , enable_glibtest=yes)
-
-  pkg_config_args=glib-2.0
-  for module in . $4
-  do
-  case $module in
- gmodule) 
- pkg_config_args=$pkg_config_args gmodule-2.0
- ;;
- gmodule-no-export) 
- pkg_config_args=$pkg_config_args gmodule-no-export-2.0
- ;;
- gobject) 
- pkg_config_args=$pkg_config_args gobject-2.0
- ;;
- gthread) 
- pkg_config_args=$pkg_config_args gthread-2.0
- ;;
- gio*) 
- 

commit gnome-themes-standard for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2015-03-30 19:17:15

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2015-01-25 21:13:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2015-03-30 19:17:16.0 +0200
@@ -1,0 +2,29 @@
+Tue Mar 24 08:15:53 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Updated translations.
+
+---
+Sat Feb 21 10:59:52 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.90:
+  + Drop metacity theme.
+  + Drop polari icon.
+
+---
+Fri Jan 23 10:21:08 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.15.2.2:
+  + HC: remove one more duplicate app icon.
+- Changes from version 3.15.2.1:
+  + Remove some HC app icons that are already shipped with apps.
+
+---
+Fri Jan 23 10:21:07 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.15.2:
+  + Update gtk2 theme (entries, spinbuttons, radios, checks...).
+  + Update HC icon names.
+  + Update gtk2 HC icons.
+
+---

Old:

  gnome-themes-standard-3.14.2.3.tar.xz

New:

  gnome-themes-standard-3.16.0.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.PgPvy5/_old  2015-03-30 19:17:17.0 +0200
+++ /var/tmp/diff_new_pack.PgPvy5/_new  2015-03-30 19:17:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes-standard
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-themes-standard
-Version:3.14.2.3
+Version:3.16.0
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.14/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.16/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 # Needed to convert svg to gresource
@@ -127,7 +127,6 @@
 %defattr(-,root,root)
 %doc COPYING NEWS
 %dir %{_datadir}/themes/Adwaita
-%{_datadir}/themes/Adwaita/metacity-1/
 %{_datadir}/themes/Adwaita/index.theme
 
 %files -n gtk2-metatheme-adwaita

++ gnome-themes-standard-3.14.2.3.tar.xz - 
gnome-themes-standard-3.16.0.tar.xz ++
 9881 lines of diff (skipped)




commit gnome-themes-standard for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2015-01-25 21:13:38

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2014-11-26 22:56:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2015-01-25 21:13:41.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan 23 10:21:06 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.14.2.3:
+  + HC: remove one more duplicate app icon.
+- Changes from version 3.14.2.2:
+  + Remove some HC app icons that already ship with apps.
+- Changes from version 3.14.2.1:
+  + Update gtk2 HC icons.
+
+---

Old:

  gnome-themes-standard-3.14.2.tar.xz

New:

  gnome-themes-standard-3.14.2.3.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.ZOEBaz/_old  2015-01-25 21:13:42.0 +0100
+++ /var/tmp/diff_new_pack.ZOEBaz/_new  2015-01-25 21:13:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes-standard
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-themes-standard
-Version:3.14.2
+Version:3.14.2.3
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.ZOEBaz/_old  2015-01-25 21:13:42.0 +0100
+++ /var/tmp/diff_new_pack.ZOEBaz/_new  2015-01-25 21:13:42.0 +0100
@@ -1,2 +1 @@
 gtk2-theming-engine-adwaita
-gtk3-theming-engine-adwaita

++ gnome-themes-standard-3.14.2.tar.xz - 
gnome-themes-standard-3.14.2.3.tar.xz ++
 8202 lines of diff (skipped)

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



commit gnome-themes-standard for openSUSE:Factory

2014-11-26 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2014-11-26 20:57:29

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2014-11-18 22:48:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2014-11-26 22:56:28.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 24 13:37:46 UTC 2014 - dims...@opensuse.org
+
+- Drop creation of HighContrastInverse and LowContrast Icon theme
+  caches: there is no icon available in those sets (boo#906721).
+
+---



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.AXXTL9/_old  2014-11-26 22:56:29.0 +0100
+++ /var/tmp/diff_new_pack.AXXTL9/_new  2014-11-26 22:56:29.0 +0100
@@ -111,11 +111,8 @@
 %make_install
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 %icon_theme_cache_create_ghost HighContrast
-%icon_theme_cache_create_ghost HighContrastInverse
-%icon_theme_cache_create_ghost LowContrast
 %fdupes %{buildroot}%{_datadir}/icons/Adwaita/cursors/
 %fdupes %{buildroot}%{_datadir}/icons/HighContrast/
-%fdupes %{buildroot}%{_datadir}/icons/HighContrastInverse/
 %fdupes %{buildroot}%{_datadir}/themes/Adwaita/gtk-2.0/
 
 %clean
@@ -123,8 +120,6 @@
 
 %post -n gnome-themes-accessibility
 %icon_theme_cache_post HighContrast
-%icon_theme_cache_post HighContrastInverse
-%icon_theme_cache_post LowContrast
 
 # No need for %%icon_theme_cache_postun in %%postun since the theme won't 
exist anymore
 
@@ -150,11 +145,7 @@
 %files -n gnome-themes-accessibility
 %defattr(-,root,root)
 %ghost %{_datadir}/icons/HighContrast/icon-theme.cache
-%ghost %{_datadir}/icons/HighContrastInverse/icon-theme.cache
-%ghost %{_datadir}/icons/LowContrast/icon-theme.cache
 %{_datadir}/icons/HighContrast/
-%{_datadir}/icons/HighContrastInverse/
-%{_datadir}/icons/LowContrast/
 %{_datadir}/themes/HighContrast/
 
 %changelog

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



commit gnome-themes-standard for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2014-11-18 22:46:49

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2014-09-30 19:39:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2014-11-18 22:48:38.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 13 19:06:28 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + Update gtk2 theme (entries, spinbuttons, radios, checks...).
+  + Update HC icon names.
+
+---

Old:

  gnome-themes-standard-3.14.0.tar.xz

New:

  gnome-themes-standard-3.14.2.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.dBIAEH/_old  2014-11-18 22:48:39.0 +0100
+++ /var/tmp/diff_new_pack.dBIAEH/_new  2014-11-18 22:48:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-themes-standard
-Version:3.14.0
+Version:3.14.2
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+

++ gnome-themes-standard-3.14.0.tar.xz - 
gnome-themes-standard-3.14.2.tar.xz ++
 4195 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-themes-standard-3.14.0/ChangeLog 
new/gnome-themes-standard-3.14.2/ChangeLog
--- old/gnome-themes-standard-3.14.0/ChangeLog  2014-09-23 04:36:52.0 
+0200
+++ new/gnome-themes-standard-3.14.2/ChangeLog  2014-11-11 20:29:28.0 
+0100
@@ -1,5 +1,125 @@
 # Generated by Makefile. Do not edit.
 
+commit 0f95cb2343b1a2995b86997ebfd2f69c23e79a85
+Author: Jakub Steiner jim...@gmail.com
+Date:   Tue Nov 11 20:29:11 2014 +0100
+
+prepare for 3.14.2
+
+ NEWS | 6 ++
+ configure.ac | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 354e4f2673df9649f02c49247cffa2043dfef7fb
+Author: Jakub Steiner jim...@gmail.com
+Date:   Tue Nov 11 20:18:16 2014 +0100
+
+gtk2 HC: anaconda  liveinst
+
+ themes/HighContrast/icons/16x16/apps/anaconda.png   | Bin 428 - 0 bytes
+ themes/HighContrast/icons/16x16/apps/liveinst.png   | Bin 0 - 428 bytes
+ themes/HighContrast/icons/22x22/apps/anaconda.png   | Bin 565 - 0 bytes
+ themes/HighContrast/icons/22x22/apps/liveinst.png   | Bin 0 - 565 bytes
+ themes/HighContrast/icons/24x24/apps/anaconda.png   | Bin 609 - 0 bytes
+ themes/HighContrast/icons/24x24/apps/liveinst.png   | Bin 0 - 609 bytes
+ themes/HighContrast/icons/256x256/apps/anaconda.png | Bin 4795 - 0 bytes
+ themes/HighContrast/icons/256x256/apps/liveinst.png | Bin 0 - 4795 bytes
+ themes/HighContrast/icons/32x32/apps/anaconda.png   | Bin 810 - 0 bytes
+ themes/HighContrast/icons/32x32/apps/liveinst.png   | Bin 0 - 810 bytes
+ themes/HighContrast/icons/48x48/apps/anaconda.png   | Bin 1158 - 0 bytes
+ themes/HighContrast/icons/48x48/apps/liveinst.png   | Bin 0 - 1158 bytes
+ 12 files changed, 0 insertions(+), 0 deletions(-)
+
+commit f183edbb10393a744edf16b5b65f4d910eb8424f
+Author: Jakub Steiner jim...@gmail.com
+Date:   Wed Sep 24 00:01:48 2014 +0200
+
+add SVG source for the gtk2 sized radios and checks
+
+ themes/Adwaita/gtk-2.0/adwaita-bits2.svg | 1046 ++
+ 1 file changed, 1046 insertions(+)
+
+commit 3080e2df71c4226399af656abe38eea2c56c18f9
+Author: Jakub Steiner jim...@gmail.com
+Date:   Tue Sep 23 23:59:50 2014 +0200
+
+update checkbox/radio design slightly
+
+ .../Check-Radio/checkbox-checked-insensitive.png   | Bin 3299 - 624 bytes
+ .../Adwaita/gtk-2.0/Check-Radio/checkbox-checked.png   | Bin 3400 - 672 bytes
+ .../gtk-2.0/Check-Radio/checkbox-mixed-insensitive.png | Bin 0 - 468 bytes
+ themes/Adwaita/gtk-2.0/Check-Radio/checkbox-mixed.png  | Bin 0 - 518 bytes
+ .../Check-Radio/checkbox-unchecked-insensitive.png | Bin 3019 - 412 bytes
+ .../Adwaita/gtk-2.0/Check-Radio/checkbox-unchecked.png | Bin 3047 - 461 bytes
+ .../gtk-2.0/Check-Radio/option-checked-insensitive.png | Bin 728 - 669 bytes
+ themes/Adwaita/gtk-2.0/Check-Radio/option-checked.png  | Bin 868 - 714 bytes
+ .../gtk-2.0/Check-Radio/option-mixed-insensitive.png   | Bin 0 - 644 bytes
+ themes/Adwaita/gtk-2.0/Check-Radio/option-mixed.png| Bin 

commit gnome-themes-standard for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2014-09-30 19:38:07

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2014-05-05 21:17:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2014-09-30 19:39:12.0 +0200
@@ -1,0 +2,44 @@
+Tue Sep 23 09:56:08 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.0:
+  + HighContrast checkbox updates.
+  + Mutter theme updates
+  + HighContrast icon theme additions.
+
+---
+Fri Aug 22 18:05:37 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.90:
+  + Checkbox/radio updates.
+  + Improvements to the high contrast theme.
+  + Move default background to gnome-backgrounds.
+
+---
+Tue Jul 22 08:12:52 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.4:
+  + Drop duplicate properties from metacity geometry.
+  + Keep a dummy gtk.css for Adwaita.
+- Reintroduce gtk3-metatheme-adwaita subpackage to carry the dummy
+  gtk.css for Adwaita.
+
+---
+Sat Jul 12 18:10:13 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.3:
+  + Major code refactor using SASS.
+  + Moved gtk3 parts of the theme into gtk+.
+- Remove gtk3-metatheme-adwaita subpackage: its content is provided
+  by GTK+ 3.13, but in form of internal resources (so no separate
+  package). libgtk-3-0 obsoletes gtk3-metatheme-adwaita.
+
+---
+Wed May  7 17:11:44 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.1:
+  + Window borders on dark variant.
+  + File chooser styling improvements.
+  + Move cursors to the adwaita-icon-theme.
+  + Remove text-shadow form switches in headerbars.
+
+---

Old:

  gnome-themes-standard-3.12.0.tar.xz

New:

  gnome-themes-standard-3.14.0.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.XHiuVE/_old  2014-09-30 19:39:13.0 +0200
+++ /var/tmp/diff_new_pack.XHiuVE/_new  2014-09-30 19:39:13.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-themes-standard
-Version:3.12.0
+Version:3.14.0
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.12/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.14/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 # Needed to convert svg to gresource
@@ -75,7 +75,6 @@
 Summary:Adwaita GNOME Theme -- GTK+ 3 Support
 Group:  System/GUI/GNOME
 Requires:   cantarell-fonts
-Requires:   gtk3-theming-engine-adwaita = %{version}
 Requires:   metatheme-adwaita-common = %{version}
 Supplements:packageand(metatheme-adwaita-common:gtk3)
 BuildArch:  noarch
@@ -90,13 +89,6 @@
 %description -n gtk2-theming-engine-adwaita
 Adwaita is the default GNOME theme in GNOME 3.
 
-%package -n gtk3-theming-engine-adwaita
-Summary:Adwaita GTK+ Theming Engine
-Group:  System/GUI/GNOME
-
-%description -n gtk3-theming-engine-adwaita
-Adwaita is the default GNOME theme in GNOME 3.
-
 %package -n gnome-themes-accessibility
 Summary:Accessibility GNOME Themes
 Group:  System/GUI/GNOME
@@ -139,12 +131,7 @@
 %files -n metatheme-adwaita-common
 %defattr(-,root,root)
 %doc COPYING NEWS
-%dir %{_datadir}/icons/Adwaita
 %dir %{_datadir}/themes/Adwaita
-%dir %{_datadir}/gnome-background-properties
-%{_datadir}/icons/Adwaita/cursors/
-%{_datadir}/gnome-background-properties/adwaita.xml
-%{_datadir}/themes/Adwaita/backgrounds/
 %{_datadir}/themes/Adwaita/metacity-1/
 %{_datadir}/themes/Adwaita/index.theme
 
@@ -160,10 +147,6 @@
 %defattr(-,root,root)
 %{_libdir}/gtk-2.0/2.10.0/engines/libadwaita.so
 
-%files -n gtk3-theming-engine-adwaita
-%defattr(-,root,root)
-%{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.so
-
 %files -n gnome-themes-accessibility
 %defattr(-,root,root)
 %ghost %{_datadir}/icons/HighContrast/icon-theme.cache

++ gnome-themes-standard-3.12.0.tar.xz - 
gnome-themes-standard-3.14.0.tar.xz ++
 50423 

commit gnome-themes-standard for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2013-08-30 16:31:15

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2013-06-29 19:41:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2013-08-30 16:31:16.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug 20 20:01:20 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.90:
+  + New style for WM buttons to go together with the new headerbar
+controls.
+  + GTK3:
+- Improved client side decorations.
+- New radiobuttons and checkboxes.
+- HIDPI support.
+- Unified infobar styling.
+- App specific fixes for Contacts and Baobab.
+
+---

Old:

  gnome-themes-standard-3.9.3.tar.xz

New:

  gnome-themes-standard-3.9.90.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.vdN2qG/_old  2013-08-30 16:31:17.0 +0200
+++ /var/tmp/diff_new_pack.vdN2qG/_new  2013-08-30 16:31:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-themes-standard
-Version:3.9.3
+Version:3.9.90
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+

++ gnome-themes-standard-3.9.3.tar.xz - 
gnome-themes-standard-3.9.90.tar.xz ++
 6426 lines of diff (skipped)

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



commit gnome-themes-standard for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2013-06-29 19:41:33

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2013-04-26 15:50:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2013-06-29 19:41:35.0 +0200
@@ -1,0 +2,12 @@
+Fri Jun 21 18:45:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Wallpaper update for 3.10
+  + Add HC icon for system-software-update
+  + GTK3:
+- Initial support for GTK client side decorations.
+- Adapt to changes in GTK master state propagation.
+- Add support for activity on top of GdMainView cells.
+- Improve theming for GEdit, Baobab.
+
+---

Old:

  gnome-themes-standard-3.8.1.tar.xz

New:

  gnome-themes-standard-3.9.3.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.JJZ3GN/_old  2013-06-29 19:41:36.0 +0200
+++ /var/tmp/diff_new_pack.JJZ3GN/_new  2013-06-29 19:41:36.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-themes-standard
-Version:3.8.1
+Version:3.9.3
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.9/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 # Needed to convert svg to gresource
@@ -36,7 +36,7 @@
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0) = 2.24.15
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.6.2
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.2
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ gnome-themes-standard-3.8.1.tar.xz - gnome-themes-standard-3.9.3.tar.xz 
++
 3267 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-themes-standard-3.8.1/ChangeLog 
new/gnome-themes-standard-3.9.3/ChangeLog
--- old/gnome-themes-standard-3.8.1/ChangeLog   2013-04-16 00:29:20.0 
+0200
+++ new/gnome-themes-standard-3.9.3/ChangeLog   2013-06-18 02:09:29.0 
+0200
@@ -1,16 +1,182 @@
 # Generated by Makefile. Do not edit.
 
-commit abb79170da25d9255e13e31d774c3e6f0da6aec4 (HEAD, gnome-3-8)
+commit 5734299f8e7b1d7c78eaa0fd99a775aea374853e (HEAD, master)
 Author: Cosimo Cecchi cosi...@gnome.org
-Date:   Mon Apr 15 18:28:02 2013 -0400
+Date:   Mon Jun 17 17:06:23 2013 -0700
 
-release: prepare for 3.8.1
+release: prepare for 3.9.3
 
- NEWS | 14 ++
+ NEWS | 26 ++
  configure.ac |  2 +-
- 2 files changed, 15 insertions(+), 1 deletion(-)
+ 2 files changed, 27 insertions(+), 1 deletion(-)
+
+commit 08449f0265349b61fda558ca7551aa9314bd2ba9 (origin/master, origin/HEAD)
+Author: Zeeshan Ali (Khattak) zeesha...@gnome.org
+Date:   Sat Jun 15 19:39:43 2013 +0300
+
+gtk3: Theme spinner inside GdMainIconView's cells
+
+Make spinner visible on both dark and bright backgrounds w/o making
+it look ugly/weird.
+
+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 +++
+ 1 file changed, 7 insertions(+)
+
+commit 7559bbfa2e9e6187b16293f17704c070deb76586 (origin-ssh/master)
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Sun Jun 16 17:41:45 2013 -0700
+
+build: bump version to 3.9.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 30609ba766dd055f41002dcb813225d619b1d951
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Sun Jun 16 17:37:36 2013 -0700
+
+Adapt to changes in GTK+ state propagation
+
+As GTK+ stopped propagating state flags to children, we can get rid of
+all the wildcard overrides for color: and [text,icon]-shadow properties.
+Also bump the required GTK+ version to git master.
+
+ configure.ac   |   2 +-
+ themes/Adwaita/gtk-3.0/gnome-applications.css

commit gnome-themes-standard for openSUSE:Factory

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2013-04-03 12:53:04

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2013-03-25 20:27:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2013-04-03 12:53:07.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 25 16:49:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Update HC icons from gnome-icon-theme-symbolic.
+  + Updated translations.
+
+---

Old:

  gnome-themes-standard-3.7.92.tar.xz

New:

  gnome-themes-standard-3.8.0.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.8qNLq9/_old  2013-04-03 12:53:10.0 +0200
+++ /var/tmp/diff_new_pack.8qNLq9/_new  2013-04-03 12:53:10.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-themes-standard
-Version:3.7.92
+Version:3.8.0
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.7/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.8/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 # Needed to convert svg to gresource

++ gnome-themes-standard-3.7.92.tar.xz - 
gnome-themes-standard-3.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.7.92/ChangeLog 
new/gnome-themes-standard-3.8.0/ChangeLog
--- old/gnome-themes-standard-3.7.92/ChangeLog  2013-03-19 10:52:56.0 
+0100
+++ new/gnome-themes-standard-3.8.0/ChangeLog   2013-03-25 17:13:53.0 
+0100
@@ -1,6 +1,83 @@
 # Generated by Makefile. Do not edit.
 
-commit 97bf974764800b4cced35961cdc49b829d50fd59 (HEAD, master)
+commit b4958cbe791e92b837df774ad995a959d0b6c9b4 (HEAD, master)
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Mon Mar 25 12:11:15 2013 -0400
+
+release: prepare for 3.8.0
+
+ NEWS | 5 +
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 50675f76dc0fd3e37f5a1f5d7d4f3a5dc5bd492c
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Mon Mar 25 12:09:46 2013 -0400
+
+Update HC icons from gnome-icon-theme-symbolic
+
+ themes/HighContrast/Makefile-icons.am|  12 
+ .../HighContrast/icons/16x16/status/semi-starred-rtl.png | Bin 0 - 445 bytes
+ themes/HighContrast/icons/16x16/status/semi-starred.png  | Bin 0 - 443 bytes
+ .../HighContrast/icons/22x22/status/semi-starred-rtl.png | Bin 0 - 601 bytes
+ themes/HighContrast/icons/22x22/status/semi-starred.png  | Bin 0 - 580 bytes
+ .../HighContrast/icons/24x24/status/semi-starred-rtl.png | Bin 0 - 628 bytes
+ themes/HighContrast/icons/24x24/status/semi-starred.png  | Bin 0 - 630 bytes
+ .../icons/256x256/status/semi-starred-rtl.png| Bin 0 - 4766 bytes
+ .../HighContrast/icons/256x256/status/semi-starred.png   | Bin 0 - 4737 bytes
+ .../HighContrast/icons/32x32/status/semi-starred-rtl.png | Bin 0 - 841 bytes
+ themes/HighContrast/icons/32x32/status/semi-starred.png  | Bin 0 - 843 bytes
+ .../HighContrast/icons/48x48/status/semi-starred-rtl.png | Bin 0 - 1173 bytes
+ themes/HighContrast/icons/48x48/status/semi-starred.png  | Bin 0 - 1187 bytes
+ 13 files changed, 12 insertions(+)
+
+commit 837c10c4c9719327b2af1b8ea74ad18f8a5a65d1
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Mon Mar 25 12:05:42 2013 -0400
+
+build: update .gitignore
+
+Don't use git.mk, just a static .gitignore.
+
+ .gitignore |  67 ++
+ Makefile.am|   2 -
+ git.mk | 227 -
+ themes/Adwaita/Makefile.am |   3 -
+ themes/Adwaita/backgrounds/Makefile.am |   2 -
+ themes/Adwaita/cursors/Makefile.am |   2 -
+ themes/Adwaita/gtk-2.0/Makefile.am |   2 -
+ themes/Adwaita/gtk-3.0/Makefile.am |   2 -
+ themes/Adwaita/metacity-1/Makefile.am  |   4 -
+ themes/HighContrast/Makefile.am|   2 -
+ themes/HighContrast/gtk-2.0/Makefile.am|   2 -
+ 

commit gnome-themes-standard for openSUSE:Factory

2013-03-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2013-03-25 20:27:42

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2013-01-20 14:38:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2013-03-25 20:27:44.0 +0100
@@ -1,0 +2,122 @@
+Thu Mar 21 20:53:14 CET 2013 - sbra...@suse.cz
+
+- Added support for translation-update-upstream.
+
+---
+Tue Mar 19 10:52:17 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.92:
+  + GTK3:
+   - Add theming support for GtkBubbleWindow text touch selections.
+   - Fix clipped border in OSD frames.
+   - Fix unmatching selection mode border width for header bars.
+   - Update Baobab theming for latest master.
+
+---
+Tue Mar  5 21:27:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91:
+  + GTK3:
+- Support linked entries on primary toolbars.
+- Use stock GTK style for expanders.
+- Make progressbar colors darker in backdrop.
+- Fix insensitive state of OSD scales and buttons.
+- Fix a minor glitch in spinbuttons in RTL mode.
+- Fix some glitches in header bar style.
+- Fix content view checkboxes in backdrop.
+- Remove special case of Nautilus pathbar buttons.
+  + GTK2:
+- Fix white border around background when overridden.
+- Fix a regression in Chrome/Chromium toolbar drawing.
+  + WM:
+- Fix centering of the window title.
+
+---
+Wed Feb 20 07:24:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + GTK3:
+- Add support for styling of header bar widgets.
+- Add support fof OSD buttons in a GtkOverlay.
+- Improve style for pressed OSD buttons.
+- Update gedit search slider CSS.
+- Added a style for Contacts' selection toolbar.
+- Fix Epiphany's toolbar buttons in dark theme.
+  + GTK2:
+   -  Fix a regression in drawing Libreoffice/OO.o GtkEntry
+  backgrounds.
+   -  Don't render a stroke for GTK_SHADOW_NONE frames.
+
+---
+Wed Feb 13 15:18:14 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.6:
+  + Fix a bug with GdMainIconView checkbox assets.
+  + Fix some build errors.
+- Drop -lang package: the translations are merged into the themes,
+  and there is no reason for the translations to be installed.
+- No longer provide %{name} by the -common package: this was only
+  used for the -lang packages to be installable.
+- Obsolete the -lang package from gnome-themes-common, as the -lang
+  package is now gone.
+
+---
+Fri Feb  8 10:30:27 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.5:
+  + Improve paddings for buttons on main toolbars.
+  + Make it possible to override GtkEntry's background color in
+GTK2.
+  + Add a workaround to render correctly OpenOffice.org scrollbars
+in GTK2.
+  + Fix GtkFrame with labels not showing a stroke in GTK2.
+  + Add some missing selectors for the SELECTED check/radio states
+in GTK2.
+  + Use arrows of the same shape for all four directions in GTK2.
+  + Add HC icons for new Settings panels.
+  + Don't insall translations.
+  + Fix missing check/radio buttons for content-view widgets.
+  + Set padding for the SushiFontWidget preview widget.
+
+---
+Fri Jan 18 03:44:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Use a blue shade for the selection toolbar pattern.
+  + Add a style for EvinceView document frames.
+  + Improve linked buttons, insensitive state, OSD and floating bar
+styles in HC.
+  + Improve selections in listbox widgets.
+  + Add HC icon for gnome-dictionary.
+  + Add runtime checks for X11-specific code.
+  + Fix spurious border with Epiphany 3.7.
+
+---
+Fri Jan 18 02:58:47 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3:
+  + Don't repeat background image assets for radio/checks.
+  + Use a light noise texture for content-view backgrounds.
+  + Add a style for OSD views and scrollbars.
+  + Improve style for listbox views.
+  + Remove GtkViewport background color by default.
+  + Improve style for dragged column-header buttons.
+  + Update HighContrast icons.
+  + Fix asymmetric 

commit gnome-themes-standard for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2013-01-20 14:38:17

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-11-21 16:45:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2013-01-20 14:38:19.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan 17 23:45:19 UTC 2013 - dims...@opensuse.org
+
+- Add baselibs.conf: provide the engines as -32bit packages. This
+  resolves 'warnings' invoked by 32bit binaries using GTK (like,
+  for example, firefox/aurora packages from mozilla directly).
+
+---

New:

  baselibs.conf



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.rjPFPM/_old  2013-01-20 14:38:20.0 +0100
+++ /var/tmp/diff_new_pack.rjPFPM/_new  2013-01-20 14:38:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes-standard
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,6 +24,7 @@
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.6/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  intltool
 # Needed to convert svg to gresource

++ baselibs.conf ++
gtk2-theming-engine-adwaita
gtk3-theming-engine-adwaita

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



commit gnome-themes-standard for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-11-21 16:45:37

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-10-19 12:34:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-11-21 16:45:39.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov 13 07:47:46 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Add assets for insensitive radio/check states for the GTK2
+theme.
+  + Fix active spinner when no animations are in use.
+  + Fix gray menu separators under some circumstances.
+  + Fix the build on non-X11 environments.
+  + Fix uneven padding on the notebook tab close button.
+  + Fix minor glitch with borders of tiled WM decorations.
+- Replace pkgconfig(gdk-x11-2.0) BuildRequires with
+  pkgconfig(gdk-2.0), following upstream.
+
+---

Old:

  gnome-themes-standard-3.6.1.tar.xz

New:

  gnome-themes-standard-3.6.2.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.DSYAdK/_old  2012-11-21 16:45:40.0 +0100
+++ /var/tmp/diff_new_pack.DSYAdK/_new  2012-11-21 16:45:40.0 +0100
@@ -20,7 +20,7 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.6.1
+Version:3.6.2
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.6/%{name}-%{version}.tar.xz
@@ -29,9 +29,9 @@
 # Needed to convert svg to gresource
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(gdk-2.0)
 BuildRequires:  pkgconfig(gdk-3.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(gdk-x11-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.5.17

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



commit gnome-themes-standard for openSUSE:Factory

2012-10-19 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-10-19 12:34:06

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-10-03 18:09:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-10-19 12:34:08.0 +0200
@@ -1,0 +2,20 @@
+Tue Oct 16 11:11:56 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Add a matching HighContrast WM theme
+  + Add support for vertically oriented inline toolbars
+  + Fix wrong background for raised and backdrop insensitive
+toolbar buttons
+  + Fix glitches in selection-toolbar and suggested-action styling
+  + Fix menu borders not present when not running under GNOME Shell
+  + Fix color for selected desktop icons
+  + Fix stray text shadows in inline toolbar buttons
+  + Fix wrong background color when using a menu button in an OSD
+toolbar
+  + Fix some glitches in notebook's tab rendering
+  + Improve theming support for Nautilus, Documents, Evince, GEdit,
+Baobab and more.
+- Create new gtk2-theming-engine-adwaita subpackage: there is a new
+  gtk2 engine.
+
+---

Old:

  gnome-themes-standard-3.6.0.2.tar.xz

New:

  gnome-themes-standard-3.6.1.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.BzpKQR/_old  2012-10-19 12:34:11.0 +0200
+++ /var/tmp/diff_new_pack.BzpKQR/_new  2012-10-19 12:34:11.0 +0200
@@ -20,7 +20,7 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.6.0.2
+Version:3.6.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.6/%{name}-%{version}.tar.xz
@@ -31,7 +31,9 @@
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gdk-3.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gdk-x11-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.5.17
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -61,6 +63,7 @@
 Group:  System/GUI/GNOME
 # the theme is using the pixmap engine, shipped inside gtk2
 Requires:   gtk2
+Requires:   gtk2-theming-engine-adwaita = %{version}
 Requires:   metatheme-adwaita-common = %{version}
 Supplements:packageand(metatheme-adwaita-common:gtk2)
 BuildArch:  noarch
@@ -81,6 +84,13 @@
 %description -n gtk3-metatheme-adwaita
 Adwaita is the default GNOME theme in GNOME 3.
 
+%package -n gtk2-theming-engine-adwaita
+Summary:Adwaita GTK+ Theming Engine
+Group:  System/GUI/GNOME
+
+%description -n gtk2-theming-engine-adwaita
+Adwaita is the default GNOME theme in GNOME 3.
+
 %package -n gtk3-theming-engine-adwaita
 Summary:Adwaita GTK+ Theming Engine
 Group:  System/GUI/GNOME
@@ -108,6 +118,7 @@
 
 %install
 %makeinstall
+find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 %find_lang %{name}
 %icon_theme_cache_create_ghost HighContrast
 %icon_theme_cache_create_ghost HighContrastInverse
@@ -115,7 +126,6 @@
 %fdupes %{buildroot}%{_datadir}/icons/Adwaita/cursors/
 %fdupes %{buildroot}%{_datadir}/icons/HighContrast/
 %fdupes %{buildroot}%{_datadir}/icons/HighContrastInverse/
-rm -f %{buildroot}%{_libdir}/gtk-3.0/*/theming-engines/*.la
 
 %clean
 rm -rf %{buildroot}
@@ -147,6 +157,10 @@
 %defattr(-,root,root)
 %{_datadir}/themes/Adwaita/gtk-3.0/
 
+%files -n gtk2-theming-engine-adwaita
+%defattr(-,root,root)
+%{_libdir}/gtk-2.0/2.10.0/engines/libadwaita.so
+
 %files -n gtk3-theming-engine-adwaita
 %defattr(-,root,root)
 %{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.so

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



commit gnome-themes-standard for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-10-03 18:09:54

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-05-22 08:15:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-10-03 18:09:58.0 +0200
@@ -1,0 +2,154 @@
+Tue Sep 25 19:01:08 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0.2:
+  + Add hover/active states for slider assets.
+  + Fix wrong border color for primary/inline toolbar buttons.
+  + Fix wrong shadow direction in dark variant primary/inline
+toolbar buttons.
+  + Fix color of icons on vertical spinbuttons.
+  + Fix color of separators on toolbars.
+  + Fix unwanted shadow from menubutton dropdow.
+
+---
+Tue Sep 25 06:45:10 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0.1:
+  + Revert borders: fix fallout from SVG-PNG conversion.
+- Changes from version 3.6.0:
+  + Improve theming for sidebar scrollbars.
+  + Render PNG images for borders.
+  + Fix regression wrt. GtkScrolledWindow default background.
+  + Fix insensitive active GtkSwitch borders.
+  + Fix theming for GtkMenuToolButtons on inline toolbars.
+  + Fix Epiphany toolbar theming for RTL layouts.
+
+---
+Tue Sep 18 16:59:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.92:
+  + Adwaita:
+- New improved assets for the GTK2 implementation
+- Improve theming for progressbars in GtkEntry
+- Improve theming for vertical spinbuttons
+- Add transitions to and from GtkEntry's focused state
+- Add support for theming text selection handles
+- Fix GtkSpinner animation
+- Fix blue border for insensitive default buttons
+- Fix wrong highlight color for highlighted headings in
+  GtkAssistant
+- Drop HighContrastInverse/LowContrast GTK themes
+  + HighContrast:
+- Add new application icons
+- Don't show focus ring by default
+- Fix selected text theming under some circumstances
+- Fix theming for the deprecated GtkStyle fallback path
+- Fix GtkLevelBar theming
+- Fix theming for fallback GNOME Pane.
+
+---
+Fri Sep  7 16:13:13 UTC 2012 - vu...@opensuse.org
+
+- Change gtk2-engine-clearlooks Requires in gtk2-metatheme-adwaita
+  to gtk2: the theme is now using the pixmap engine, which is
+  shipped as part of GTK+.
+
+---
+Tue Sep  4 15:47:23 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.91:
+  + Add support for vertically oriented spinbuttons.
+  + Add support for a selection-menu button in selection mode.
+  + Set scrolled windows background for normal and backdrop states.
+  + Use new tooltip radius and alpha style properties for GTK2.
+  + Use new range warp slider style property for GTK2.
+  + Fix Chrome/Chromium custom menu items for GTK2.
+  + Fix wrong text color in app notification widgets.
+  + Fix tiny padding in Nautilus pathbars.
+  + Fix stray background color below checkboxes in content views.
+  + Synchronize HighContrast icons from the symbolic theme.
+
+---
+Tue Aug 21 13:08:57 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90.1:
+  + Fix missing GTK2 theme image assets.
+  + Fix unwanted border on backdrop column headers.
+
+---
+Mon Aug 20 18:21:04 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90:
+  + Add a GTK2 version of Adwaita, based on the Bridge theme.
+  + New default wallpapers.
+  + Improve metacity attached dialog styling.
+  + Improve custom theming for Nautilus.
+  + Add generic theming support for selection-mode toolbar style
+classes.
+  + Add generic theming support for in-app notifications.
+  + Add generic theming support for suggested-action buttons.
+  + Improve theming for GtkMenuButton.
+
+---
+Wed Aug  8 07:59:21 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.5:
+  + Don't use a blue border for focused buttons.
+  + Use CSS gradients instead of GTK gradients.
+  + Improve styling for GtkLevelBar.
+  + Improve bottom tab styling.
+  + Improve theming support for Nautilus.
+  + Add support for new Baobab style.
+

commit gnome-themes-standard for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-05-22 08:15:10

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-04-20 15:16:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-05-22 08:15:11.0 +0200
@@ -1,0 +2,8 @@
+Mon May 14 20:53:31 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.2:
+  + Fix gnome-contacts' toolbar separator line
+  + Fix Nautilus' inactive pane background color
+  + Don't generate GTK icon cache when DESTDIR is set
+
+---

Old:

  gnome-themes-standard-3.4.1.tar.xz

New:

  gnome-themes-standard-3.4.2.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.jkQ10y/_old  2012-05-22 08:15:13.0 +0200
+++ /var/tmp/diff_new_pack.jkQ10y/_new  2012-05-22 08:15:13.0 +0200
@@ -20,7 +20,7 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.4.1
+Version:3.4.2
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.4/%{name}-%{version}.tar.xz

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



commit gnome-themes-standard for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-04-20 15:16:29

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-03-29 13:57:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-04-20 15:16:35.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 06:06:50 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Fix text shadow on active GtkLinkButton state and Documents
+selection toolbar
+  + Fix opaque background for tooltips children
+  + Fix text spacing in progress bars
+  + Fix cell renderer progress bar border rendering
+  + Fix double background in fallback panel menuitem images
+  + Fix insensitive state for treeview column header buttons
+
+---

Old:

  gnome-themes-standard-3.4.0.tar.xz

New:

  gnome-themes-standard-3.4.1.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.at6Ysx/_old  2012-04-20 15:16:37.0 +0200
+++ /var/tmp/diff_new_pack.at6Ysx/_new  2012-04-20 15:16:37.0 +0200
@@ -20,7 +20,7 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.4.0
+Version:3.4.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.4/%{name}-%{version}.tar.xz

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



commit gnome-themes-standard for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-03-29 13:57:06

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-03-16 13:15:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-03-29 13:57:07.0 +0200
@@ -1,0 +2,28 @@
+Mon Mar 26 15:22:47 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.0:
+  + Fix notebook tab gradient scaling
+  + Fix missing border in the screensaver unlock dialog
+
+---
+Tue Mar 20 17:00:26 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.92:
+  + Add HighContrast icon theme generated from
+gnome-icon-theme-symbolic
+  + Don't make floating bars yellow
+  + Fix text shadows in active+insensitive toolbar buttons
+  + Fix right WM border in focused left tiled windows
+  + Add no-highlight versions of insensitive radio/check assets for
+use in treeviews
+  + Fix expander radius in treeviews
+  + Fix color for 'image' style class over a selected background
+  + Fix GtkTreeView separators on hover and backdrop states
+  + Fix color of dim labels in treeview renderers
+  + Fix border for buttons in NautilusQueryEditor infobars
+  + Add styling for gedit's not-found search entry style class
+- Add pkgconfig() BuildRequires for new build dependencies to
+  create HighContrast icon theme: cairo, gdk-3.0, gdk-pixbuf-2.0,
+  gio-2.0.
+
+---

Old:

  gnome-themes-standard-3.3.91.tar.xz

New:

  gnome-themes-standard-3.4.0.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.eTXbLz/_old  2012-03-29 13:57:08.0 +0200
+++ /var/tmp/diff_new_pack.eTXbLz/_new  2012-03-29 13:57:08.0 +0200
@@ -20,14 +20,18 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.3.91
+Version:3.4.0
 Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.3/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.4/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 # Needed to convert svg to gresource
 BuildRequires:  gdk-pixbuf-loader-rsvg
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(gdk-3.0)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.14
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit gnome-themes-standard for openSUSE:Factory

2012-03-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-03-16 13:15:02

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-02-28 19:23:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-03-16 13:15:04.0 +0100
@@ -1,0 +2,13 @@
+Tue Mar  6 08:11:55 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.91:
+  + Use bright color for text on high-saturation infobars
+  + Theme GtkColorChooser dark variation
+  + Theme junction between scrollbars
+  + Fix missing GtkSpinner animation
+  + Fix wrong color for focused dim-labels
+  + Fix insensitive state for GtkTreeView and GtkIconView
+  + Update Documents theming for 0.3.91
+  + Remove gedit sidepane custom styling for 3.4
+
+---

Old:

  gnome-themes-standard-3.3.90.1.tar.xz

New:

  gnome-themes-standard-3.3.91.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.1mGJY9/_old  2012-03-16 13:15:06.0 +0100
+++ /var/tmp/diff_new_pack.1mGJY9/_new  2012-03-16 13:15:06.0 +0100
@@ -20,7 +20,7 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.3.90.1
+Version:3.3.91
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.3/%{name}-%{version}.tar.xz

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



commit gnome-themes-standard for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-02-28 19:23:35

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-02-17 12:00:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-02-28 19:23:37.0 +0100
@@ -1,0 +2,26 @@
+Wed Feb 22 10:53:43 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.90.1:
+  + Theme GtkColorChooser backdrop state
+  + Fix borders for primary toolbar combobox entries on primary
+toolbars
+  + Fix background not properly clipped on GtkSwitch and troughs
+  + Fix background color of selected rows for Documents
+  + Fix Terminal colors in HighContrast/HighContrastInverse
+  + Fix text shadow for raised active buttons
+
+---
+Tue Feb 21 07:59:55 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.90:
+  + Rewrite HighContrast/HighContrastInverse themes
+  + Theming support for GtkColorChooser
+  + Fix selections in backdrop state
+  + Convert more assets to PNG images
+  + Improvements in the dark WM theme
+  + Fix base background compatibility with GtkStyle-using
+applications
+  + Don't set a padding for GtkViewport
+  + Fix styling for Gucharmap
+
+---

Old:

  gnome-themes-standard-3.3.5.1.tar.xz

New:

  gnome-themes-standard-3.3.90.1.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.NPDibM/_old  2012-02-28 19:23:39.0 +0100
+++ /var/tmp/diff_new_pack.NPDibM/_new  2012-02-28 19:23:39.0 +0100
@@ -20,7 +20,7 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.3.5.1
+Version:3.3.90.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.3/%{name}-%{version}.tar.xz

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



commit gnome-themes-standard for openSUSE:Factory

2012-02-17 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-02-17 12:00:23

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-01-26 14:04:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-02-17 12:00:26.0 +0100
@@ -1,0 +2,26 @@
+Wed Feb  8 06:43:04 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5.1:
+  + Fix gedit/Epiphany tabs
+  + Fix wrong selected text color
+
+---
+Tue Feb  7 08:30:49 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5:
+  + Use GTK resource file support
+  + Use PNG assets instead of SVG
+  + Remove the window resize grip
+  + Don't set child-displacement-y on buttons
+  + Don't set WM title/button borders on frameless windows
+  + Improve check/radio and slider assets
+  + Adapt to GTK+ master changed for:
+- border/padding/margin units
+- entry/combobox border allocations
+- GtkImage backgrounds
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Add gdk-pixbuf-loader-rsvg BuildRequires: this is needed at build
+  time to convert svg files to GdkPixbuf pixdata in GResource.
+
+---

Old:

  gnome-themes-standard-3.3.4.tar.xz

New:

  gnome-themes-standard-3.3.5.1.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.W9l105/_old  2012-02-17 12:00:28.0 +0100
+++ /var/tmp/diff_new_pack.W9l105/_new  2012-02-17 12:00:28.0 +0100
@@ -20,15 +20,15 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.3.4
+Version:3.3.5.1
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.7
+# Needed to convert svg to gresource
+BuildRequires:  gdk-pixbuf-loader-rsvg
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.14
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit gnome-themes-standard for openSUSE:Factory

2012-01-26 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-01-26 14:04:21

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2012-01-09 15:16:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-01-26 14:04:22.0 +0100
@@ -1,0 +2,23 @@
+Tue Jan 17 07:33:49 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.4:
+  + Implement support for the backdrop state
+  + New scrollbar design
+  + Improved support for Epiphany, Nautilus and GEdit
+  + Improve nighttime background
+  + Many smaller detail tweaks and fixes
+  + Adapt to GTK+ master changes for:
+- Button border allocations
+- New CSS parser stricter spec-compliant syntax
+
+---
+Fri Jan 13 12:31:05 UTC 2012 - vu...@opensuse.org
+
+- Change gtk2-engines Requires to gtk2-engine-clearlooks in
+  gtk2-metatheme-adwaita, now that gtk2-engines has split packages
+  (see bnc#706929).
+- Add explicit gtk2-engine-hcengine Requires to
+  gnome-themes-accessibility: the GTK+ 2 theme is using the
+  hcengine engine.
+
+---

Old:

  gnome-themes-standard-3.3.3.tar.xz

New:

  gnome-themes-standard-3.3.4.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.HPvliE/_old  2012-01-26 14:04:23.0 +0100
+++ /var/tmp/diff_new_pack.HPvliE/_new  2012-01-26 14:04:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes-standard
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -20,7 +20,7 @@
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
-Version:3.3.3
+Version:3.3.4
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.3/%{name}-%{version}.tar.xz
@@ -28,7 +28,7 @@
 BuildRequires:  intltool
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.3
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.7
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -38,6 +38,7 @@
 
 %package -n metatheme-adwaita-common
 Summary:Adwaita GNOME Theme -- Common Files
+Group:  System/GUI/GNOME
 # We don't even recommend the lang package since there's actually no
 # need for it.
 #Recommends: %%{name}-lang
@@ -50,10 +51,11 @@
 %description -n metatheme-adwaita-common
 Adwaita is the default GNOME theme in GNOME 3.
 
+# Note: it's really a metatheme, and not just a gtk2 theme as we require 
metatheme-adwaita-common
 %package -n gtk2-metatheme-adwaita
 Summary:Adwaita GNOME Theme -- GTK+ 2 Support
-# we need clearlooks
-Requires:   gtk2-engines
+Group:  System/GUI/GNOME
+Requires:   gtk2-engine-clearlooks
 Requires:   metatheme-adwaita-common = %{version}
 Supplements:packageand(metatheme-adwaita-common:gtk2)
 BuildArch:  noarch
@@ -61,8 +63,10 @@
 %description -n gtk2-metatheme-adwaita
 Adwaita is the default GNOME theme in GNOME 3.
 
+# Note: it's really a metatheme, and not just a gtk3 theme as we require 
metatheme-adwaita-common
 %package -n gtk3-metatheme-adwaita
 Summary:Adwaita GNOME Theme -- GTK+ 3 Support
+Group:  System/GUI/GNOME
 Requires:   cantarell-fonts
 Requires:   gtk3-theming-engine-adwaita = %{version}
 Requires:   metatheme-adwaita-common = %{version}
@@ -74,12 +78,15 @@
 
 %package -n gtk3-theming-engine-adwaita
 Summary:Adwaita GTK+ Theming Engine
+Group:  System/GUI/GNOME
 
 %description -n gtk3-theming-engine-adwaita
 Adwaita is the default GNOME theme in GNOME 3.
 
 %package -n gnome-themes-accessibility
 Summary:Accessibility GNOME Themes
+Group:  System/GUI/GNOME
+Requires:   gtk2-engine-hcengine
 Conflicts:  gnome-themes  3.0.0
 BuildArch:  noarch
 

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



commit gnome-themes-standard for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2012-01-09 15:16:58

Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New)


Package is gnome-themes-standard, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2011-10-19 13:45:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2012-01-09 15:16:59.0 +0100
@@ -1,0 +2,33 @@
+Mon Dec 19 12:39:35 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Big theme revamp; better details and niceties all around
+  + Theming for new horizontal GtkSpinButtons
+  + Implement border-only style for maximized windows
+  + Use an animated wallpaper changing troughout the day
+  + Better error messages for missing build dependencies
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Mon Nov 21 19:53:16 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Initial implementation of selection-mode, dropdown and OSD 
+toolbars for GNOME Documents.
+  + Don't set a padding for GtkNotebook children.
+  + Fix focus border color for iconview cells.
+  + Don't override prelight color for dim-label.
+  + Fix for Nautilus migrating GtkTable-GtkGrid.
+
+---
+Thu Oct 27 08:57:10 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Use a new wallpaper
+  + Improve notebook tabs padding
+  + Enable transparency and rounded corners for tooltips
+  + Correctly theme GtkSwitch for the dark variant
+
+---

Old:

  gnome-themes-standard-3.2.1.tar.bz2

New:

  gnome-themes-standard-3.3.3.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.CKUuYT/_old  2012-01-09 15:17:00.0 +0100
+++ /var/tmp/diff_new_pack.CKUuYT/_new  2012-01-09 15:17:00.0 +0100
@@ -16,18 +16,19 @@
 #
 
 
-
 Name:   gnome-themes-standard
 Summary:Standard GNOME Themes
-Version:3.2.1
-Release:1
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
+Version:3.3.3
+Release:0
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.2/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.1.18
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.3
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -37,8 +38,6 @@
 
 %package -n metatheme-adwaita-common
 Summary:Adwaita GNOME Theme -- Common Files
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 # We don't even recommend the lang package since there's actually no
 # need for it.
 #Recommends: %%{name}-lang
@@ -53,8 +52,6 @@
 
 %package -n gtk2-metatheme-adwaita
 Summary:Adwaita GNOME Theme -- GTK+ 2 Support
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 # we need clearlooks
 Requires:   gtk2-engines
 Requires:   metatheme-adwaita-common = %{version}
@@ -66,8 +63,6 @@
 
 %package -n gtk3-metatheme-adwaita
 Summary:Adwaita GNOME Theme -- GTK+ 3 Support
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 Requires:   cantarell-fonts
 Requires:   gtk3-theming-engine-adwaita = %{version}
 Requires:   metatheme-adwaita-common = %{version}
@@ -79,16 +74,12 @@
 
 %package -n gtk3-theming-engine-adwaita
 Summary:Adwaita GTK+ Theming Engine
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 
 %description -n gtk3-theming-engine-adwaita
 Adwaita is the default GNOME theme in GNOME 3.
 
 %package -n gnome-themes-accessibility
 Summary:Accessibility GNOME Themes
-License:LGPLv2.1+
-Group:  System/GUI/GNOME
 Conflicts:  gnome-themes  3.0.0
 BuildArch:  noarch
 

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



commit gnome-themes-standard for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory
checked in at Wed Oct 5 17:45:46 CEST 2011.




--- openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes
2011-10-02 10:08:08.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-themes-standard/gnome-themes-standard.changes
2011-10-05 10:02:38.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  5 08:02:01 UTC 2011 - vu...@opensuse.org
+
+- Add gnome-themes-standard-fallback-improvements.patch: fixes from
+  git to make fallback mode look better.
+
+---

calling whatdependson for head-i586


New:

  gnome-themes-standard-fallback-improvements.patch



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.vdayNm/_old  2011-10-05 17:45:41.0 +0200
+++ /var/tmp/diff_new_pack.vdayNm/_new  2011-10-05 17:45:41.0 +0200
@@ -25,6 +25,8 @@
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gnome-themes-standard-fallback-improvements.patch 
vu...@opensuse.org -- Taken from git, improve fallback mode look and feel
+Patch0: gnome-themes-standard-fallback-improvements.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.1.18
@@ -98,6 +100,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ gnome-themes-standard-fallback-improvements.patch ++
From 66337c9988063766f2b84f9fbea61915e617693e Mon Sep 17 00:00:00 2001
From: Cosimo Cecchi cosi...@gnome.org
Date: Tue, 04 Oct 2011 00:41:04 +
Subject: fallback: fixup gnome-panel theming for fallback mode

The panel in fallback mode looks really bad with the current theme.
Fixup a number of issues with the background colors and borders for the
taskbar, menu and clock items.
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css 
b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 34eba5c..ced424e 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1603,13 +1603,10 @@ GtkCalendar.highlight {
  * Fallback Mode Panel
  **/
 
-PanelWidget,
-PanelApplet,
-PanelApplet  GtkMenuBar.menubar,
 .gnome-panel-menu-bar,
+PanelWidget,
 PanelAppletFrame,
-PanelMenuBar.menubar,
-PanelToplevel {
+PanelApplet {
 background-color: @os_chrome_bg_color;
 background-image: none;
 color: @os_chrome_fg_color;
@@ -1620,37 +1617,47 @@ ClockBox,
 font: bold;
 }
 
-PanelApplet  GtkMenuBar.menubar.menuitem:prelight,
-.gnome-panel-menu-bar.menuitem:prelight {
+.gnome-panel-menu-bar .menuitem:prelight {
 background-color: @os_chrome_selected_bg_color;
 color: @os_chrome_selected_fg_color;
-border-color: lighter (@os_chrome_selected_bg_color);
 }
 
-/* panel buttons (clock, tasklist etc) */
-PanelApplet GtkToggleButton {
-background-color: @os_chrome_bg_color;
+.gnome-panel-menu-bar .menuitem *:prelight {
+color: @os_chrome_selected_fg_color;
+text-shadow: @os_chrome_bg_color 0 1;
+}
+
+PanelApplet .button,
+PanelApplet .button:prelight {
+padding: 6 0;
+
+border-image: none;
+border-width: 0;
+border-radius: 0;
+
 background-image: none;
-border-color: @os_chrome_bg_color;
-border-width: 1;
+background-color: alpha(@theme_base_color, 0.0);
+
 color: @os_chrome_fg_color;
 }
 
-PanelApplet GtkToggleButton:prelight:active,
-PanelApplet GtkToggleButton:active {
-background-color: @os_chrome_selected_bg_color;
+PanelApplet .button:active:prelight,
+PanelApplet .button:active {
+border-image: none;
 background-image: none;
-border-color: lighter (@os_chrome_selected_bg_color);
-border-width: 1;
+background-color: @os_chrome_selected_bg_color;
+border-width: 0;
+border-radius: 0;
+}
+
+PanelApplet *:prelight {
 color: @os_chrome_selected_fg_color;
 }
 
-PanelApplet GtkToggleButton:prelight {
-background-color: @os_chrome_bg_color;
-background-image: none;
-border-color: @os_chrome_bg_color;
-border-width: 1;
+PanelApplet *:active,
+PanelApplet *:prelight:active {
 color: @os_chrome_selected_fg_color;
+text-shadow: @os_chrome_bg_color 0 1;
 }
 
 NaTrayApplet {
--
cgit v0.9.0.2
From 7cd3b3403d038bc94fd620c221976e30907b092d Mon Sep 17 00:00:00 2001
From: Cosimo Cecchi cosi...@gnome.org
Date: Tue, 04 Oct 2011 01:03:57 +
Subject: fallback: add a missing selector

---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css 
b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index ced424e..f3ff1d5 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1604,6 +1604,7 @@ GtkCalendar.highlight {
  **/
 
 

commit gnome-themes-standard for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory
checked in at Fri Sep 9 11:21:06 CEST 2011.




--- GNOME/gnome-themes-standard/gnome-themes-standard.changes   2011-07-25 
17:38:43.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-themes-standard/gnome-themes-standard.changes
2011-09-06 23:19:18.0 +0200
@@ -1,0 +2,34 @@
+Tue Sep  6 20:35:53 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.91:
+  + Make the text color for insensitive menu entries a bit darker
+  + Use stock gtk_render_line() implementation from
+GtkThemingEngine
+  + Apply a linked style for filechooser pathbar buttons
+
+---
+Tue Aug 30 16:28:32 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.90:
+  + Use a flat style for radiobuttons on sidebars
+  + Enable raised/linked areas on non-primary toolbars
+  + Support menubar toolbars
+  + Support menu active state for button
+  + Fix tooltips background
+  + Fix fail whale dialog button prelight
+
+---
+Tue Aug 16 11:43:13 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.5:
+  + Improve WM theme for titlebars and buttons
+  + Improve buttons, scales, sliders, progressbars for the dark
+theme
+  + Use a new style for GtkComboBox widgets with entries
+  + Fix combobox left/right padding
+  + Improve GtkTreeView expander styling
+  + Prelight the spinbutton arrows
+  + Use the new gtk-focus-visible Gtk setting
+  + Fix trough style class matching for custom widgets
+
+---

calling whatdependson for head-i586


Old:

  gnome-themes-standard-3.1.4.tar.bz2

New:

  gnome-themes-standard-3.1.91.tar.bz2



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.gkIPz6/_old  2011-09-09 11:21:01.0 +0200
+++ /var/tmp/diff_new_pack.gkIPz6/_new  2011-09-09 11:21:01.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   gnome-themes-standard
 Summary:Standard GNOME Themes
-Version:3.1.4
+Version:3.1.91
 Release:1
 License:LGPLv2.1+
 Group:  System/GUI/GNOME
@@ -27,7 +27,7 @@
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.1.18
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ gnome-themes-standard-3.1.4.tar.bz2 - 
gnome-themes-standard-3.1.91.tar.bz2 ++
 3492 lines of diff (skipped)






Remember to have fun...

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



commit gnome-themes-standard for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory
checked in at Wed Aug 3 16:38:32 CEST 2011.




--- GNOME/gnome-themes-standard/gnome-themes-standard.changes   2011-07-02 
08:59:59.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-themes-standard/gnome-themes-standard.changes
2011-07-25 17:38:43.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul 25 17:36:47 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.4:
+  + Update the dark theme with a blue selection color
+  + Use the raised style for buttons in inline-toolbars
+  + Revert to light colors for the menus now that the mutter
+shadows are fixed
+  + Build fixes
+- Change gtk3-devel BuildRequires to pkgconfig(gtk+-3.0).
+- Add pkgconfig(librsvg-2.0) BuildRequires: it's a new dependency.
+
+---

calling whatdependson for head-i586


Old:

  gnome-themes-standard-3.1.3.tar.bz2

New:

  gnome-themes-standard-3.1.4.tar.bz2



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.vDMMmc/_old  2011-08-03 16:37:46.0 +0200
+++ /var/tmp/diff_new_pack.vDMMmc/_new  2011-08-03 16:37:46.0 +0200
@@ -19,15 +19,16 @@
 
 Name:   gnome-themes-standard
 Summary:Standard GNOME Themes
-Version:3.1.3
+Version:3.1.4
 Release:1
 License:LGPLv2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
-BuildRequires:  gtk3-devel
 BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ gnome-themes-standard-3.1.3.tar.bz2 - 
gnome-themes-standard-3.1.4.tar.bz2 ++
 3487 lines of diff (skipped)






Remember to have fun...

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



commit gnome-themes-standard for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory
checked in at Fri Jul 8 12:36:00 CEST 2011.




--- GNOME/gnome-themes-standard/gnome-themes-standard.changes   2011-06-27 
15:01:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-themes-standard/gnome-themes-standard.changes
2011-07-02 08:59:59.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul  2 08:59:03 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Fix borders and background for vertical progressbars
+  + Fix horizontal padding for progressbars in GtkEntry
+  + Add a subtle gradient to the active notebook tab
+  + Improve styling for GtkComboBox with entries
+  + Improve insensitive style for the dark theme
+
+---

calling whatdependson for head-i586


Old:

  gnome-themes-standard-3.1.2.1.tar.bz2

New:

  gnome-themes-standard-3.1.3.tar.bz2



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.raMJri/_old  2011-07-08 12:35:45.0 +0200
+++ /var/tmp/diff_new_pack.raMJri/_new  2011-07-08 12:35:45.0 +0200
@@ -19,12 +19,12 @@
 
 Name:   gnome-themes-standard
 Summary:Standard GNOME Themes
-Version:3.1.2.1
+Version:3.1.3
 Release:1
 License:LGPLv2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/3.1/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool

++ gnome-themes-standard-3.1.2.1.tar.bz2 - 
gnome-themes-standard-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-themes-standard-3.1.2.1/ChangeLog 
new/gnome-themes-standard-3.1.3/ChangeLog
--- old/gnome-themes-standard-3.1.2.1/ChangeLog 2011-06-13 23:50:14.0 
+0200
+++ new/gnome-themes-standard-3.1.3/ChangeLog   2011-07-02 03:48:32.0 
+0200
@@ -1,5 +1,136 @@
 # Generated by Makefile. Do not edit.
 
+commit 57c2a34ad69a5d72c7c7d7b492e63bd01949c00d
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Fri Jul 1 21:48:01 2011 -0400
+
+release: prepare for 3.1.3
+
+ NEWS |9 +
+ configure.ac |2 +-
+ 2 files changed, 10 insertions(+), 1 deletions(-)
+
+commit 0b2f5d0f92f85b50e2561eed7eb84fd40070ae32
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Mon Jun 20 09:29:38 2011 -0400
+
+build: require GTK+ = 3.1.6
+
+We use features from GTK+ master, so we should require it.
+
+ configure.ac |3 +--
+ 1 files changed, 1 insertions(+), 2 deletions(-)
+
+commit bac47b5d22da378bed9bc7ca0976b0fe7ac795c3
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Fri Jun 17 02:21:11 2011 -0400
+
+dark: use a consistent insensitive style for the dark theme
+
+Based on the original Jakub's insensitive dark assets palette.
+
+ .../scale-slider-horizontal-insensitive-dark.svg   |   10 +++---
+ ...der-marks-above-horizontal-insensitive-dark.svg |   10 +++---
+ ...lider-marks-above-vertical-insensitive-dark.svg |   10 +++---
+ ...der-marks-below-horizontal-insensitive-dark.svg |   10 +++---
+ ...lider-marks-below-vertical-insensitive-dark.svg |   14 +-
+ .../scale-slider-vertical-insensitive-dark.svg |   28 +--
+ themes/Adwaita/gtk-3.0/gtk-dark.css|6 ++--
+ 7 files changed, 49 insertions(+), 39 deletions(-)
+
+commit 27d38abf11ed28ce831ab0e2c282e644976fd633
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Fri Jun 17 01:08:48 2011 -0400
+
+dark: misc fixes for the dark theme
+
+ themes/Adwaita/gtk-3.0/gtk-dark.css|2 ++
+ themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css |2 ++
+ themes/Adwaita/gtk-3.0/gtk-widgets.css |2 +-
+ themes/Adwaita/gtk-3.0/gtk.css |2 ++
+ 4 files changed, 7 insertions(+), 1 deletions(-)
+
+commit eed5cd61dff0f5ac88568b85c1fcddcd11a44d97
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Fri Jun 17 00:03:03 2011 -0400
+
+toolbars: make padding distribution more uniform for toolbars
+
+ themes/Adwaita/gtk-3.0/gtk-widgets.css |8 
+ 1 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 413ff5f17b9fd1ad7bd0fe3d732b24e944809d10
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Thu Jun 16 23:55:29 2011 -0400
+
+combobox: improve GtkComboBox with entries styling a bit
+
+ themes/Adwaita/gtk-3.0/gtk-widgets.css |6 ++
+ 1 files changed, 6 insertions(+), 0 deletions(-)
+
+commit f6f7af86af58942f7f485e10f05381448eceec48
+Author: Cosimo Cecchi cosi...@gnome.org
+Date:   Thu Jun 16 23:54:58 2011 -0400
+
+notebook: tweak background 

commit gnome-themes-standard for openSUSE:Factory

2011-06-28 Thread h_root

Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory
checked in at Tue Jun 28 09:58:42 CEST 2011.




--- GNOME/gnome-themes-standard/gnome-themes-standard.changes   2011-04-27 
10:53:18.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-themes-standard/gnome-themes-standard.changes
2011-06-27 15:01:41.0 +0200
@@ -1,0 +2,21 @@
+Mon Jun 27 15:00:28 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2.1:
+  + Fix a regression with padding in GtkSpinButtons and GtkEntries
+- Changes from version 3.1.2:
+  + Use SVG assets to render border image gradients
+  + Use SVG assets to render scale sliders
+  + Remove custom inset style properties
+  + Render shadows for toolbar buttons
+  + Improve GtkAssistant theming
+  + Improve GtkTreeView column headers
+  + Improve GtkProgressbar, sliders and GtkEntry for the dark theme
+- Changes from version 3.1.1:
+  + Reintroduce the dark theme variant
+  + Add inset shades on various elements
+  + Render the menus fill in dark
+  + Tweak GtkSwitch inactive label color
+  + Fix progressbar gradients and GtkCellRendererProgress
+  + Improve the maximized windows titlebar height
+
+---

calling whatdependson for head-i586


Old:

  gnome-themes-standard-3.0.1.tar.bz2

New:

  gnome-themes-standard-3.1.2.1.tar.bz2



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.ewof7G/_old  2011-06-28 09:58:18.0 +0200
+++ /var/tmp/diff_new_pack.ewof7G/_new  2011-06-28 09:58:18.0 +0200
@@ -19,12 +19,12 @@
 
 Name:   gnome-themes-standard
 Summary:Standard GNOME Themes
-Version:3.0.1
+Version:3.1.2.1
 Release:1
 License:LGPLv2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/2.91/%{name}-%{version}.tar.bz2
+Source: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool

++ gnome-themes-standard-3.0.1.tar.bz2 - 
gnome-themes-standard-3.1.2.1.tar.bz2 ++
 19861 lines of diff (skipped)






Remember to have fun...

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



commit gnome-themes-standard for openSUSE:Factory

2011-04-28 Thread h_root

Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory
checked in at Thu Apr 28 14:56:38 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-themes-standard/gnome-themes-standard.changes
2011-04-27 10:53:18.0 +0200
@@ -0,0 +1,87 @@
+---
+Wed Apr 27 08:50:30 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Reduce vertical padding for most of the common widgets,
+requires GTK+ 3.0.9.
+
+---
+Wed Apr 27 10:26:31 CEST 2011 - vu...@opensuse.org
+
+- Move accessibility themes to a gnome-themes-accessibility
+  subpackage.
+
+---
+Tue Apr  5 12:44:41 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Don't propagate an 1px separator width to the whole toolbar
+  + Add icon-size property for NaTrayApplet
+- Add Conflicts to gnome-themes  3.0.0 because of accessibility
+  themes.
+
+---
+Mon Mar 28 17:50:31 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.93:
+  + Remove the dark theme variant for 3.0
+  + Fix gnome-terminal background
+- Changes from version 2.91.92.1:
+  + Theme fail whale dialog
+  + Add a dark Adwaita variant
+  + Add an inline toolbar style class
+  + Add a sidebar style class
+  + Fixes for insensitive state
+  + Fix focus ring on primary toolbars
+  + Tweak GTK2 theme colors
+  + Theme GtkScale marks
+  + Add an 1px spacing between scrollbar sliders and steppers
+  + Theme menu arrows
+  + Theme menu accelerators
+  + Tweak GtkSwitch theming
+  + Lots of tweaks for Fallback mode panel/applets
+- Changes from version 2.91.91.1:
+  + Add raised toolbar buttons
+  + Make focus ring match latest mockups
+  + Make active toolbar buttons match latest mockups
+  + Fix pane separators
+  + Properly align check/radio buttons
+  + Fix a typo to work correctly with GTK+ 3.0.3
+- Changes from version 2.91.91:
+  + Big revamp of the Adwaita engine to match 3.0 designs.
+- Accessibility themes are now in gnome-themes-standard package.
+
+---
+Mon Feb 28 15:43:13 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.90.1:
+  + Fix appearance of check boxes
+- Changes from version 2.91.90:
+  + Don't hardcode Cantarell in the CSS file
+  + Miscellaneous rendering fixes
+  + Separate theme colors from the CSS
+  + Add a settings.ini file
+- Changes from version 2.91.8:
+  + Don't set background for evince background
+  + Remove gtkrc file for GTK+ 3.0
+  + Plain style for 'internal' toolbars
+- Changes from version 2.91.7:
+  + Improved resize grip rendering
+  + Fix gnome-terminal text colors
+  + Fix expander rendering +/- confusion
+  + Fix install location of the engine
+- Changes from version 2.91.5:
+  + Add Adwaita engine
+- Create subpackage for adwaita engine and remove
+  gtk3-theming-engine-clearlooks requires in
+  gtk3-metatheme-adwaita.
+- Add gtk3-devel BuildRequires and stop marking the main package as
+  noarch since we now have a arch-specific subpackage. Instead,
+  mark metatheme-adwaita-common, gtk2-metatheme-adwaita and
+  gtk3-metatheme-adwaita as noarch.
+
+---
+Wed Dec 15 16:07:31 CET 2010 - vu...@opensuse.org
+
+- New package (version 2.91.4).
+

calling whatdependson for head-i586


New:

  gnome-themes-standard-3.0.1.tar.bz2
  gnome-themes-standard.changes
  gnome-themes-standard.spec



Other differences:
--
++ gnome-themes-standard.spec ++
#
# spec file for package gnome-themes-standard
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   gnome-themes-standard
Summary:Standard GNOME Themes
Version:3.0.1
Release:1
License:LGPLv2.1+
Group:  System/GUI/GNOME
Url:http://www.gnome.org
Source: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/2.91/%{name}-%{version}.tar.bz2
BuildRequires:  fdupes