Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2012-01-20 20:26:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes        
2011-10-24 14:03:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2012-01-20 20:29:36.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Jan 13 11:31:51 CET 2012 - [email protected]
+
+- added GfxMenu::Update to the client, so calling does not require
+  package dependency (bnc#730391)
+- 2.22.0
+
+-------------------------------------------------------------------
+Fri Nov 25 12:17:41 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

Old:
----
  yast2-bootloader-2.21.2.tar.bz2

New:
----
  yast2-bootloader-2.22.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.bEUBRm/_old  2012-01-20 20:29:45.000000000 +0100
+++ /var/tmp/diff_new_pack.bEUBRm/_new  2012-01-20 20:29:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-bootloader
 #
-# 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,21 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-bootloader
-Version:        2.21.2
+Version:        2.22.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-bootloader-2.21.2.tar.bz2
-
-Prefix:         /usr
+Source0:        yast2-bootloader-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-perl 
perl-Bootloader perl-XML-Writer perl-gettext sgml-skel swig update-alternatives 
update-desktop-files yast2-devtools yast2-installation yast2-perl-bindings 
yast2-storage >= 2.18.18 yast2-testsuite
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libxslt
+BuildRequires:  limal-perl
+BuildRequires:  perl-Bootloader
+BuildRequires:  perl-XML-Writer
+BuildRequires:  perl-gettext
+BuildRequires:  sgml-skel
+BuildRequires:  swig
+BuildRequires:  update-alternatives
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-installation
+BuildRequires:  yast2-perl-bindings
+BuildRequires:  yast2-storage >= 2.18.18
+BuildRequires:  yast2-testsuite
 # to eliminate a cyclic dependency in autobuild:
 #!BuildIgnore:  autoyast2-installation
 PreReq:         /bin/sed %fillup_prereq
@@ -63,31 +74,32 @@
 Obsoletes:      y2t_inst-bootloader yast2-agent-liloconf-devel 
yast2-agent-prom-devel
 
 Summary:        YaST2 - Bootloader Configuration
+License:        GPL-2.0+
+Group:          System/YaST
 
 %description
 This package contains the YaST2 component for bootloader configuration.
 
 %prep
-%setup -n yast2-bootloader-2.21.2
+%setup -n yast2-bootloader-%{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
@@ -104,10 +116,10 @@
 # menu items
 
 %ifnarch s390 s390x
-%{prefix}/share/applications/YaST2/bootloader.desktop
+%{_prefix}/share/applications/YaST2/bootloader.desktop
 %endif
 
-%doc %{prefix}/share/doc/packages/yast2-bootloader
+%doc %{_prefix}/share/doc/packages/yast2-bootloader
 
 %dir /usr/share/YaST2/include/bootloader
 /usr/share/YaST2/include/bootloader/*
@@ -115,7 +127,7 @@
 /usr/share/YaST2/clients/bootloader*.ycp
 /usr/share/YaST2/clients/print-product.ycp
 /usr/share/YaST2/clients/inst_*.ycp
-%{prefix}/lib/YaST2/bin/*
+%{_prefix}/lib/YaST2/bin/*
 /usr/lib/YaST2/servers_non_y2/ag_*
 /usr/share/YaST2/scrconf/*.scr
 /var/adm/fillup-templates/*

++++++ yast2-bootloader-2.21.2.tar.bz2 -> yast2-bootloader-2.22.0.tar.bz2 ++++++
++++ 19360 lines of diff (skipped)

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

Reply via email to