Hello community,

here is the log from the commit of package greybird-theme for openSUSE:Factory 
checked in at 2019-11-09 23:34:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/greybird-theme (Old)
 and      /work/SRC/openSUSE:Factory/.greybird-theme.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "greybird-theme"

Sat Nov  9 23:34:31 2019 rev:14 rq:746624 version:3.22.10+git15.acede86

Changes:
--------
--- /work/SRC/openSUSE:Factory/greybird-theme/greybird-theme.changes    
2019-05-10 09:20:21.892552630 +0200
+++ /work/SRC/openSUSE:Factory/.greybird-theme.new.2990/greybird-theme.changes  
2019-11-09 23:34:33.052758122 +0100
@@ -1,0 +2,31 @@
+Wed Nov 06 16:02:22 UTC 2019 - tu...@opensuse.org
+
+- Update to version 3.22.10+git15.acede86:
+  * Make use of symlinks cleanup unused files
+
+-------------------------------------------------------------------
+Mon Nov 04 16:02:12 UTC 2019 - tu...@opensuse.org
+
+- Update to version 3.22.10+git14.e467f4b:
+  * Add single-user installation instructions
+  * Fix notification theme paths
+  * Include meson as dependency in README.md
+  * various small fixes
+  * Buildsystem ported to meson and added dark theme
+
+-------------------------------------------------------------------
+Thu Oct 24 14:38:17 UTC 2019 - maurizio.ga...@gmail.com
+
+- Update to version 3.22.10~git8.99f40ce:
+  * Add minimal size to header bar button's label
+  * Revert "Fix size of linked button with images in header bar"
+  * xfdesktop: Highlight selected icons
+  * Fix size of linked button with images in header bar
+  * xfce4-panel: Add drop-target style
+  * Improve button sizing
+  * Make error and warning entry text more readable
+  * Also set backdrop color for print dialog (Fixes #243)
+  * Re-apply xfwm4 tabwin sizing improvement (Issue #224)
+  * Improve the print dialog's style (Fixes #238)
+  
+-------------------------------------------------------------------

Old:
----
  greybird-theme-3.22.10~git3.c0b8881.obscpio
  greybird-theme.obsinfo

New:
----
  Greybird-3.22.10+git15.acede86.tar.xz
  Greybird.obsinfo

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

Other differences:
------------------
++++++ greybird-theme.spec ++++++
--- /var/tmp/diff_new_pack.AaiDof/_old  2019-11-09 23:34:33.672759076 +0100
+++ /var/tmp/diff_new_pack.AaiDof/_new  2019-11-09 23:34:33.676759082 +0100
@@ -19,19 +19,18 @@
 %define _name Greybird
 
 Name:           greybird-theme
-Version:        3.22.10~git3.c0b8881
+Version:        3.22.10+git15.acede86
 Release:        0
 Url:            https://github.com/shimmerproject/Greybird
 Summary:        A grey theme for GNOME, XFCE, GTK+ 2 and 3
 License:        GPL-2.0-or-later OR CC-BY-SA-3.0
 Group:          System/GUI/GNOME
-Source:         %{name}-%{version}.tar.bz2
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source:         %{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  glib2-devel
+BuildRequires:  meson
 BuildRequires:  sassc
 BuildArch:      noarch
 
@@ -82,47 +81,47 @@
 This package provides the GTK+ 3 support of Greybird.
 
 %prep
-%autosetup
+%setup -q -n %{_name}-%{version}
 
 %build
-./autogen.sh
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 # remove stuff that's unlikely to be used
-rm -r %{buildroot}%{_datadir}/themes/%{_name}/unity
-rm -r %{buildroot}%{_datadir}/themes/%{_name}/plank
-rm    %{buildroot}%{_datadir}/themes/%{_name}/ubiquity-panel-bg.png
+rm -r %{buildroot}%{_datadir}/themes/%{_name}{,-dark}/unity
+rm -r %{buildroot}%{_datadir}/themes/%{_name}{,-dark}/plank
+
 # the convulted fdupes call is necessary, else a gtk-2.0 icon will be linked 
to gtk-3.0
 # which will not work if only one subpackage is installed.
 %fdupes -s %{buildroot}/%{_datadir}/themes/%{_name}*/{[^g]*,gtk-3.0}
+%fdupes -s %{buildroot}/%{_datadir}/themes/%{_name}*/gtk-2.0/*
 
 %files -n metatheme-greybird-common
 %doc README.md 
 %license LICENSE.CC LICENSE.GPL
-%dir %{_datadir}/themes/%{_name}/
-%{_datadir}/themes/%{_name}/metacity-1
+%dir %{_datadir}/themes/%{_name}{,-dark}/
+%{_datadir}/themes/%{_name}{,-dark}/metacity-1
 %{_datadir}/themes/%{_name}/xfce-notify-4.0
-%{_datadir}/themes/%{_name}/xfwm4
-%{_datadir}/themes/%{_name}/Greybird.emerald
-%{_datadir}/themes/%{_name}/index.theme
+%{_datadir}/themes/%{_name}{,-dark}/xfwm4
+%{_datadir}/themes/%{_name}{,-dark}/*.emerald
+%{_datadir}/themes/%{_name}{,-dark}/index.theme
 %dir %{_datadir}/themes/%{_name}-accessibility
 %{_datadir}/themes/%{_name}-accessibility/xfwm4
 %dir %{_datadir}/themes/%{_name}-compact
 %{_datadir}/themes/%{_name}-compact/xfwm4
 %dir %{_datadir}/themes/%{_name}-bright
 %{_datadir}/themes/%{_name}-bright/xfce-notify-4.0
-%dir %{_datadir}/themes/%{_name}/gnome-shell
-%{_datadir}/themes/%{_name}/gnome-shell/gnome-shell.css
+%dir %{_datadir}/themes/%{_name}{,-dark}/gnome-shell
+%{_datadir}/themes/%{_name}{,-dark}/gnome-shell/gnome-shell.css
 
 %files -n gtk2-metatheme-greybird
-%{_datadir}/themes/%{_name}/gtk-2.0
+%{_datadir}/themes/%{_name}{,-dark}/gtk-2.0
 
 %if 0%{?suse_version} >= 1210
 %files -n gtk3-metatheme-greybird
-%{_datadir}/themes/%{_name}/gtk-3.0
+%{_datadir}/themes/%{_name}{,-dark}/gtk-3.0
 %endif
 
 %changelog

++++++ Greybird.obsinfo ++++++
name: Greybird
version: 3.22.10+git15.acede86
mtime: 1573039908
commit: acede86b712b06700716518040fae997fffacf9a

++++++ _service ++++++
--- /var/tmp/diff_new_pack.AaiDof/_old  2019-11-09 23:34:33.716759143 +0100
+++ /var/tmp/diff_new_pack.AaiDof/_new  2019-11-09 23:34:33.716759143 +0100
@@ -1,18 +1,17 @@
 <?xml version="1.0"?>
 <services>
-  <service name="obs_scm" mode="disabled">
+  <service name="obs_scm" mode="localonly">
     <param name="url">https://github.com/shimmerproject/Greybird.git</param>
     <param name="scm">git</param>
-    <param name="filename">greybird-theme</param>
-    <param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
+    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
     <param name="changesgenerate">enable</param>
-    <param name="changesauthor">maurizio.ga...@gmail.com</param>
+    <param name="changesauthor">tu...@opensuse.org</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>
-  <service name="set_version" mode="disabled"/>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
-    <param name="compression">bz2</param>
+  <service name="set_version" mode="localonly"/>
+  <service name="tar" mode="localonly"/>
+  <service name="recompress" mode="localonly">
+    <param name="compression">xz</param>
     <param name="file">*.tar</param>
   </service>
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.AaiDof/_old  2019-11-09 23:34:33.732759168 +0100
+++ /var/tmp/diff_new_pack.AaiDof/_new  2019-11-09 23:34:33.732759168 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/shimmerproject/Greybird.git</param>
-              <param 
name="changesrevision">c0b8881e84a2c4a05b2806a2c4f2cbc99c3770ba</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">acede86b712b06700716518040fae997fffacf9a</param></service></servicedata>
\ No newline at end of file


Reply via email to