Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2018-12-31 09:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-printer (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-printer.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-printer"

Mon Dec 31 09:41:17 2018 rev:142 rq:652555 version:4.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-printer/yast2-printer.changes      
2018-05-29 16:46:18.512991319 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new.28833/yast2-printer.changes   
2018-12-31 09:41:18.610466105 +0100
@@ -1,0 +2,12 @@
+Sun Nov 25 23:27:32 UTC 2018 - Noah Davis <[email protected]>
+
+- Provide icon with module (boo#1109310)
+- 4.0.3
+
+-------------------------------------------------------------------
+Mon Aug 20 10:18:00 CEST 2018 - [email protected]
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+- Changed dir of COPYING file.
+
+-------------------------------------------------------------------

Old:
----
  yast2-printer-4.0.2.tar.bz2

New:
----
  yast2-printer-4.0.3.tar.bz2

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.rkOWY7/_old  2018-12-31 09:41:18.978465804 +0100
+++ /var/tmp/diff_new_pack.rkOWY7/_new  2018-12-31 09:41:18.982465801 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-printer
-Version:        4.0.2
+Version:        4.0.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,7 @@
 Obsoletes:      yast2-printer-devel-doc
 
 Summary:        YaST2 - Printer Configuration
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/YaST
 
 %description
@@ -59,6 +59,11 @@
 %install
 %yast_install
 
+# 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
+
 # Exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
 # which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
 cat << EOF > %{my_requires}
@@ -90,8 +95,10 @@
 %{yast_ybindir}/test_remote_smb
 %{yast_ybindir}/test_remote_socket
 %{yast_ybindir}/basicadd_displaytest
+%{yast_icondir}
+
 #Documentation
 %dir %{yast_docdir}
-%{yast_docdir}/COPYING
+%license COPYING
 
 %changelog

++++++ yast2-printer-4.0.2.tar.bz2 -> yast2-printer-4.0.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.0.2/package/yast2-printer.changes 
new/yast2-printer-4.0.3/package/yast2-printer.changes
--- old/yast2-printer-4.0.2/package/yast2-printer.changes       2018-05-25 
15:03:42.000000000 +0200
+++ new/yast2-printer-4.0.3/package/yast2-printer.changes       2018-11-29 
08:58:55.000000000 +0100
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Sun Nov 25 23:27:32 UTC 2018 - Noah Davis <[email protected]>
+
+- Provide icon with module (boo#1109310)
+- 4.0.3
+
+-------------------------------------------------------------------
+Mon Aug 20 10:18:00 CEST 2018 - [email protected]
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+- Changed dir of COPYING file.
+
+-------------------------------------------------------------------
 Fri May 25 10:24:48 CEST 2018 - [email protected]
 
 - Fixed alignment of input fields in "Connection Wizard".
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.0.2/package/yast2-printer.spec 
new/yast2-printer-4.0.3/package/yast2-printer.spec
--- old/yast2-printer-4.0.2/package/yast2-printer.spec  2018-05-25 
15:03:42.000000000 +0200
+++ new/yast2-printer-4.0.3/package/yast2-printer.spec  2018-11-29 
08:58:55.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-printer
-Version:        4.0.2
+Version:        4.0.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,7 @@
 Obsoletes:      yast2-printer-devel-doc
 
 Summary:        YaST2 - Printer Configuration
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/YaST
 
 %description
@@ -59,6 +59,11 @@
 %install
 %yast_install
 
+# 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
+
 # Exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
 # which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
 cat << EOF > %{my_requires}
@@ -91,8 +96,10 @@
 %{yast_ybindir}/test_remote_smb
 %{yast_ybindir}/test_remote_socket
 %{yast_ybindir}/basicadd_displaytest
+%{yast_icondir}
+
 #Documentation
 %dir %{yast_docdir}
-%{yast_docdir}/COPYING
+%license COPYING
 
 %changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-4.0.2/src/Makefile.am 
new/yast2-printer-4.0.3/src/Makefile.am
--- old/yast2-printer-4.0.2/src/Makefile.am     2018-05-25 15:03:42.000000000 
+0200
+++ new/yast2-printer-4.0.3/src/Makefile.am     2018-11-29 08:58:55.000000000 
+0100
@@ -33,6 +33,14 @@
 desktop_DATA = \
   desktop/printer.desktop
 
-EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(schemafiles_DATA) 
$(desktop_DATA)
+symbolicdir = @icondir@/hicolor/symbolic/apps
+symbolic_DATA = \
+  icons/hicolor/symbolic/apps/yast-printer-symbolic.svg
 
-include $(top_srcdir)/Makefile.am.common
\ No newline at end of file
+scalabledir = @icondir@/hicolor/scalable/apps
+scalable_DATA = \
+  icons/hicolor/scalable/apps/yast-printer.svg
+
+EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(schemafiles_DATA) 
$(desktop_DATA) $(symbolic_DATA) $(scalable_DATA)
+
+include $(top_srcdir)/Makefile.am.common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-printer-4.0.2/src/icons/hicolor/scalable/apps/yast-printer.svg 
new/yast2-printer-4.0.3/src/icons/hicolor/scalable/apps/yast-printer.svg
--- old/yast2-printer-4.0.2/src/icons/hicolor/scalable/apps/yast-printer.svg    
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-printer-4.0.3/src/icons/hicolor/scalable/apps/yast-printer.svg    
2018-11-29 08:58:55.000000000 +0100
@@ -0,0 +1 @@
+<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg";><linearGradient 
id="a" gradientUnits="userSpaceOnUse" x1="4" x2="29" y1="306.033" 
y2="306.033"><stop offset="0" stop-color="#241f31"/><stop offset=".04" 
stop-color="#3d3846"/><stop offset=".08" stop-color="#241f31"/><stop 
offset=".92" stop-color="#241f31"/><stop offset=".96" 
stop-color="#3d3846"/><stop offset="1" 
stop-color="#241f31"/></linearGradient><g transform="translate(0 
-288.533)"><rect fill="url(#a)" height="17" ry="2" width="25" x="4" 
y="297.533"/><rect fill="#5e5c64" height="11" ry="2" width="25" x="4" 
y="297.533"/><g fill="#3d3846"><rect height="4" ry="1" width="11" x="4" 
y="306.533"/><path d="M17 306.533l2 2-2 2h-4v-4zm-13 0h2v2H4z"/></g><path d="M8 
301.533h17v2H8z" fill="#241f31"/><path d="M9 291.533h15v11H9z" 
fill="#f6f5f4"/><path d="M8 313.533h17v4H8z" fill="#3d3846"/><path d="M8 
311.533h17v2H8z"/><path d="M10 312.533h13v4H10z" fill="#f6f5f4"/><path d="M10 
292.533h13v1H10zm0 2h13v1H10zm0 2h13v1H10zm0 2h13v1H10zm0 2h13v1H10z" 
fill="#deddda"/><rect fill="#26a269" height="2" ry="0" width="3" x="6" 
y="307.533"/><path d="M7 309.533l1-2H6v2z" fill="#fff" opacity=".2"/><rect 
fill="#9a9996" height="1" ry=".5" width="1" x="10" y="307.533"/><rect 
fill="#9a9996" height="1" ry=".5" width="1" x="12" y="307.533"/><path d="M10 
312.533h13v1H10z" fill="#deddda"/><path d="M17 306.533v4l2-2z" 
fill="#77767b"/></g></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-printer-4.0.2/src/icons/hicolor/symbolic/apps/yast-printer-symbolic.svg
 
new/yast2-printer-4.0.3/src/icons/hicolor/symbolic/apps/yast-printer-symbolic.svg
--- 
old/yast2-printer-4.0.2/src/icons/hicolor/symbolic/apps/yast-printer-symbolic.svg
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/yast2-printer-4.0.3/src/icons/hicolor/symbolic/apps/yast-printer-symbolic.svg
   2018-11-29 08:58:55.000000000 +0100
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg";><g 
fill="#9a9996"><path d="M4 9v5h6v-4h2V9z"/><path d="M11 11v5h5v-5zm1 
1h1v1h1v-1h1v2h-1v1h-1v-1h-1v-1zM4 1h8v2H4zM2 4c-.554 0-1 .446-1 1v4c0 .554.446 
1 1 1h1V8h10v2h1c.554 0 1-.446 1-1V5c0-.554-.446-1-1-1z"/></g></svg>
\ No newline at end of file


Reply via email to