Hello community,

here is the log from the commit of package mate-themes for openSUSE:Factory 
checked in at 2016-04-01 13:02:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-themes (Old)
 and      /work/SRC/openSUSE:Factory/.mate-themes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-themes"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-themes/mate-themes.changes  2016-01-04 
09:22:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mate-themes.new/mate-themes.changes     
2016-04-01 13:02:38.000000000 +0200
@@ -1,0 +2,52 @@
+Sat Mar 26 19:35:13 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 3.20.4:
+  * GTK+-3.20 Menta themes: Add styling for mate-mixer GUI.
+  * GTK+-3.20 Menta themes: Reduce size of menubars and menuitems.
+  * GTK+-3.20 Menta themes: Reduce size of reduce size of actionbar.
+  * GTK+-3.20 Menta themes: Fix buttons in rhythmbox.
+  * GTK+-3.20 Menta themes: Adjust GtkColorScale.
+  * GTK+-3.20 Menta themes: Simplify combobox and caja settings.
+  * GTK+-3.20 Menta themes: Reduce height of sidbar treeview.
+  * GTK+-3.20: Menta themes: Adjust treeviews.
+  * GTK+-3.20 Menta themes: Fix combobox, spinbutton and switch in
+    list rows, this make elements in cinnamon-setting visible.
+  * GTK+-3.20 Menta themes: File-browser pathbar adjustments +
+    increase size of rows + clean up.
+  * GTK+-3.20 Menta themes: adjust notebooks settings.
+  * GTK+-3.20 branch: make GreanLaguna optional (not default).
+  * GTK+-3.20 high contrast themes: Finished port to Gtk 3.20.
+  * GTK3-3.20 traditional themes: Button state cleanup + fix size
+    of Nemo's buttons.
+  * GTK+-3.20 traditional themes: Adjust GtkScale and GtkColorScale.
+  * GTK+-3.20 traditional themes: Adjust width of scrollbars.
+  * GTK+-3.20 traditional themes: Adjust comboboxes.
+  * GTK+-3.20 traditional themes: Fix treeview header button.
+  * GTK+-3.20 traditional themes: Fix jumping pathbar buttons.
+  * GTK+-3.20 Submarine themes: Improve Nemo pathbar settings.
+  * GTK+-3.20 Submarine themes: Adjustements for Nemo and
+    cinnamon-settings.
+  * GTK+-3.20 Submarine themes: Adjust GtkColorScale.
+  * GTK+-3.20 Submarine themes: Adjust combobox, rows, treeviews,
+    inline-toolbar and Nautilus pathbar.
+  * GTK+-3.20 Submarine themes: Adjust Caja and Pluma.
+  * GTK+-3.20 Submarine themes: Adjust notebooks.
+  * GTK+-3.20 most themes: Fix text bg of credits in GtkAbout
+    windows.
+  * GTK+-3.20 all themes: Update wnckpager to follow latest
+    mate-panel changes.
+
+-------------------------------------------------------------------
+Tue Mar 22 20:32:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 3.20.3 (changes since 1.12.2):
+  * Port BlueMenta, BlackMATE, *Submarine,  Menta, TraditionalOK,
+    TraditionalGreen to GTK+ 3.20.
+  * Gtk3: Fix Scrollbars, Spinbutton and Notebooks in Menta themes,
+    Submarine themes and Traditional themes.
+  * Other improvements.
+  * Language updates.
+- Require current Gtk for build: should not be built on targets
+  with a lesser version, as new themes are not usable there.
+
+-------------------------------------------------------------------

Old:
----
  mate-themes-gtk3.18-1.12.2.tar.xz

New:
----
  mate-themes-3.20.4.tar.xz

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

Other differences:
------------------
++++++ mate-themes.spec ++++++
--- /var/tmp/diff_new_pack.fXwE4o/_old  2016-04-01 13:02:39.000000000 +0200
+++ /var/tmp/diff_new_pack.fXwE4o/_new  2016-04-01 13:02:39.000000000 +0200
@@ -18,26 +18,26 @@
 
 # TODO: Split up packages into individual themes.
 # mate-themes is released in different editions for different Gtk3 versions.
-# Let's use a Gtk 3.18 version for openSUSE Tumbleweed.
-%define _gtk_ver 3.18
-%define _version 1.12
+# Let's use the Gtk 3.20 version for openSUSE Tumbleweed.
+%define _version 3.20
 Name:           mate-themes
-Version:        1.12.2
+Version:        3.20.4
 Release:        0
 Summary:        Themes for the MATE desktop
 License:        LGPL-2.1+
 Group:          System/GUI/Other
 Url:            http://mate-desktop.org/
-Source0:        
http://pub.mate-desktop.org/releases/%{_version}/%{name}-gtk%{_gtk_ver}-%{version}.tar.xz
+Source:         
http://pub.mate-desktop.org/releases/themes/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  icon-naming-utils
-BuildRequires:  mate-common >= %{_version}
+BuildRequires:  mate-common
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 Requires:       gtk2-engine-clearlooks
 Requires:       gtk2-engine-hcengine
 Requires:       gtk2-engine-murrine
-Recommends:     %{name}-lang
+Obsoletes:      %{name}-lang
 BuildArch:      noarch
 
 %description
@@ -49,17 +49,17 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-gtk%{_gtk_ver}-%{version}
+%setup -q
 
 %build
-%configure --enable-all-themes
+NOCONFIGURE=1 mate-autogen
+%configure \
+  --enable-all-themes
 make %{?_smp_mflags}
 
 %install
 %make_install
 %icon_theme_cache_create_ghost ContrastHigh
-
-%find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 
 %post
@@ -77,12 +77,10 @@
 %{_datadir}/themes/Blue-Submarine/
 %{_datadir}/themes/ContrastHigh/
 %{_datadir}/themes/ContrastHighInverse/
-%{_datadir}/themes/GreenLaguna/
 %{_datadir}/themes/Green-Submarine/
 %{_datadir}/themes/Menta/
 %{_datadir}/themes/Shiny/
 %{_datadir}/themes/TraditionalOk/
-%{_datadir}/themes/TraditionalOkTest/
 %{_datadir}/themes/TraditionalGreen/
 # Icon sets.
 %{_datadir}/icons/ContrastHigh/
@@ -91,7 +89,4 @@
 %dir %{_datadir}/icons/mate/
 %{_datadir}/icons/mate/cursors/
 
-%files lang -f %{name}.lang
-%defattr(-,root,root)
-
 %changelog

++++++ mate-themes-gtk3.18-1.12.2.tar.xz -> mate-themes-3.20.4.tar.xz ++++++
++++ 114807 lines of diff (skipped)


Reply via email to