Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2013-10-11 11:05:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-bootloader"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes        
2013-08-27 15:10:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2013-10-11 11:05:38.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 18 12:27:52 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.FQHT1u/_old  2013-10-11 11:05:40.000000000 +0200
+++ /var/tmp/diff_new_pack.FQHT1u/_new  2013-10-11 11:05:40.000000000 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           yast2-bootloader
-Version:        3.0.3
+Version:        3.1.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-bootloader-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 PreReq:         /bin/sed %fillup_prereq
 # Installation::*version variables
 # Wizard::SetDialogTitleAndIcon
@@ -85,31 +85,13 @@
 provided by yast2-bootloader package.
 
 %prep
-%setup -n yast2-bootloader-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./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
+%yast_build
 
 %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
-    d=${f##*/}
-    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%yast_install
 
 %post
 %{fillup_only -n bootloader}
@@ -119,36 +101,36 @@
 
 # menu items
 
-%dir %{_prefix}/share/applications/YaST2
-%{_prefix}/share/applications/YaST2/bootloader.desktop
+%dir %{yast_desktopdir}
+%{yast_desktopdir}/bootloader.desktop
 
-%dir /usr/share/YaST2/include
-%dir /usr/share/YaST2/include/bootloader
-/usr/share/YaST2/include/bootloader/*
-%dir /usr/share/YaST2/modules
-/usr/share/YaST2/modules/*
-%dir /usr/share/YaST2/clients
-/usr/share/YaST2/clients/bootloader*.rb
-/usr/share/YaST2/clients/print-product.rb
-/usr/share/YaST2/clients/inst_*.rb
-%dir %{_prefix}/lib/YaST2/bin
-%{_prefix}/lib/YaST2/bin/*
-%dir /usr/lib/YaST2/servers_non_y2
-/usr/lib/YaST2/servers_non_y2/ag_*
-%dir /usr/share/YaST2/scrconf
-/usr/share/YaST2/scrconf/*.scr
-%dir /var/adm/fillup-templates
-/var/adm/fillup-templates/*
-%dir /usr/share/YaST2/schema
-%dir /usr/share/YaST2/schema/autoyast
-%dir /usr/share/YaST2/schema/autoyast/rnc
-/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
-
-%dir %{_prefix}/share/doc/packages/yast2-bootloader
-%doc %{_prefix}/share/doc/packages/yast2-bootloader/README
-%doc %{_prefix}/share/doc/packages/yast2-bootloader/COPYING
+%dir %{yast_yncludedir}
+%dir %{yast_yncludedir}/bootloader
+%{yast_yncludedir}/bootloader/*
+%dir %{yast_moduledir}
+%{yast_moduledir}/*
+%dir %{yast_clientdir}
+%{yast_clientdir}/bootloader*.rb
+%{yast_clientdir}/print-product.rb
+%{yast_clientdir}/inst_*.rb
+%dir %{yast_ybindir}
+%{yast_ybindir}/*
+%dir %{yast_agentdir}
+%{yast_agentdir}/ag_*
+%dir %{yast_scrconfdir}
+%{yast_scrconfdir}/*.scr
+%dir %{yast_fillupdir}
+%{yast_fillupdir}/*
+%dir %{yast_schemadir}
+%dir %{yast_schemadir}/autoyast
+%dir %{yast_schemadir}/autoyast/rnc
+%{yast_schemadir}/autoyast/rnc/bootloader.rnc
+
+%dir %{yast_docdir}
+%doc %{yast_docdir}/README
+%doc %{yast_docdir}/COPYING
 
 %files devel-doc
-%doc %{_prefix}/share/doc/packages/yast2-bootloader/autodocs
+%doc %{yast_docdir}/autodocs
 
 %changelog

++++++ yast2-bootloader-3.0.3.tar.bz2 -> yast2-bootloader-3.1.0.tar.bz2 ++++++
++++ 39591 lines of diff (skipped)

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

Reply via email to