Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2016-06-13 21:50:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-printer (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-printer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-printer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-printer/yast2-printer.changes      
2016-04-11 09:12:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new/yast2-printer.changes 
2016-06-13 21:50:18.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Jun  1 15:49:01 UTC 2016 - igonzalezs...@suse.com
+
+- Drop yast2-printer-devel-doc package (fate#320356)
+- 3.1.6
+
+-------------------------------------------------------------------
+Wed May 18 19:01:28 UTC 2016 - mchand...@suse.de
+
+- Remove /bin/ping dependency. All references to 'ping' have been
+  removed in 3.1.2. This allows us to not depend to iputils anymore.
+- 3.1.5
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.CP9EW4/_old  2016-06-13 21:50:19.000000000 +0200
+++ /var/tmp/diff_new_pack.CP9EW4/_new  2016-06-13 21:50:19.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-printer
-Version:        3.1.4
+Version:        3.1.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -33,7 +33,6 @@
 Recommends:     cups-client iptables netcat samba-client
 
 Requires:       /bin/mktemp
-Requires:       /bin/ping
 Requires:       /usr/bin/sed
 Requires:       yast2 >= 3.1.183
 
@@ -43,22 +42,15 @@
 
 Requires:       yast2-ruby-bindings >= 1.0.0
 
+Obsoletes:      yast2-printer-devel-doc
+
 Summary:        YaST2 - Printer Configuration
 License:        GPL-2.0
 Group:          System/YaST
 
-%package devel-doc
-BuildRequires:  cups-devel
-BuildRequires:  yast2-core-devel
-Summary:        Developer documentation for yast2-printer
-Group:          System/YaST
-
 %description
 This package contains the YaST2 component for printer configuration.
 
-%description devel-doc
-Developer documentation for yast2-printer.
-
 %prep
 %setup -n %{name}-%{version}
 
@@ -103,9 +95,4 @@
 %dir %{yast_docdir}
 %{yast_docdir}/COPYING
 
-%files devel-doc
-%defattr(-,root,root)
-%doc %{yast_docdir}
-%exclude %{yast_docdir}/COPYING
-
 %changelog

++++++ yast2-printer-3.1.4.tar.bz2 -> yast2-printer-3.1.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.4/doc/Makefile.am 
new/yast2-printer-3.1.6/doc/Makefile.am
--- old/yast2-printer-3.1.4/doc/Makefile.am     2016-04-05 11:11:10.000000000 
+0200
+++ new/yast2-printer-3.1.6/doc/Makefile.am     1970-01-01 01:00:00.000000000 
+0100
@@ -1,10 +0,0 @@
-# Makefile.am for printer/doc
-
-SUBDIRS = autodocs
-
-htmldir = $(docdir)
-
-doc_DATA =
-html_DATA =
-
-EXTRA_DIST = $(doc_DATA) $(html_DATA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.4/doc/autodocs/Makefile.am 
new/yast2-printer-3.1.6/doc/autodocs/Makefile.am
--- old/yast2-printer-3.1.4/doc/autodocs/Makefile.am    2016-04-05 
11:11:10.000000000 +0200
+++ new/yast2-printer-3.1.6/doc/autodocs/Makefile.am    1970-01-01 
01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-# Makefile.am for printer/doc/autodocs
-
-include $(top_srcdir)/autodocs-ycp.ami
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.4/package/yast2-printer.changes 
new/yast2-printer-3.1.6/package/yast2-printer.changes
--- old/yast2-printer-3.1.4/package/yast2-printer.changes       2016-04-05 
11:11:10.000000000 +0200
+++ new/yast2-printer-3.1.6/package/yast2-printer.changes       2016-06-09 
17:23:20.000000000 +0200
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Wed Jun  1 15:49:01 UTC 2016 - igonzalezs...@suse.com
+
+- Drop yast2-printer-devel-doc package (fate#320356)
+- 3.1.6
+
+-------------------------------------------------------------------
+Wed May 18 19:01:28 UTC 2016 - mchand...@suse.de
+
+- Remove /bin/ping dependency. All references to 'ping' have been
+  removed in 3.1.2. This allows us to not depend to iputils anymore.
+- 3.1.5
+
+-------------------------------------------------------------------
 Mon Apr  4 09:49:41 CEST 2016 - sch...@suse.de
 
 - Using "uptime" from package yast2 instead of Builtins.time.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.4/package/yast2-printer.spec 
new/yast2-printer-3.1.6/package/yast2-printer.spec
--- old/yast2-printer-3.1.4/package/yast2-printer.spec  2016-04-05 
11:11:10.000000000 +0200
+++ new/yast2-printer-3.1.6/package/yast2-printer.spec  2016-06-09 
17:23:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-printer
-Version:        3.1.4
+Version:        3.1.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -33,7 +33,7 @@
 
 Recommends:     cups-client iptables netcat samba-client
 
-Requires:       /bin/mktemp /bin/ping /usr/bin/sed
+Requires:       /bin/mktemp /usr/bin/sed
 Requires:       yast2 >= 3.1.183
 
 # Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list
@@ -42,22 +42,15 @@
 
 Requires:       yast2-ruby-bindings >= 1.0.0
 
+Obsoletes:      yast2-printer-devel-doc
+
 Summary:        YaST2 - Printer Configuration
 License:        GPL-2.0
 Group:          System/YaST
 
-%package devel-doc
-BuildRequires:  cups-devel
-BuildRequires:  yast2-core-devel
-Summary:        Developer documentation for yast2-printer
-Group:          System/YaST
-
 %description
 This package contains the YaST2 component for printer configuration.
 
-%description devel-doc
-Developer documentation for yast2-printer.
-
 %prep
 %setup -n %{name}-%{version}
 
@@ -103,9 +96,4 @@
 %dir %{yast_docdir}
 %{yast_docdir}/COPYING
 
-%files devel-doc
-%defattr(-,root,root)
-%doc %{yast_docdir}
-%exclude %{yast_docdir}/COPYING
-
 %changelog


Reply via email to