Hello community, here is the log from the commit of package yast2-update for openSUSE:Factory checked in at 2013-12-23 22:21:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-17 09:59:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes 2013-12-23 22:21:49.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Dec 18 12:44:15 UTC 2013 - [email protected] + +- updated BuildRequires: RNG schema for control files has been + moved to yast2-installation-control package +- use %yast_controldir RPM macro +- move the *.glade link to Git (allow creating POT from clean Git + checkout without need to run "make") +- 3.1.2 + +------------------------------------------------------------------- Old: ---- yast2-update-3.1.1.tar.bz2 New: ---- yast2-update-3.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-update.spec ++++++ --- /var/tmp/diff_new_pack.XmNJ2c/_old 2013-12-23 22:21:50.000000000 +0100 +++ /var/tmp/diff_new_pack.XmNJ2c/_new 2013-12-23 22:21:50.000000000 +0100 @@ -17,20 +17,20 @@ Name: yast2-update -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 BuildRequires: update-desktop-files -BuildRequires: yast2-devtools >= 3.0.6 +BuildRequires: yast2-devtools >= 3.1.15 # xmllint -BuildRequires: libxml2 +BuildRequires: libxml2-tools # control.rng -BuildRequires: yast2-installation >= 2.17.44 +BuildRequires: yast2-installation-control # Stroage::ChangeDmNamesFromCrypttab Requires: yast2-storage >= 2.22.9 @@ -87,6 +87,7 @@ %files %defattr(-,root,root) %{yast_ybindir}/* +%dir %{yast_moduledir} %{yast_moduledir}/* %{yast_clientdir}/inst_rootpart.rb @@ -100,6 +101,7 @@ %{yast_clientdir}/inst_update_partition_auto.rb %{yast_clientdir}/rootpart_check_keyboard.rb +%dir %{yast_yncludedir} %{yast_yncludedir}/update %{yast_yncludedir}/update/rootpart.rb @@ -107,9 +109,10 @@ %files FACTORY %defattr(-,root,root) +%dir %{yast_desktopdir} %{yast_desktopdir}/update.desktop -%dir /usr/share/YaST2/control -/usr/share/YaST2/control/update.xml +%dir %{yast_controldir} +%{yast_controldir}/update.xml %{yast_clientdir}/update.rb %{yast_clientdir}/run_update.rb ++++++ yast2-update-3.1.1.tar.bz2 -> yast2-update-3.1.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.1/VERSION new/yast2-update-3.1.2/VERSION --- old/yast2-update-3.1.1/VERSION 2013-11-15 13:23:27.000000000 +0100 +++ new/yast2-update-3.1.2/VERSION 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -3.1.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.1/configure.in.in new/yast2-update-3.1.2/configure.in.in --- old/yast2-update-3.1.1/configure.in.in 2013-11-15 13:23:27.000000000 +0100 +++ new/yast2-update-3.1.2/configure.in.in 2013-12-19 13:27:43.000000000 +0100 @@ -8,8 +8,5 @@ @YAST2-CHECKS-COMMON@ @YAST2-CHECKS-YCP@ -## Nasty hack: xgettext doesn't work for XML files, so let's symlink it -( cd control; ln -sf update.xml update.glade ) - ## and generate the output... @YAST2-OUTPUT@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.1/control/Makefile.am new/yast2-update-3.1.2/control/Makefile.am --- old/yast2-update-3.1.1/control/Makefile.am 2013-11-15 13:23:27.000000000 +0100 +++ new/yast2-update-3.1.2/control/Makefile.am 2013-12-19 13:27:43.000000000 +0100 @@ -2,11 +2,7 @@ # Makefile.am for control # -controldir = $(yast2dir)/control - -control_DATA = $(wildcard *.xml) - -EXTRA_DIST = $(control_DATA) +dist_control_DATA = $(wildcard *.xml) check-local: - xmllint --relaxng $(controldir)/control.rng --noout $(control_DATA) + xmllint --relaxng $(controldir)/control.rng --noout $(dist_control_DATA) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.1/control/update.glade new/yast2-update-3.1.2/control/update.glade --- old/yast2-update-3.1.1/control/update.glade 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-update-3.1.2/control/update.glade 2013-12-23 22:21:50.000000000 +0100 @@ -0,0 +1 @@ +symbolic link to update.xml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.1/package/yast2-update.changes new/yast2-update-3.1.2/package/yast2-update.changes --- old/yast2-update-3.1.1/package/yast2-update.changes 2013-11-15 13:23:27.000000000 +0100 +++ new/yast2-update-3.1.2/package/yast2-update.changes 2013-12-19 13:27:43.000000000 +0100 @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Wed Dec 18 12:44:15 UTC 2013 - [email protected] + +- updated BuildRequires: RNG schema for control files has been + moved to yast2-installation-control package +- use %yast_controldir RPM macro +- move the *.glade link to Git (allow creating POT from clean Git + checkout without need to run "make") +- 3.1.2 + +------------------------------------------------------------------- Wed Nov 13 15:56:18 UTC 2013 - [email protected] - Add explicit COPYING file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.1/package/yast2-update.spec new/yast2-update-3.1.2/package/yast2-update.spec --- old/yast2-update-3.1.1/package/yast2-update.spec 2013-11-15 13:23:27.000000000 +0100 +++ new/yast2-update-3.1.2/package/yast2-update.spec 2013-12-19 13:27:43.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -26,13 +26,13 @@ Group: System/YaST License: GPL-2.0 BuildRequires: update-desktop-files -BuildRequires: yast2-devtools >= 3.0.6 +BuildRequires: yast2-devtools >= 3.1.15 # xmllint -BuildRequires: libxml2 +BuildRequires: libxml2-tools # control.rng -BuildRequires: yast2-installation >= 2.17.44 +BuildRequires: yast2-installation-control # Stroage::ChangeDmNamesFromCrypttab Requires: yast2-storage >= 2.22.9 @@ -87,6 +87,7 @@ %files %defattr(-,root,root) %{yast_ybindir}/* +%dir %{yast_moduledir} %{yast_moduledir}/* %{yast_clientdir}/inst_rootpart.rb @@ -100,6 +101,7 @@ %{yast_clientdir}/inst_update_partition_auto.rb %{yast_clientdir}/rootpart_check_keyboard.rb +%dir %{yast_yncludedir} %{yast_yncludedir}/update %{yast_yncludedir}/update/rootpart.rb @@ -107,8 +109,9 @@ %files FACTORY %defattr(-,root,root) +%dir %{yast_desktopdir} %{yast_desktopdir}/update.desktop -%dir /usr/share/YaST2/control -/usr/share/YaST2/control/update.xml +%dir %{yast_controldir} +%{yast_controldir}/update.xml %{yast_clientdir}/update.rb %{yast_clientdir}/run_update.rb -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
