Hello community,

here is the log from the commit of package yast2-reipl for openSUSE:Factory 
checked in at 2012-01-17 11:36:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-reipl (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-reipl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-reipl", Maintainer is "snw...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-reipl/yast2-reipl.changes  2011-10-04 
18:02:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-reipl.new/yast2-reipl.changes     
2012-01-17 16:17:52.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Jan 13 09:06:42 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  SPDX format for "GPL version 2 only"
+
+-------------------------------------------------------------------
+Wed Dec  7 10:06:31 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-reipl.spec ++++++
--- /var/tmp/diff_new_pack.3sBC2v/_old  2012-01-17 16:17:54.000000000 +0100
+++ /var/tmp/diff_new_pack.3sBC2v/_new  2012-01-17 16:17:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-reipl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-reipl
 Version:        2.21.1
@@ -25,11 +23,17 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-reipl-%{version}.tar.bz2
 
-Prefix:         /usr
-
-Group:          System/YaST
-License:        GPL v2 only GPL v2 or later
-BuildRequires:  docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files yast2 yast2-bootloader yast2-devtools 
yast2-storage yast2-testsuite
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  doxygen
+BuildRequires:  libxslt
+BuildRequires:  perl-XML-Writer
+BuildRequires:  sgml-skel
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-bootloader
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-storage
+BuildRequires:  yast2-testsuite
 
 Requires:       yast2-storage yast2-bootloader
 # Wizard::SetDesktopTitleAndIcon
@@ -40,12 +44,13 @@
 BuildArch:      noarch
 
 Summary:        YaST2 - IPL loader
-
+License:        GPL-2.0
 Group:          System/YaST
 
 PreReq:         %fillup_prereq
 
 Summary:        YaST2 - IPL loader
+Group:          System/YaST
 
 %description
 Module for loading IPL from running system on S/390
@@ -54,23 +59,22 @@
 %setup -n yast2-reipl-%{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
@@ -88,12 +92,12 @@
 /usr/share/YaST2/clients/*.ycp
 /usr/share/YaST2/modules/*.ycp
 /usr/share/YaST2/modules/*.ybc
-%{prefix}/share/applications/YaST2/*.desktop
+%{_prefix}/share/applications/YaST2/*.desktop
 %dir /usr/share/YaST2/include/reipl
 /usr/share/YaST2/include/reipl/*
-%dir %{prefix}/share/doc/packages/yast2-reipl
-%doc %{prefix}/share/doc/packages/yast2-reipl/*
-%doc %{prefix}/share/doc/packages/yast2-reipl/COPYING
-%readme %{prefix}/share/doc/packages/yast2-reipl/README
+%dir %{_prefix}/share/doc/packages/yast2-reipl
+%doc %{_prefix}/share/doc/packages/yast2-reipl/*
+%doc %{_prefix}/share/doc/packages/yast2-reipl/COPYING
+%readme %{_prefix}/share/doc/packages/yast2-reipl/README
 
 %changelog

++++++ yast2-reipl-2.21.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-2.21.1/configure.in 
new/yast2-reipl-2.21.1/configure.in
--- old/yast2-reipl-2.21.1/configure.in 2011-09-28 22:43:40.000000000 +0200
+++ new/yast2-reipl-2.21.1/configure.in 2012-01-13 14:15:35.000000000 +0100
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-reipl
 dnl
-dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.7 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
 AC_INIT(yast2-reipl, 2.21.1, http://bugs.opensuse.org/, yast2-reipl)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to