commit yast2-cio for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-cio for openSUSE:Factory checked in at 2018-11-30 16:32:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-cio (Old) and /work/SRC/openSUSE:Factory/.yast2-cio.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-cio" Fri Nov 30 16:32:11 2018 rev:4 rq:652505 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-cio/yast2-cio.changes 2018-07-03 23:33:59.952439067 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-cio.new.19453/yast2-cio.changes 2018-11-30 16:32:13.545375761 +0100 @@ -1,0 +2,16 @@ +Sun Nov 25 17:20:40 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org> + +- Provide icon with module (boo#1109310) +- 4.1.0 + +------------------------------------------------------------------- +Wed Aug 22 16:52:19 CEST 2018 - schubi@suse.de + +- Switched license in spec file from SPDX2 to SPDX3 format. + +------------------------------------------------------------------- +Tue Aug 21 09:14:59 CEST 2018 - schubi@suse.de + +- Changed dir of COPYING file. + +------------------------------------------------------------------- Old: ---- yast2-cio-4.0.3.tar.bz2 New: ---- yast2-cio-4.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-cio.spec ++++++ --- /var/tmp/diff_new_pack.oSAyMY/_old 2018-11-30 16:32:14.449374575 +0100 +++ /var/tmp/diff_new_pack.oSAyMY/_new 2018-11-30 16:32:14.453374570 +0100 @@ -24,7 +24,7 @@ ###################################################################### Name: yast2-cio -Version: 4.0.3 +Version: 4.1.0 Release: 0 ExclusiveArch: s390 s390x @@ -45,7 +45,7 @@ BuildRequires: rubygem(rspec) Summary: YaST2 - IO Channel management -License: GPL-2.0 or GPL-3.0 +License: GPL-2.0-only OR GPL-3.0-only Group: System/YaST Url: https://github.com/yast/yast-cio @@ -61,12 +61,19 @@ %install rake install DESTDIR="%{buildroot}" +# Remove the license from the /usr/share/doc/packages directory, +# it is also included in the /usr/share/licenses directory by using +# the %license tag. +rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING + %files %defattr(-,root,root) %{yast_dir}/clients/*.rb %{yast_dir}/lib/iochannel %{yast_desktopdir}/cio.desktop +%{yast_icondir} -%doc COPYING README.md +%doc README.md +%license COPYING %changelog ++++++ yast2-cio-4.0.3.tar.bz2 -> yast2-cio-4.1.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-4.0.3/Rakefile new/yast2-cio-4.1.0/Rakefile --- old/yast2-cio-4.0.3/Rakefile 2018-07-02 16:22:42.000000000 +0200 +++ new/yast2-cio-4.1.0/Rakefile 2018-11-28 14:42:30.000000000 +0100 @@ -25,4 +25,5 @@ conf.skip_license_check << /lscss.output.*/ # desktop files are just metadata conf.skip_license_check << /.*desktop$/ + conf.skip_license_check << /.*svg$/ end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-4.0.3/package/yast2-cio.changes new/yast2-cio-4.1.0/package/yast2-cio.changes --- old/yast2-cio-4.0.3/package/yast2-cio.changes 2018-07-02 16:22:42.000000000 +0200 +++ new/yast2-cio-4.1.0/package/yast2-cio.changes 2018-11-28 14:42:30.000000000 +0100 @@ -1,4 +1,20 @@ ------------------------------------------------------------------- +Sun Nov 25 17:20:40 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org> + +- Provide icon with module (boo#1109310) +- 4.1.0 + +------------------------------------------------------------------- +Wed Aug 22 16:52:19 CEST 2018 - schubi@suse.de + +- Switched license in spec file from SPDX2 to SPDX3 format. + +------------------------------------------------------------------- +Tue Aug 21 09:14:59 CEST 2018 - schubi@suse.de + +- Changed dir of COPYING file. + +------------------------------------------------------------------- Thu Jun 28 10:43:34 CEST 2018 - schubi@suse.de - Added additional searchkeys to desktop file (fate#321043). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-4.0.3/package/yast2-cio.spec new/yast2-cio-4.1.0/package/yast2-cio.spec --- old/yast2-cio-4.0.3/package/yast2-cio.spec 2018-07-02 16:22:42.000000000 +0200 +++ new/yast2-cio-4.1.0/package/yast2-cio.spec 2018-11-28 14:42:30.000000000 +0100 @@ -24,7 +24,7 @@ ###################################################################### Name: yast2-cio -Version: 4.0.3 +Version: 4.1.0 Release: 0 ExclusiveArch: s390 s390x @@ -46,7 +46,7 @@ Summary: YaST2 - IO Channel management Group: System/YaST -License: GPL-2.0 or GPL-3.0 +License: GPL-2.0-only or GPL-3.0-only Url: https://github.com/yast/yast-cio %description @@ -61,10 +61,17 @@ %install rake install DESTDIR="%{buildroot}" +# Remove the license from the /usr/share/doc/packages directory, +# it is also included in the /usr/share/licenses directory by using +# the %license tag. +rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING + %files %defattr(-,root,root) %{yast_dir}/clients/*.rb %{yast_dir}/lib/iochannel %{yast_desktopdir}/cio.desktop +%{yast_icondir} -%doc COPYING README.md +%doc README.md +%license COPYING diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-4.0.3/src/desktop/cio.desktop new/yast2-cio-4.1.0/src/desktop/cio.desktop --- old/yast2-cio-4.0.3/src/desktop/cio.desktop 2018-07-02 16:22:42.000000000 +0200 +++ new/yast2-cio-4.1.0/src/desktop/cio.desktop 2018-11-28 14:42:30.000000000 +0100 @@ -15,7 +15,7 @@ X-SuSE-YaST-AutoInstResource= X-SuSE-YaST-Keywords=blacklist,io,channels,system,s390,cio_ignore,zconf -Icon=yast-powertweak +Icon=yast-cio Exec=xdg-su -c "/sbin/yast2 cio" Name=IO Channels diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-4.0.3/src/icons/hicolor/scalable/apps/yast-cio.svg new/yast2-cio-4.1.0/src/icons/hicolor/scalable/apps/yast-cio.svg --- old/yast2-cio-4.0.3/src/icons/hicolor/scalable/apps/yast-cio.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-cio-4.1.0/src/icons/hicolor/scalable/apps/yast-cio.svg 2018-11-28 14:42:30.000000000 +0100 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"> +<path d="m32 96c-2.216 0-4 1.9822-4 4.4444v11.111c0 2.4622 1.784 4.4444 4 4.4444h64c2.216 0 4-1.9822 4-4.4444v-11.111c0-2.4622-1.784-4.4444-4-4.4444z" fill="#5e5c64" stroke-width="2"/> +<path d="m32 92c-2.216 0-4 1.9822-4 4.4444v11.111c0 2.4622 1.784 4.4444 4 4.4444h64c2.216 0 4-1.9822 4-4.4444v-11.111c0-2.4622-1.784-4.4444-4-4.4444z" fill="#9a9996" stroke-width="2"/> +<path d="m12 20c-2.216 0-4 1.8297-4 4.1026v71.794c0 2.2728 1.784 4.1026 4 4.1026h104c2.216 0 4-1.8297 4-4.1026v-71.794c0-2.2728-1.784-4.1026-4-4.1026z" fill="#5e5c64" stroke-width="2"/> +<path d="m12 16c-2.216 0-4 1.784-4 4v72c0 2.216 1.784 4 4 4h104c2.216 0 4-1.784 4-4v-72c0-2.216-1.784-4-4-4z" fill="#9a9996" stroke-width="2"/> +<rect x="12" y="20" width="104" height="72" ry="0" fill="#3d3846" stroke-width="2"/> +<rect x="16" y="24" width="96" height="64" ry="0" fill="#241f31" stroke-width="2"/> +<path d="m16 24h72l-16 64h-56z" fill="#fff" opacity=".2" stroke-width="2"/> +<rect x="32" y="36" width="8" height="40" fill="#2ec27e"/> +<path d="m56 76 12-40h4l-12 40z" fill="#fff"/> +<path d="m92 36c-6.648 0-12 5.352-12 12v16c0 6.648 5.352 12 12 12s12-5.352 12-12v-16c0-6.648-5.352-12-12-12zm0 8c2.216 0 4 1.784 4 4v16c0 2.216-1.784 4-4 4s-4-1.784-4-4v-16c0-2.216 1.784-4 4-4z" fill="#e01b24"/> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cio-4.0.3/src/icons/hicolor/symbolic/apps/yast-cio-symbolic.svg new/yast2-cio-4.1.0/src/icons/hicolor/symbolic/apps/yast-cio-symbolic.svg --- old/yast2-cio-4.0.3/src/icons/hicolor/symbolic/apps/yast-cio-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-cio-4.1.0/src/icons/hicolor/symbolic/apps/yast-cio-symbolic.svg 2018-11-28 14:42:30.000000000 +0100 @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"> + <path d="M 2 0 C 0.892 0 0 0.892 0 2 L 0 11 C 0 12.108 0.892 13 2 13 L 10 13 L 10 11 L 2 11 L 2 2 L 14 2 L 14 10 L 16 10 L 16 2 C 16 0.892 15.108 0 14 0 L 2 0 z M 4 4 L 4 9 L 5 9 L 5 4 L 4 4 z M 8 4 L 6 9 L 7 9 L 9 4 L 8 4 z M 11.5 4 C 10.669 4 10 4.669 10 5.5 L 10 7.5 C 10 8.331 10.669 9 11.5 9 C 12.331 9 13 8.331 13 7.5 L 13 5.5 C 13 4.669 12.331 4 11.5 4 z M 11.5 5 C 11.777 5 12 5.223 12 5.5 L 12 7.5 C 12 7.777 11.777 8 11.5 8 C 11.223 8 11 7.777 11 7.5 L 11 5.5 C 11 5.223 11.223 5 11.5 5 z M 11 11 L 11 16 L 16 16 L 16 11 L 11 11 z M 12 12 L 13 12 L 13 13 L 14 13 L 14 12 L 15 12 L 15 14 L 14 14 L 14 15 L 13 15 L 13 14 L 12 14 L 12 12 z M 6 14 C 5.446 14 5 14.446 5 15 L 5 16 L 10 16 L 10 15 L 10 14 L 9 14 L 6 14 z " fill="#c0bfbc" /> +</svg>
participants (1)
-
root