Hello community,

here is the log from the commit of package icewm-themes for openSUSE:Factory 
checked in at 2017-11-03 16:25:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icewm-themes (Old)
 and      /work/SRC/openSUSE:Factory/.icewm-themes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icewm-themes"

Fri Nov  3 16:25:26 2017 rev:15 rq:538106 version:0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/icewm-themes/icewm-themes.changes        
2011-09-23 02:03:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.icewm-themes.new/icewm-themes.changes   
2017-11-03 16:26:06.205473939 +0100
@@ -1,0 +2,8 @@
+Wed Nov  1 14:21:03 UTC 2017 - [email protected]
+
+- Drop Helix theme as it was merged to the main icewm package as
+  default theme
+- Cleanup with spec-cleaner
+  * Noop just removes some noise
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ icewm-themes.spec ++++++
--- /var/tmp/diff_new_pack.fNTopm/_old  2017-11-03 16:26:08.093405225 +0100
+++ /var/tmp/diff_new_pack.fNTopm/_new  2017-11-03 16:26:08.093405225 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package icewm-themes (Version 0.1)
+# spec file for package icewm-themes
 #
-# Copyright (c) 2009 SUSE LINUX Products 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
@@ -15,62 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
+%define ICEWMDIR %{_datadir}/icewm
 Name:           icewm-themes
+Version:        0.1
+Release:        0
+Summary:        Themes for the IceWM Window Manager
 License:        LGPL-2.1+
 Group:          System/GUI/Other
+Url:            http://icewm.themes.org/
+Source:         icewm-themes.tar.bz2
 Requires:       icewm
-AutoReqProv:    on
 BuildArch:      noarch
-Version:        0.1
-Release:        665
-Source:         icewm-themes.tar.bz2
-Url:            http://icewm.themes.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        Themes for the IceWM Window Manager
 
 %description
 This package contains a collection of themes for the popular IceWM
 window manager. Most of them have been taken from the original 0.9.42
 themes package. Others have been taken from http://icewm.themes.org.
 
-
-
-Authors:
---------
-    Becca <[email protected]>
-    CW Zuckschwerdt <[email protected]>
-    David Mortensen <[email protected]>
-    Josef 'Jupp' Schugt <[email protected]>
-    Marko Macek <[email protected]>
-    Oleastre <[email protected]>
-    Pal Palocz <[email protected]>
-    Pavel Roskin <[email protected]>
-    TigerT <[email protected]>
-    Vladi Belperchinov-Shabanski <[email protected]>
-    Volker Weinert <[email protected]>
-    William Wieboldt <[email protected]>
-    dwl <[email protected]>
-    isutt <[email protected]>
-    johannes <[email protected]>
-
-%define ICEWMDIR /usr/share/icewm
-
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{ICEWMDIR}
-tar jxvf %{SOURCE0} -C $RPM_BUILD_ROOT%{ICEWMDIR} 
-find $RPM_BUILD_ROOT%{ICEWMDIR} -type f -exec chmod 644 {} \;
-find $RPM_BUILD_ROOT%{ICEWMDIR} -type d -exec chmod 755 {} \;
-find $RPM_BUILD_ROOT%{ICEWMDIR} -type f -name "*~" | xargs -r rm -v
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{ICEWMDIR}
+tar jxvf %{SOURCE0} -C %{buildroot}%{ICEWMDIR}
+find %{buildroot}%{ICEWMDIR} -type f -exec chmod 644 {} \;
+find %{buildroot}%{ICEWMDIR} -type d -exec chmod 755 {} \;
+find %{buildroot}%{ICEWMDIR} -type f -name "*~" | xargs -r rm -v
+# moved to main icewm as a default theme
+rm -rf %{buildroot}%{ICEWMDIR}/Helix
 
 %files
-%defattr(-, root, root)
 %dir %{ICEWMDIR}
 %{ICEWMDIR}/themes
 


Reply via email to