Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2013-02-28 07:31:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-theme (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-theme", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2011-10-19 
00:57:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes     
2013-02-28 10:24:26.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 11:15:13 CET 2012 - [email protected]
+
+- confirmed license GPL v2
+- 2.21.19
+
+-------------------------------------------------------------------

Old:
----
  yast2-theme-2.21.18.tar.bz2

New:
----
  yast2-theme-2.21.19.tar.bz2

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

Other differences:
------------------
++++++ yast2-theme.spec ++++++
--- /var/tmp/diff_new_pack.iUkvfA/_old  2013-02-28 10:24:27.000000000 +0100
+++ /var/tmp/diff_new_pack.iUkvfA/_new  2013-02-28 10:24:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-theme
 #
-# Copyright (c) 2011 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
@@ -15,68 +15,65 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-theme
-Version:        2.21.18
+Version:        2.21.19
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-theme-2.21.18.tar.bz2
-
-Prefix:         /usr
+Source0:        yast2-theme-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  fdupes hicolor-icon-theme pkg-config update-desktop-files 
yast2-devtools yast2-qt-branding-openSUSE
+BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkg-config
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-qt-branding-openSUSE
 BuildArch:      noarch
 Summary:        YaST2 - Theme
+License:        GPL-2.0
+Group:          System/YaST
 
 %description
 Contains the SuSE Linux theme for YaST2.
 
 %package openSUSE
 Summary:        YaST2 - Theme (openSUSE)
-Version:        2.21.18
-
-
 Group:          System/YaST
-Provides:       yast2_theme = %{version}
+Version:        2.21.19
+Release:        0
 Provides:       yast2-theme-UnitedLinux
 Provides:       yast2-theme-openSUSE-any
+Provides:       yast2_theme = %{version}
 PreReq:         /bin/ln
 Requires:       hicolor-icon-theme
 
 %package openSUSE-Crystal
 Summary:        YaST2 - Theme (openSUSE)
-Version:        2.21.18
-
-
 Group:          System/YaST
-Provides:       yast2_theme = %{version}
+Version:        2.21.19
+Release:        0
 Provides:       yast2-theme-openSUSE-any
+Provides:       yast2_theme = %{version}
 PreReq:         /bin/ln yast2-theme-openSUSE
 
 %package openSUSE-Oxygen
 Summary:        YaST2 - Theme (openSUSE)
-Version:        2.21.18
-
-
 Group:          System/YaST
-Provides:       yast2_theme = %{version}
+Version:        2.21.19
+Release:        0
 Provides:       yast2-theme-openSUSE-any
+Provides:       yast2_theme = %{version}
 PreReq:         /bin/ln yast2-theme-openSUSE
 Conflicts:      yast2-theme-openSUSE-Crystal
 
 %package SLE
 Summary:        YaST2 - SLE Theme
-Version:        2.21.18
-
-
 Group:          System/YaST
-Provides:       yast2_theme = %{version}
+Version:        2.21.19
+Release:        0
 Provides:       yast2-theme-NLD = 0.4.5
+Provides:       yast2_theme = %{version}
 Obsoletes:      yast2-theme-NLD <= 0.4.5
 PreReq:         /bin/ln
 
@@ -95,32 +92,31 @@
 Family.
 
 %prep
-%setup -n yast2-theme-2.21.18
+%setup -n yast2-theme-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
-cp -R "$RPM_BUILD_ROOT/%{prefix}/share/doc/packages/yast2-theme" 
"$RPM_BUILD_ROOT/%{prefix}/share/doc/packages/yast2-theme-openSUSE"
-rm -rf "$RPM_BUILD_ROOT/%{prefix}/share/doc/packages/yast2-theme"
+cp -R "$RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/yast2-theme" 
"$RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/yast2-theme-openSUSE"
+rm -rf "$RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/yast2-theme"
 # ghost file (not packed in RPM but listed)
 cd $RPM_BUILD_ROOT//usr/share/YaST2/theme/
 rm -rf openSUSE-current
@@ -183,7 +179,7 @@
 %dir /usr/share/YaST2/theme
 /usr/share/YaST2/theme/openSUSE
 /usr/share/icons/hicolor/*/apps/*
-%doc %{prefix}/share/doc/packages/yast2-theme-openSUSE
+%doc %{_prefix}/share/doc/packages/yast2-theme-openSUSE
 # ghost file (not packed in RPM but listed)
 # remove the file when removing the RPM
 %ghost /usr/share/YaST2/theme/openSUSE-current

++++++ yast2-theme-2.21.18.tar.bz2 -> yast2-theme-2.21.19.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-2.21.18.tar.bz2 
/work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-2.21.19.tar.bz2 differ: 
char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to