Hello community,

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

Package is "elementary-xfce-icon-theme"

Sat Nov  9 23:33:49 2019 rev:10 rq:746623 version:0.14+git5.36fd0049

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/elementary-xfce-icon-theme/elementary-xfce-icon-theme.changes
    2019-07-17 13:21:00.507615681 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-xfce-icon-theme.new.2990/elementary-xfce-icon-theme.changes
  2019-11-09 23:33:50.972693390 +0100
@@ -1,0 +2,28 @@
+Tue Nov 05 16:00:52 UTC 2019 - tu...@opensuse.org
+
+- Update to version 0.14+git5.36fd0049:
+  * Drop Firefox icon
+
+-------------------------------------------------------------------
+Thu Oct 24 14:47:15 UTC 2019 - maurizio.ga...@gmail.com
+
+- Update to version 0.14+git4.5c874a03:
+  * fix nm-device-wired 16px light icon colors
+  * make nm-device-wired dark icon 16px match 22px style
+  * Make 24px home folder consistent with 16px
+  * Make 16-24px Music folder blue for better contrast on dark background
+  * make nm-device-wired icon 16px match 22px style
+  * Added nm-applet wired symbolic icon
+  * Improve sizing and alignment of thunderbird icon
+  * thunderbird png -> svg
+  * New thunderbird icon
+
+-------------------------------------------------------------------
+Thu Oct 24 09:17:49 UTC 2019 - maurizio.ga...@gmail.com
+
+- Update to version 0.14+git4.5c874a03:
+  * fix nm-device-wired 16px light icon colors
+  * make nm-device-wired dark icon 16px match 22px style
+  * make nm-device-wired icon 16px match 22px style
+
+-------------------------------------------------------------------

Old:
----
  elementary-xfce-icon-theme-0.13.1+git37.828aa1a8.obscpio
  elementary-xfce-icon-theme.obsinfo

New:
----
  elementary-xfce-0.14+git5.36fd0049.tar.xz
  elementary-xfce.obsinfo

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

Other differences:
------------------
++++++ elementary-xfce-icon-theme.spec ++++++
--- /var/tmp/diff_new_pack.k6LjnG/_old  2019-11-09 23:33:52.032695020 +0100
+++ /var/tmp/diff_new_pack.k6LjnG/_new  2019-11-09 23:33:52.036695026 +0100
@@ -16,15 +16,15 @@
 #
 
 
-%define name0 elementary-xfce
+%define _name elementary-xfce
 Name:           elementary-xfce-icon-theme
-Version:        0.13.1+git37.828aa1a8
+Version:        0.14+git5.36fd0049
 Release:        0
 Summary:        Icon theme inspired by Tango and Elementary
 License:        GPL-2.0-only
 Group:          System/GUI/Other
 URL:            https://github.com/shimmerproject/elementary-xfce
-Source:         %{name}-%{version}.tar.xz
+Source:         %{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gtk3-tools
 BuildRequires:  hicolor-icon-theme
@@ -41,23 +41,23 @@
 drop a lot of desktop-specific symlinks.
 
 %prep
-%autosetup
+%setup -q -n %{_name}-%{version}
 # cleanup unecessary doc files
-rm %{name0}-darker/{CONTRIBUTORS,AUTHORS,README.md}
-rm %{name0}-dark/{CONTRIBUTORS,AUTHORS,README.md}
-rm %{name0}/{CONTRIBUTORS,AUTHORS,README.md}
+rm %{_name}-darker/{CONTRIBUTORS,AUTHORS,README.md}
+rm %{_name}-dark/{CONTRIBUTORS,AUTHORS,README.md}
+rm %{_name}/{CONTRIBUTORS,AUTHORS,README.md}
 
 %build
 # Nothing to build
 
 %install
 mkdir -p  %{buildroot}%{_datadir}/icons
-cp -a %{name0}  %{buildroot}%{_datadir}/icons
-cp -a %{name0}-dark  %{buildroot}%{_datadir}/icons
-cp -a %{name0}-darker  %{buildroot}%{_datadir}/icons
-chmod 0644  %{buildroot}%{_datadir}/icons/%{name0}/index.theme
-chmod 0644  %{buildroot}%{_datadir}/icons/%{name0}-dark/index.theme
-chmod 0644  %{buildroot}%{_datadir}/icons/%{name0}-darker/index.theme
+cp -a %{_name}  %{buildroot}%{_datadir}/icons
+cp -a %{_name}-dark  %{buildroot}%{_datadir}/icons
+cp -a %{_name}-darker  %{buildroot}%{_datadir}/icons
+chmod 0644  %{buildroot}%{_datadir}/icons/%{_name}/index.theme
+chmod 0644  %{buildroot}%{_datadir}/icons/%{_name}-dark/index.theme
+chmod 0644  %{buildroot}%{_datadir}/icons/%{_name}-darker/index.theme
 
 # fix duplicate files
 %fdupes -s %{buildroot}/%{_datadir}/icons/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.k6LjnG/_old  2019-11-09 23:33:52.056695057 +0100
+++ /var/tmp/diff_new_pack.k6LjnG/_new  2019-11-09 23:33:52.056695057 +0100
@@ -1,17 +1,16 @@
 <?xml version="1.0"?>
 <services>
-  <service name="obs_scm" mode="disabled">
+  <service name="obs_scm" mode="localonly">
     <param 
name="url">https://github.com/shimmerproject/elementary-xfce.git</param>
     <param name="scm">git</param>
-    <param name="filename">elementary-xfce-icon-theme</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">
+  <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>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.k6LjnG/_old  2019-11-09 23:33:52.076695088 +0100
+++ /var/tmp/diff_new_pack.k6LjnG/_new  2019-11-09 23:33:52.076695088 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/shimmerproject/elementary-xfce.git</param>
-              <param 
name="changesrevision">828aa1a8dbe9216e57e29424bd3b9f34424d989e</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">36fd0049edc4e8b806f648f69eee3827a7d2004c</param></service></servicedata>
\ No newline at end of file

++++++ elementary-xfce-icon-theme.obsinfo -> elementary-xfce.obsinfo ++++++
--- 
/work/SRC/openSUSE:Factory/elementary-xfce-icon-theme/elementary-xfce-icon-theme.obsinfo
    2019-07-17 13:21:00.519615675 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-xfce-icon-theme.new.2990/elementary-xfce.obsinfo
     2019-11-09 23:33:51.048693507 +0100
@@ -1,5 +1,5 @@
-name: elementary-xfce-icon-theme
-version: 0.13.1+git37.828aa1a8
-mtime: 1562932869
-commit: 828aa1a8dbe9216e57e29424bd3b9f34424d989e
+name: elementary-xfce
+version: 0.14+git5.36fd0049
+mtime: 1572914440
+commit: 36fd0049edc4e8b806f648f69eee3827a7d2004c
 


Reply via email to