Hello community, here is the log from the commit of package yast2-update for openSUSE:Factory checked in at 2013-10-11 09:06:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-update (Old) and /work/SRC/openSUSE:Factory/.yast2-update.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-update" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes 2013-09-13 14:51:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes 2013-10-11 09:06:10.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Sep 19 17:42:57 UTC 2013 - [email protected] + +- do not use *.spec.in template, use *.spec file with RPM macros + instead +- 3.1.0 + +------------------------------------------------------------------- Old: ---- yast2-update-3.0.4.tar.bz2 New: ---- yast2-update-3.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-update.spec ++++++ --- /var/tmp/diff_new_pack.g76Ekv/_old 2013-10-11 09:06:12.000000000 +0200 +++ /var/tmp/diff_new_pack.g76Ekv/_new 2013-10-11 09:06:12.000000000 +0200 @@ -17,14 +17,14 @@ Name: yast2-update -Version: 3.0.4 +Version: 3.1.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 BuildRequires: update-desktop-files -BuildRequires: yast2-devtools +BuildRequires: yast2-devtools >= 3.0.6 # xmllint BuildRequires: libxml2 @@ -76,59 +76,41 @@ Use this component if you wish to update your system. %prep -%setup -n yast2-update-%{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 %files %defattr(-,root,root) -%{_prefix}/lib/YaST2/bin/* -/usr/share/YaST2/modules/* +%{yast_ybindir}/* +%{yast_moduledir}/* -/usr/share/YaST2/clients/inst_rootpart.rb -/usr/share/YaST2/clients/inst_update.rb -/usr/share/YaST2/clients/inst_backup.rb -/usr/share/YaST2/clients/rootpart_proposal.rb -/usr/share/YaST2/clients/update_proposal.rb -/usr/share/YaST2/clients/packages_proposal.rb -/usr/share/YaST2/clients/backup_proposal.rb -/usr/share/YaST2/clients/inst_update_partition.rb -/usr/share/YaST2/clients/inst_update_partition_auto.rb -/usr/share/YaST2/clients/rootpart_check_keyboard.rb +%{yast_clientdir}/inst_rootpart.rb +%{yast_clientdir}/inst_update.rb +%{yast_clientdir}/inst_backup.rb +%{yast_clientdir}/rootpart_proposal.rb +%{yast_clientdir}/update_proposal.rb +%{yast_clientdir}/packages_proposal.rb +%{yast_clientdir}/backup_proposal.rb +%{yast_clientdir}/inst_update_partition.rb +%{yast_clientdir}/inst_update_partition_auto.rb +%{yast_clientdir}/rootpart_check_keyboard.rb -/usr/share/YaST2/include/update -/usr/share/YaST2/include/update/rootpart.rb +%{yast_yncludedir}/update +%{yast_yncludedir}/update/rootpart.rb -%doc %{_prefix}/share/doc/packages/yast2-update +%doc %{yast_docdir} %files FACTORY %defattr(-,root,root) -%{_prefix}/share/applications/YaST2/update.desktop +%{yast_desktopdir}/update.desktop %dir /usr/share/YaST2/control /usr/share/YaST2/control/update.xml -/usr/share/YaST2/clients/update.rb -/usr/share/YaST2/clients/run_update.rb +%{yast_clientdir}/update.rb +%{yast_clientdir}/run_update.rb %changelog ++++++ yast2-update-3.0.4.tar.bz2 -> yast2-update-3.1.0.tar.bz2 ++++++ ++++ 15346 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
