Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2013-11-25 16:04:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2013-09-14 19:08:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new/yast2-printer.changes 
2013-11-25 16:04:52.000000000 +0100
@@ -0,0 +1,14 @@
+------------------------------------------------------------------
+Wed Nov 13 15:56:18 UTC 2013 - [email protected]
+
+- Add explicit COPYING file
+- apply test_if_hplip_is_installed.diff upstream
+- 3.1.1
+
+------------------------------------------------------------------
+Thu Sep 19 14:50:14 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+

Old:
----
  test_if_hplip_is_installed.diff
  yast2-printer-3.0.0.tar.bz2

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

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.cCXKrw/_old  2013-11-25 16:04:53.000000000 +0100
+++ /var/tmp/diff_new_pack.cCXKrw/_new  2013-11-25 16:04:53.000000000 +0100
@@ -17,25 +17,17 @@
 
 
 Name:           yast2-printer
-Version:        3.0.0
+Version:        3.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-printer-%{version}.tar.bz2
-
-# Patch0 test_if_hplip_is_installed.diff is a simple band-aid patch to avoid 
that the
-# AddDriverDialog works inconsistently regarding HPLIP RPMs (hplip-hpijs 
versus hplip)
-# see https://bugzilla.novell.com/show_bug.cgi?id=837770
-# and restore consistent behaviour and sufficiently consistent texts.
-# The real solution will be implemented later according to what is described
-# in https://bugzilla.novell.com/show_bug.cgi?id=808315#c3
-Patch0:         test_if_hplip_is_installed.diff
+Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
 BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-testsuite
 
 Recommends:     cups-client iptables netcat samba-client
@@ -53,7 +45,7 @@
 
 Summary:        YaST2 - Printer Configuration
 License:        GPL-2.0
-Group:          System/YaST
+Group:          Documentation/SUSE
 
 %package devel-doc
 BuildRequires:  cups-devel
@@ -68,33 +60,13 @@
 Developer documentation for yast2-printer.
 
 %prep
-%setup -n yast2-printer-%{version}
-# Patch0 test_if_hplip_is_installed.diff is a simple band-aid patch to avoid 
that the
-# AddDriverDialog works inconsistently regarding HPLIP RPMs (hplip-hpijs 
versus hplip)
-# see https://bugzilla.novell.com/show_bug.cgi?id=837770
-# and restore consistent behaviour and sufficiently consistent texts:
-%patch0
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
-    d=${f##*/}
-    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
+%yast_install
 
 # Exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
 # which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
@@ -104,43 +76,36 @@
 chmod 755 %{my_requires}
 %define __find_requires %{my_requires}
 
-%post
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %files
 %defattr(-,root,root)
-%dir /usr/share/YaST2/include/printer
-%{_prefix}/share/applications/YaST2/printer.desktop
-/usr/share/YaST2/modules/*.rb
-/usr/share/YaST2/clients/printer*
-/usr/share/YaST2/include/printer/*
-/usr/share/YaST2/schema/autoyast/rnc/printer.rnc
-/usr/share/YaST2/data/testprint.ps
-/usr/share/YaST2/data/testprint.2pages.ps
-%{_prefix}/lib/YaST2/bin/autodetect_print_queues
-%{_prefix}/lib/YaST2/bin/autodetect_printers
-%{_prefix}/lib/YaST2/bin/create_printer_ppd_database
-%{_prefix}/lib/YaST2/bin/determine_printer_driver_options
-%{_prefix}/lib/YaST2/bin/cups_client_only
-%{_prefix}/lib/YaST2/bin/modify_cupsd_conf
-%{_prefix}/lib/YaST2/bin/test_device
-%{_prefix}/lib/YaST2/bin/test_remote_ipp
-%{_prefix}/lib/YaST2/bin/test_remote_lpd
-%{_prefix}/lib/YaST2/bin/test_remote_novell
-%{_prefix}/lib/YaST2/bin/test_remote_smb
-%{_prefix}/lib/YaST2/bin/test_remote_socket
-%{_prefix}/lib/YaST2/bin/basicadd_displaytest
+%dir %{yast_yncludedir}/printer
+%{yast_desktopdir}/printer.desktop
+%{yast_moduledir}/*.rb
+%{yast_clientdir}/printer*
+%{yast_yncludedir}/printer/*
+%{yast_schemadir}/autoyast/rnc/printer.rnc
+%{yast_ydatadir}/testprint.ps
+%{yast_ydatadir}/testprint.2pages.ps
+%{yast_ybindir}/autodetect_print_queues
+%{yast_ybindir}/autodetect_printers
+%{yast_ybindir}/create_printer_ppd_database
+%{yast_ybindir}/determine_printer_driver_options
+%{yast_ybindir}/cups_client_only
+%{yast_ybindir}/modify_cupsd_conf
+%{yast_ybindir}/test_device
+%{yast_ybindir}/test_remote_ipp
+%{yast_ybindir}/test_remote_lpd
+%{yast_ybindir}/test_remote_novell
+%{yast_ybindir}/test_remote_smb
+%{yast_ybindir}/test_remote_socket
+%{yast_ybindir}/basicadd_displaytest
 #Documentation
-%dir %{_prefix}/share/doc/packages/yast2-printer
-%{_prefix}/share/doc/packages/yast2-printer/COPYING
-%readme %{_prefix}/share/doc/packages/yast2-printer/README
+%dir %{yast_docdir}
+%{yast_docdir}/COPYING
 
 %files devel-doc
 %defattr(-,root,root)
-%doc %{_prefix}/share/doc/packages/yast2-printer
-%exclude %{_prefix}/share/doc/packages/yast2-printer/COPYING
-%exclude %{_prefix}/share/doc/packages/yast2-printer/README
+%doc %{yast_docdir}
+%exclude %{yast_docdir}/COPYING
 
 %changelog

++++++ yast2-printer-3.0.0.tar.bz2 -> yast2-printer-3.1.1.tar.bz2 ++++++
++++ 21384 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to