Hello community, here is the log from the commit of package yast2-update for openSUSE:Factory checked in at 2018-12-31 09:41:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-update (Old) and /work/SRC/openSUSE:Factory/.yast2-update.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-update" Mon Dec 31 09:41:31 2018 rev:126 rq:652565 version:4.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes 2018-11-10 16:49:52.996454763 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-update.new.28833/yast2-update.changes 2018-12-31 09:41:33.982453532 +0100 @@ -1,0 +2,13 @@ +Mon Nov 26 05:38:18 UTC 2018 - Noah Davis <[email protected]> + +- Provide icon with module (boo#1109310) +- 4.1.7 + +------------------------------------------------------------------- +Tue Nov 20 11:18:49 CET 2018 - [email protected] + +- Function SelectProduct removed in order NOT to select All + available products (bsc#1116332). +- 4.1.6 + +------------------------------------------------------------------- Old: ---- yast2-update-4.1.5.tar.bz2 New: ---- yast2-update-4.1.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-update.spec ++++++ --- /var/tmp/diff_new_pack.Rbbs8l/_old 2018-12-31 09:41:34.310453263 +0100 +++ /var/tmp/diff_new_pack.Rbbs8l/_new 2018-12-31 09:41:34.314453259 +0100 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.1.5 +Version: 4.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -127,6 +127,7 @@ %defattr(-,root,root) %dir %{yast_desktopdir} %{yast_desktopdir}/update.desktop +%{yast_icondir} %dir %{yast_controldir} %{yast_controldir}/update.xml %{yast_clientdir}/update.rb ++++++ yast2-update-4.1.5.tar.bz2 -> yast2-update-4.1.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.1.5/package/yast2-update.changes new/yast2-update-4.1.7/package/yast2-update.changes --- old/yast2-update-4.1.5/package/yast2-update.changes 2018-11-07 15:21:01.000000000 +0100 +++ new/yast2-update-4.1.7/package/yast2-update.changes 2018-11-29 09:15:01.000000000 +0100 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Mon Nov 26 05:38:18 UTC 2018 - Noah Davis <[email protected]> + +- Provide icon with module (boo#1109310) +- 4.1.7 + +------------------------------------------------------------------- +Tue Nov 20 11:18:49 CET 2018 - [email protected] + +- Function SelectProduct removed in order NOT to select All + available products (bsc#1116332). +- 4.1.6 + +------------------------------------------------------------------- Mon Nov 5 17:10:54 UTC 2018 - [email protected] - Avoid to crash when crypttab contains entries where the LUKS is diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.1.5/package/yast2-update.spec new/yast2-update-4.1.7/package/yast2-update.spec --- old/yast2-update-4.1.5/package/yast2-update.spec 2018-11-07 15:21:01.000000000 +0100 +++ new/yast2-update-4.1.7/package/yast2-update.spec 2018-11-29 09:15:01.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.1.5 +Version: 4.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -127,6 +127,7 @@ %defattr(-,root,root) %dir %{yast_desktopdir} %{yast_desktopdir}/update.desktop +%{yast_icondir} %dir %{yast_controldir} %{yast_controldir}/update.xml %{yast_clientdir}/update.rb diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.1.5/src/Makefile.am new/yast2-update-4.1.7/src/Makefile.am --- old/yast2-update-4.1.5/src/Makefile.am 2018-11-07 15:21:01.000000000 +0100 +++ new/yast2-update-4.1.7/src/Makefile.am 2018-11-29 09:15:01.000000000 +0100 @@ -28,6 +28,10 @@ ylibclient_DATA = \ lib/update/clients/inst_update_partition_auto.rb -EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(desktop_DATA) $(ylibclient_DATA) +scalabledir = @icondir@/hicolor/scalable/apps +scalable_DATA = \ + icons/hicolor/scalable/apps/yast-update.svg + +EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(desktop_DATA) $(ylibclient_DATA) $(scalable_DATA) include $(top_srcdir)/Makefile.am.common diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.1.5/src/clients/update_proposal.rb new/yast2-update-4.1.7/src/clients/update_proposal.rb --- old/yast2-update-4.1.5/src/clients/update_proposal.rb 2018-11-07 15:21:01.000000000 +0100 +++ new/yast2-update-4.1.7/src/clients/update_proposal.rb 2018-11-29 09:15:01.000000000 +0100 @@ -446,8 +446,6 @@ Pkg::ResolvableInstall(package, :package) end - Packages.SelectProduct - # FATE #301990, Bugzilla #238488 # Control the upgrade process better update_sum = Pkg.PkgUpdateAll(GetUpdateConf()) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.1.5/src/icons/hicolor/scalable/apps/yast-update.svg new/yast2-update-4.1.7/src/icons/hicolor/scalable/apps/yast-update.svg --- old/yast2-update-4.1.5/src/icons/hicolor/scalable/apps/yast-update.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-update-4.1.7/src/icons/hicolor/scalable/apps/yast-update.svg 2018-11-29 09:15:01.000000000 +0100 @@ -0,0 +1 @@ +<svg height="128" width="128" xmlns="http://www.w3.org/2000/svg"><g stroke-width="2"><path d="M16 20L4 40l12 4zm96 0l12 20-12 4zm-96 0h96v88H16z" fill="#cdab8f"/><path d="M16 20h96v80H16z" fill="#dec7b4"/><path d="M44 20h68v80H44z" fill="#73ba25"/><path d="M44 100h68v8H44z" fill="#54881b"/><path d="M16 20l-4 32h52V20z" fill="#dec7b4"/><path d="M44 52h72l-4-32H44z" fill="#73ba25"/><path d="M12 52h52v4H12z" fill="#cdab8f"/><path d="M60 64l8-8h24l8 8v4h8L96 80 84 68h8v-4H68v8h-8zm40 28l-8 8H68l-8-8v-4h-8l12-12 12 12h-8v4h24v-8h8z" fill="#3d3846"/><path d="M52 80v28h24V80l-12 8z" fill="#63452c" opacity=".2"/><path d="M44 52h72v4H44z" fill="#54881b"/></g></svg> \ No newline at end of file
