Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2012-05-21 07:33:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-printer (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-printer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-printer", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-printer/yast2-printer.changes      
2012-01-17 16:17:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new/yast2-printer.changes 
2012-05-21 07:33:41.000000000 +0200
@@ -1,0 +2,22 @@
+Wed May  9 15:49:23 CEST 2012 - [email protected]
+
+- In create_printer_ppd_database re-replace "usleep 100"
+  by the old traditional "sleep 1" to avoid a RPM requirement
+  for the package sysvinit or sysvinit-tools which provides
+  /bin/usleep. Furthermore using usleep would need more changes
+  so that the whole progress in create_printer_ppd_database works
+  again o.k. even if there is not yet a /var/cache/cups/ppds.dat.
+- 2.23.1
+
+-------------------------------------------------------------------
+Wed May  9 11:47:20 CEST 2012 - [email protected]
+
+- Adapted it for "hplip-sane" (bnc#726316).
+- Updated HTTP URLs (bnc#732271).
+- Using ButtonBox widget (bnc#701263).
+- Fixed DownloadProgress error (bnc#748884).
+- Enhanced progress in create_printer_ppd_database
+  and adapted expected progress file size in Printer.ycp.
+- 2.23.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.cMbBrK/_old  2012-05-21 07:33:43.000000000 +0200
+++ /var/tmp/diff_new_pack.cMbBrK/_new  2012-05-21 07:33:43.000000000 +0200
@@ -17,68 +17,58 @@
 
 
 Name:           yast2-printer
-Version:        2.21.0
+Summary:        YaST2 - Printer Configuration
+License:        GPL-2.0
+Group:          System/YaST
+Version:        2.23.1
 Release:        0
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-printer-%{version}.tar.bz2
-
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
 BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
-
-Recommends:     cups-client iptables netcat samba-client
-
-Requires:       /bin/mktemp /bin/ping /usr/bin/sed
+Recommends:     cups-client
+Recommends:     iptables
+Recommends:     netcat
+Recommends:     samba-client
+Requires:       /bin/mktemp
+Requires:       /bin/ping
+Requires:       /usr/bin/sed
 Requires:       yast2 >= 2.16.12
-
 # Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list
 # which are pulled in by Autoreqprov because of the basicadd_displaytest tool:
 %define my_requires /tmp/my-requires
 
-Summary:        YaST2 - Printer Configuration
-License:        GPL-2.0
-Group:          Documentation/SUSE
+%description
+This package contains the YaST2 component for printer configuration.
 
 %package devel-doc
 BuildRequires:  cups-devel
 BuildRequires:  yast2-core-devel
 Summary:        Developer documentation for yast2-printer
+License:        GPL
 Group:          Documentation/SUSE
 
-%description
-This package contains the YaST2 component for printer configuration.
-
 %description devel-doc
-Developer documentation for yast2-printer.
+This package contains the developer documentation for yast2-printer.
 
 %prep
-%setup -n yast2-printer-%{version}
+%setup -q
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
+make -f Makefile.cvs
 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
 
 %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
-
+%suse_update_desktop_file -d ycc_printer printer
 # 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}
@@ -87,43 +77,40 @@
 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/applications/YaST2/printer.desktop
 /usr/share/YaST2/modules/*.y*
 /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
-#Documentation
-%dir %{_prefix}/share/doc/packages/yast2-printer
-%{_prefix}/share/doc/packages/yast2-printer/COPYING
-%readme %{_prefix}/share/doc/packages/yast2-printer/README
+/usr/lib/YaST2/bin/autodetect_print_queues
+/usr/lib/YaST2/bin/autodetect_printers
+/usr/lib/YaST2/bin/create_printer_ppd_database
+/usr/lib/YaST2/bin/determine_printer_driver_options
+/usr/lib/YaST2/bin/cups_client_only
+/usr/lib/YaST2/bin/modify_cupsd_conf
+/usr/lib/YaST2/bin/test_device
+/usr/lib/YaST2/bin/test_remote_ipp
+/usr/lib/YaST2/bin/test_remote_lpd
+/usr/lib/YaST2/bin/test_remote_novell
+/usr/lib/YaST2/bin/test_remote_smb
+/usr/lib/YaST2/bin/test_remote_socket
+/usr/lib/YaST2/bin/basicadd_displaytest
+%dir /usr/share/doc/packages/yast2-printer
+/usr/share/doc/packages/yast2-printer/COPYING
+%readme /usr/share/doc/packages/yast2-printer/README
 
 %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 /usr/share/doc/packages/yast2-printer
+%exclude /usr/share/doc/packages/yast2-printer/COPYING
+%exclude /usr/share/doc/packages/yast2-printer/README
 
 %changelog

++++++ yast2-printer-2.21.0.tar.bz2 -> yast2-printer-2.23.1.tar.bz2 ++++++
++++ 22099 lines of diff (skipped)

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

Reply via email to