Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2013-08-02 15:47:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2012-09-26 16:33:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new/yast2-printer.changes 
2013-08-02 15:47:30.000000000 +0200
@@ -1,0 +2,33 @@
+Thu Aug  1 16:30:31 CEST 2013 - jsm...@suse.de
+
+- Re-added the changelog entry dated "Thu Sep 20 12:41:03 UTC 2012"
+  that was somehow removed by the previous change that is
+  dated "Wed Jul 31 08:37:43 UTC 2013" (the License value
+  in the spec file is still correct).
+- Removed a changelog entry that reads "merged proofread texts"
+  dated "Thu Mar 29 15:42:29 CEST 2012 - jsuch...@suse.cz"
+  that was somehow falsely added by the change
+  dated "Wed Jul 31 08:37:43 UTC 2013".
+- Re-set the main-package Group back to "System/YaST"
+  that was somehow changed to "Documentation/SUSE"
+  by the change dated "Wed Jul 31 08:37:43 UTC 2013"
+  (only the Group for the devel-doc sub-package should
+  be "Documentation/SUSE").
+- The change dated "Wed Jul 31 08:37:43 UTC 2013" results
+  that the package now only builds for openSUSE_Factory.
+  Before it had built in its openSUSE development project
+  "Printing" for SLE_11 SLE_11_SP1 SLE_11_SP2 openSUSE_12.1
+  openSUSE_12.2 openSUSE_12.3 and openSUSE_Tumbleweed.
+  The version before is still available in the "Printing"
+  project as source package "yast2-printer-YCP" and its
+  binary "yast2-printer" RPMs have version 2.23.1 (see
+  the entry dated "Wed May  9 15:49:23 CEST 2012" below).
+
+-------------------------------------------------------------------
+Wed Jul 31 08:37:43 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+-------------------------------------------------------------------
@@ -25 +58 @@
-- Enhanced progress in create_printer_ppd_database
+- Enhanced progress in create_printer_ppd_database (using usleep)

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

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

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.4p9s7O/_old  2013-08-02 15:47:31.000000000 +0200
+++ /var/tmp/diff_new_pack.4p9s7O/_new  2013-08-02 15:47:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-printer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,58 +17,72 @@
 
 
 Name:           yast2-printer
-Summary:        YaST2 - Printer Configuration
-License:        GPL-2.0
-Group:          System/YaST
-Version:        2.23.1
+Version:        3.0.0
 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
-Recommends:     iptables
-Recommends:     netcat
-Recommends:     samba-client
+
+Recommends:     cups-client iptables netcat 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
 
-%description
-This package contains the YaST2 component for printer configuration.
+Requires:       yast2-ruby-bindings >= 1.0.0
+
+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
-License:        GPL-2.0
 Group:          Documentation/SUSE
 
+%description
+This package contains the YaST2 component for printer configuration.
+
 %description devel-doc
-This package contains the developer documentation for yast2-printer.
+Developer documentation for yast2-printer.
 
 %prep
-%setup -q
+%setup -n yast2-printer-%{version}
 
 %build
-make -f Makefile.cvs
+%{_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
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-%suse_update_desktop_file -d ycc_printer printer
+[ -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
+
 # 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}
@@ -77,40 +91,43 @@
 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
-/usr/share/applications/YaST2/printer.desktop
-/usr/share/YaST2/modules/*.y*
+%{_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
-/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
+%{_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
 
 %files devel-doc
 %defattr(-,root,root)
-%doc /usr/share/doc/packages/yast2-printer
-%exclude /usr/share/doc/packages/yast2-printer/COPYING
-%exclude /usr/share/doc/packages/yast2-printer/README
+%doc %{_prefix}/share/doc/packages/yast2-printer
+%exclude %{_prefix}/share/doc/packages/yast2-printer/COPYING
+%exclude %{_prefix}/share/doc/packages/yast2-printer/README
 
 %changelog

++++++ yast2-printer-2.23.1.tar.bz2 -> yast2-printer-3.0.0.tar.bz2 ++++++
++++ 53312 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to