commit yast2-scanner for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2019-07-31 14:20:34

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new.4126 (New)


Package is "yast2-scanner"

Wed Jul 31 14:20:34 2019 rev:55 rq:707660 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2019-02-28 21:47:54.577409638 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new.4126/yast2-scanner.changes
2019-07-31 14:20:39.838582754 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:38:15 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---

Old:

  yast2-scanner-4.1.0.tar.bz2

New:

  yast2-scanner-4.2.0.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.eFuchp/_old  2019-07-31 14:20:40.282582401 +0200
+++ /var/tmp/diff_new_pack.eFuchp/_new  2019-07-31 14:20:40.290582395 +0200
@@ -17,10 +17,13 @@
 
 
 Name:   yast2-scanner
-Version:4.1.0
+Version:4.2.0
 Release:0
+Summary:YaST2 - Scanner Configuration
+License:GPL-2.0-only
+Group:  System/YaST
+Url:https://github.com/yast/yast-scanner
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
@@ -32,19 +35,15 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-testsuite
+
 Requires:   yast2
 # Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list
 # which are pulled in by Autoreqprov because of the displaytest tool:
 %define my_requires /tmp/my-requires
-
 Requires:   yast2-ruby-bindings >= 1.0.0
 
-Summary:YaST2 - Scanner Configuration
-License:GPL-2.0-only
-Group:  System/YaST
-
 %description
 This package provides support for the configuration of USB scanners,
 SCSI scanners, scanners in HP all-in-one devices, and scanning via
@@ -58,7 +57,7 @@
 "sane-backends".
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
@@ -73,16 +72,16 @@
 EOF
 chmod 755 %{my_requires}
 %define __find_requires %{my_requires}
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/scanner
-%{yast_yncludedir}/scanner/*
-%{yast_clientdir}/scanner.rb
-%{yast_moduledir}/Scanner.*
-%{yast_desktopdir}/scanner.desktop
-%{yast_ybindir}/*scanner*
-%{yast_ybindir}/displaytest
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_ybindir}
+%{yast_ybindir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING

++ yast2-scanner-4.1.0.tar.bz2 -> yast2-scanner-4.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.1.0/Dockerfile 
new/yast2-scanner-4.2.0/Dockerfile
--- old/yast2-scanner-4.1.0/Dockerfile  2019-02-27 15:43:54.0 +0100
+++ new/yast2-scanner-4.2.0/Dockerfile  2019-06-04 17:38:17.0 +0200
@@ -1,4 +1,4 @@
-FROM yastdevel/cpp
+FROM registry.opensuse.org/yast/head/containers/yast-cpp:latest
 RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
   xorg-x11-libX11-devel \
   yast2 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.1.0/package/yast2-scanner.changes 
new/yast2-scanner-4.2.0/package/yast2-scanner.changes
--- old/yast2-scanner-4.1.0/package/yast2-scanner.changes   2019-02-27 
15:43:54.0 +0100
+++ new/yast2-scanner-4.2.0/package/yast2-scanner.changes   2019-06-04 
17:38:17.0 +0200
@@ -1,4 +1,12 @@
 ---
+Fri May 31 12:38:15 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---
 Tue Feb 26 12:18:53 UTC 2019 - José Iván López González 
 
 - Version bump (bsc#1124009)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.1.0/package/yast2-scanner.spec 
new/yast2-scanner-4.2.0/package/yast2-scanner.spec
--- old/yast2-scanner-4.1.0/package/yast2-scanner.spec  2019-02-27 
15:43:54.0 +0100
+++ new/yast2-scanner-4.2.0/package/yast2-scanner.spec  2019-06-04 
17:38:17.0 +0200
@@ -12,30 +12,38 @@
 # license that conforms to 

commit yast2-scanner for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2019-02-28 21:47:53

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new.28833 (New)


Package is "yast2-scanner"

Thu Feb 28 21:47:53 2019 rev:54 rq:679851 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2018-12-31 09:41:38.102450161 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new.28833/yast2-scanner.changes   
2019-02-28 21:47:54.577409638 +0100
@@ -1,0 +2,6 @@
+Tue Feb 26 12:18:53 UTC 2019 - José Iván López González 
+
+- Version bump (bsc#1124009)
+- 4.1.0
+
+---

Old:

  yast2-scanner-4.0.3.tar.bz2

New:

  yast2-scanner-4.1.0.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.byJep9/_old  2019-02-28 21:47:55.869409086 +0100
+++ /var/tmp/diff_new_pack.byJep9/_new  2019-02-28 21:47:55.897409075 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:4.0.3
+Version:4.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-scanner-4.0.3.tar.bz2 -> yast2-scanner-4.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.0.3/package/yast2-scanner.changes 
new/yast2-scanner-4.1.0/package/yast2-scanner.changes
--- old/yast2-scanner-4.0.3/package/yast2-scanner.changes   2018-11-29 
09:22:56.0 +0100
+++ new/yast2-scanner-4.1.0/package/yast2-scanner.changes   2019-02-27 
15:43:54.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 26 12:18:53 UTC 2019 - José Iván López González 
+
+- Version bump (bsc#1124009)
+- 4.1.0
+
+---
 Mon Nov 26 02:43:29 UTC 2018 - Noah Davis 
 
 - Provide icon with module (boo#1109310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.0.3/package/yast2-scanner.spec 
new/yast2-scanner-4.1.0/package/yast2-scanner.spec
--- old/yast2-scanner-4.0.3/package/yast2-scanner.spec  2018-11-29 
09:22:56.0 +0100
+++ new/yast2-scanner-4.1.0/package/yast2-scanner.spec  2019-02-27 
15:43:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:4.0.3
+Version:4.1.0
 Release:0
 Group: System/YaST
 




commit yast2-scanner for openSUSE:Factory

2018-12-31 Thread root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2018-12-31 09:41:36

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new.28833 (New)


Package is "yast2-scanner"

Mon Dec 31 09:41:36 2018 rev:53 rq:652568 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2018-07-03 23:33:29.756482393 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new.28833/yast2-scanner.changes   
2018-12-31 09:41:38.102450161 +0100
@@ -1,0 +2,16 @@
+Mon Nov 26 02:43:29 UTC 2018 - Noah Davis 
+
+- Provide icon with module (boo#1109310)
+- 4.0.3
+
+---
+Tue Oct 16 16:08:12 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---
+Mon Aug 20 13:25:22 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---

Old:

  yast2-scanner-4.0.2.tar.bz2

New:

  yast2-scanner-4.0.3.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.6c9dm8/_old  2018-12-31 09:41:38.438449887 +0100
+++ /var/tmp/diff_new_pack.6c9dm8/_new  2018-12-31 09:41:38.442449883 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:4.0.2
+Version:4.0.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,7 +42,7 @@
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:YaST2 - Scanner Configuration
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/YaST
 
 %description
@@ -83,6 +83,8 @@
 %{yast_desktopdir}/scanner.desktop
 %{yast_ybindir}/*scanner*
 %{yast_ybindir}/displaytest
+%{yast_icondir}
 %doc %{yast_docdir}
+%license COPYING
 
 %changelog

++ yast2-scanner-4.0.2.tar.bz2 -> yast2-scanner-4.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.0.2/package/yast2-scanner.changes 
new/yast2-scanner-4.0.3/package/yast2-scanner.changes
--- old/yast2-scanner-4.0.2/package/yast2-scanner.changes   2018-07-02 
18:09:57.0 +0200
+++ new/yast2-scanner-4.0.3/package/yast2-scanner.changes   2018-11-29 
09:22:56.0 +0100
@@ -1,4 +1,20 @@
 ---
+Mon Nov 26 02:43:29 UTC 2018 - Noah Davis 
+
+- Provide icon with module (boo#1109310)
+- 4.0.3
+
+---
+Tue Oct 16 16:08:12 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---
+Mon Aug 20 13:25:22 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---
 Thu Jun 28 09:23:41 CEST 2018 - sch...@suse.de
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.0.2/package/yast2-scanner.spec 
new/yast2-scanner-4.0.3/package/yast2-scanner.spec
--- old/yast2-scanner-4.0.2/package/yast2-scanner.spec  2018-07-02 
18:09:57.0 +0200
+++ new/yast2-scanner-4.0.3/package/yast2-scanner.spec  2018-11-29 
09:22:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:4.0.2
+Version:4.0.3
 Release:0
 Group: System/YaST
 
@@ -34,7 +34,7 @@
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:   YaST2 - Scanner Configuration
-License:GPL-2.0
+License:GPL-2.0-only
 
 %description
 This package provides support for the configuration of USB scanners,
@@ -75,7 +75,9 @@
 %{yast_desktopdir}/scanner.desktop
 %{yast_ybindir}/*scanner*
 %{yast_ybindir}/displaytest
+%{yast_icondir}
 %doc %{yast_docdir}
+%license COPYING
 
 %changelog
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.0.2/src/Makefile.am 
new/yast2-scanner-4.0.3/src/Makefile.am
--- old/yast2-scanner-4.0.2/src/Makefile.am 2018-07-02 18:09:57.0 
+0200
+++ new/yast2-scanner-4.0.3/src/Makefile.am 2018-11-29 09:22:56.0 
+0100
@@ -15,6 +15,14 @@
 desktop_DATA = \
   desktop/scanner.desktop
 
-EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(desktop_DATA)
+symbolicdir = @icondir@/hicolor/symbolic/apps
+symbolic_DATA = \
+  icons/hicolor/symbolic/apps/yast-scanner-symbolic.svg
 
-include $(top_srcdir)/Makefile.am.common
\ No newline 

commit yast2-scanner for openSUSE:Factory

2018-07-03 Thread root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2018-07-03 23:33:26

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is "yast2-scanner"

Tue Jul  3 23:33:26 2018 rev:52 rq:620300 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2018-04-26 13:28:46.820416949 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2018-07-03 23:33:29.756482393 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 09:23:41 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.2
+
+---

Old:

  yast2-scanner-4.0.1.tar.bz2

New:

  yast2-scanner-4.0.2.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.AwWbm3/_old  2018-07-03 23:33:30.156481818 +0200
+++ /var/tmp/diff_new_pack.AwWbm3/_new  2018-07-03 23:33:30.156481818 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-scanner-4.0.1.tar.bz2 -> yast2-scanner-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.0.1/package/yast2-scanner.changes 
new/yast2-scanner-4.0.2/package/yast2-scanner.changes
--- old/yast2-scanner-4.0.1/package/yast2-scanner.changes   2018-04-13 
10:16:59.0 +0200
+++ new/yast2-scanner-4.0.2/package/yast2-scanner.changes   2018-07-02 
18:09:57.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jun 28 09:23:41 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.2
+
+---
 Thu Apr 12 06:21:10 UTC 2018 - knut.anders...@suse.com
 
 - bnc#859353
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.0.1/package/yast2-scanner.spec 
new/yast2-scanner-4.0.2/package/yast2-scanner.spec
--- old/yast2-scanner-4.0.1/package/yast2-scanner.spec  2018-04-13 
10:16:59.0 +0200
+++ new/yast2-scanner-4.0.2/package/yast2-scanner.spec  2018-07-02 
18:09:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:4.0.1
+Version:4.0.2
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-4.0.1/src/desktop/scanner.desktop 
new/yast2-scanner-4.0.2/src/desktop/scanner.desktop
--- old/yast2-scanner-4.0.1/src/desktop/scanner.desktop 2018-04-13 
10:16:59.0 +0200
+++ new/yast2-scanner-4.0.2/src/desktop/scanner.desktop 2018-07-02 
18:09:57.0 +0200
@@ -11,6 +11,7 @@
 X-SuSE-YaST-Geometry=
 X-SuSE-YaST-SortKey=
 X-SuSE-YaST-AutoInstResource=
+X-SuSE-YaST-Keywords=system,hardware,photo,document,ocr
 Icon=yast-scanner
 Exec=xdg-su -c "/sbin/yast2 scanner"
 Name=Scanner




commit yast2-scanner for openSUSE:Factory

2018-04-26 Thread root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2018-04-26 13:28:45

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is "yast2-scanner"

Thu Apr 26 13:28:45 2018 rev:51 rq:596215 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2017-04-12 17:09:33.255845587 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2018-04-26 13:28:46.820416949 +0200
@@ -1,0 +2,14 @@
+Thu Apr 12 06:21:10 UTC 2018 - knut.anders...@suse.com
+
+- bnc#859353
+  - Adapted setup_network_scanner_config using the systemd sane
+socket unit when exists.
+- 4.0.1
+
+---
+Fri Apr  6 18:53:38 UTC 2018 - mfi...@suse.com
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+---

Old:

  yast2-scanner-3.2.1.tar.bz2

New:

  yast2-scanner-4.0.1.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.DnMaqn/_old  2018-04-26 13:28:47.344397758 +0200
+++ /var/tmp/diff_new_pack.DnMaqn/_new  2018-04-26 13:28:47.344397758 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:3.2.1
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-scanner-3.2.1.tar.bz2 -> yast2-scanner-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.2.1/package/yast2-scanner.changes 
new/yast2-scanner-4.0.1/package/yast2-scanner.changes
--- old/yast2-scanner-3.2.1/package/yast2-scanner.changes   2017-04-05 
09:50:16.103259943 +0200
+++ new/yast2-scanner-4.0.1/package/yast2-scanner.changes   2018-04-13 
10:16:59.0 +0200
@@ -1,4 +1,18 @@
 ---
+Thu Apr 12 06:21:10 UTC 2018 - knut.anders...@suse.com
+
+- bnc#859353
+  - Adapted setup_network_scanner_config using the systemd sane
+socket unit when exists.
+- 4.0.1
+
+---
+Fri Apr  6 18:53:38 UTC 2018 - mfi...@suse.com
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+---
 Tue Apr  4 08:22:53 UTC 2017 - mfi...@suse.com
 
 - bnc#1026027
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.2.1/package/yast2-scanner.spec 
new/yast2-scanner-4.0.1/package/yast2-scanner.spec
--- old/yast2-scanner-3.2.1/package/yast2-scanner.spec  2017-04-05 
09:50:16.103259943 +0200
+++ new/yast2-scanner-4.0.1/package/yast2-scanner.spec  2018-04-13 
10:16:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:3.2.1
+Version:4.0.1
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-scanner-3.2.1/tools/setup_network_scanner_config 
new/yast2-scanner-4.0.1/tools/setup_network_scanner_config
--- old/yast2-scanner-3.2.1/tools/setup_network_scanner_config  2017-04-05 
09:50:16.135259943 +0200
+++ new/yast2-scanner-4.0.1/tools/setup_network_scanner_config  2018-04-13 
10:16:59.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-# Johannes Meixner , 2004, 2005, 2006, 2007, 2008, 2010, 2014
+# Johannes Meixner , 2004, 2005, 2006, 2007, 2008, 2010, 2014, 
2018
 #
 # Copyright (c) 2010 Novell, Inc.
 # All Rights Reserved.
@@ -40,6 +40,8 @@
 XINETD_CONFIG_FILE="/etc/xinetd.d/sane-port"
 XINETD_SYSTEMD_UNIT="xinetd.service"
 XINETD_SYSTEMD_UNIT_FILE="/usr/lib/systemd/system/$XINETD_SYSTEMD_UNIT"
+SANED_SYSTEMD_UNIT="saned.socket"
+SANED_SYSTEMD_UNIT_FILE="/usr/lib/systemd/system/$SANED_SYSTEMD_UNIT"
 
 # Function to remove old entries and append new entries to a SANE config file:
 ReWrite()
@@ -69,25 +71,47 @@
 # Enable the saned if "$SANED_CONFIG" is not the empty string otherwise 
disable the saned
 # and do the appropriate stuff regarding the xinetd:
 if [ -n "$SANED_CONFIG" ]
-then sed -i -e 's/^.*disable.*$/\tdisable = no/' $XINETD_CONFIG_FILE || { 
echo "Failed to enable saned in $XINETD_CONFIG_FILE" 1>&2 ; exit 6 ; }
+then # First try the 

commit yast2-scanner for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2017-04-12 17:09:31

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is "yast2-scanner"

Wed Apr 12 17:09:31 2017 rev:50 rq:485754 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2016-06-10 23:59:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2017-04-12 17:09:33.255845587 +0200
@@ -1,0 +2,14 @@
+Tue Apr  4 08:22:53 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped call to insserv when enabling xinetd
+- 3.2.1
+
+---
+Mon Apr  3 08:33:51 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped calls to insserv related to HP's obsoleted services.
+- 3.2.0
+
+---

Old:

  yast2-scanner-3.1.3.tar.bz2

New:

  yast2-scanner-3.2.1.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.alasMV/_old  2017-04-12 17:09:34.063731223 +0200
+++ /var/tmp/diff_new_pack.alasMV/_new  2017-04-12 17:09:34.067730656 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:3.1.3
+Version:3.2.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-scanner-3.1.3.tar.bz2 -> yast2-scanner-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.3/.travis.yml 
new/yast2-scanner-3.2.1/.travis.yml
--- old/yast2-scanner-3.1.3/.travis.yml 2016-06-07 13:58:25.106214132 +0200
+++ new/yast2-scanner-3.2.1/.travis.yml 2017-04-05 09:50:16.099259943 +0200
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
libx11-dev" -g "yast-rake gettext"
+  - docker build -t yast-scanner-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-cpp" script is included in the base yastdevel/cpp image
+  # see https://github.com/yast/docker-yast-cpp/blob/master/yast-travis-cpp
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-scanner-image yast-travis-cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.3/CONTRIBUTING.md 
new/yast2-scanner-3.2.1/CONTRIBUTING.md
--- old/yast2-scanner-3.1.3/CONTRIBUTING.md 2016-06-07 13:58:25.118214132 
+0200
+++ new/yast2-scanner-3.2.1/CONTRIBUTING.md 2017-04-05 09:50:16.099259943 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer 

commit yast2-scanner for openSUSE:Factory

2016-06-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2016-06-10 23:59:58

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is "yast2-scanner"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2015-01-25 21:15:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2016-06-10 23:59:59.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  7 11:15:38 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs (fate#320356)
+- 3.1.3
+
+---

Old:

  yast2-scanner-3.1.2.tar.bz2

New:

  yast2-scanner-3.1.3.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.dE5yVq/_old  2016-06-11 00:00:00.0 +0200
+++ /var/tmp/diff_new_pack.dE5yVq/_new  2016-06-11 00:00:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-scanner-3.1.2.tar.bz2 -> yast2-scanner-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.2/CONTRIBUTING.md 
new/yast2-scanner-3.1.3/CONTRIBUTING.md
--- old/yast2-scanner-3.1.2/CONTRIBUTING.md 2015-01-22 09:38:12.0 
+0100
+++ new/yast2-scanner-3.1.3/CONTRIBUTING.md 2016-06-07 13:58:25.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided=openSUSE+Factory=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided=openSUSE+Factory=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.2/doc/Makefile.am 
new/yast2-scanner-3.1.3/doc/Makefile.am
--- old/yast2-scanner-3.1.2/doc/Makefile.am 2015-01-22 09:38:12.0 
+0100
+++ new/yast2-scanner-3.1.3/doc/Makefile.am 1970-01-01 01:00:00.0 
+0100
@@ -1,10 +0,0 @@
-# Makefile.am for scanner/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-scanner-3.1.2/doc/autodocs/Makefile.am 
new/yast2-scanner-3.1.3/doc/autodocs/Makefile.am
--- old/yast2-scanner-3.1.2/doc/autodocs/Makefile.am2015-01-22 
09:38:12.0 +0100
+++ new/yast2-scanner-3.1.3/doc/autodocs/Makefile.am1970-01-01 
01:00:00.0 +0100
@@ -1,3 +0,0 @@
-# Makefile.am for YCP module .../doc/autodocs
-
-include $(top_srcdir)/autodocs-ycp.ami
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.2/package/yast2-scanner.changes 
new/yast2-scanner-3.1.3/package/yast2-scanner.changes
--- old/yast2-scanner-3.1.2/package/yast2-scanner.changes   2015-01-22 
09:38:12.0 +0100
+++ new/yast2-scanner-3.1.3/package/yast2-scanner.changes   2016-06-07 
13:58:25.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Jun  7 11:15:38 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs 

commit yast2-scanner for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2015-01-25 21:15:49

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is yast2-scanner

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2014-12-05 21:03:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2015-01-25 21:15:51.0 +0100
@@ -1,0 +2,14 @@
+Thu Dec  5 17:27:36 CEST 2014 - jsm...@suse.de
+
+- setup_network_scanner_config.with_systemd_support is an
+  enhancement for /usr/lib/YaST2/bin/setup_network_scanner_config
+  that provides additional support for systemd (bnc#859353).
+
+---
+Thu Dec  5 16:45:07 CEST 2014 - jsm...@suse.de
+
+- use_fast_append_instead_of_slow_add.diff replaces
+  slow Builtins.add() with fast '' append operator
+  where needed to avoid hang up impression (bnc#877516).
+
+---



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.jxHUOk/_old  2015-01-25 21:15:52.0 +0100
+++ /var/tmp/diff_new_pack.jxHUOk/_new  2015-01-25 21:15:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++ yast2-scanner-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.2/package/yast2-scanner.changes 
new/yast2-scanner-3.1.2/package/yast2-scanner.changes
--- old/yast2-scanner-3.1.2/package/yast2-scanner.changes   2014-12-04 
13:34:15.0 +0100
+++ new/yast2-scanner-3.1.2/package/yast2-scanner.changes   2015-01-22 
09:38:12.0 +0100
@@ -1,4 +1,18 @@
 ---
+Thu Dec  5 17:27:36 CEST 2014 - jsm...@suse.de
+
+- setup_network_scanner_config.with_systemd_support is an
+  enhancement for /usr/lib/YaST2/bin/setup_network_scanner_config
+  that provides additional support for systemd (bnc#859353).
+
+---
+Thu Dec  5 16:45:07 CEST 2014 - jsm...@suse.de
+
+- use_fast_append_instead_of_slow_add.diff replaces
+  slow Builtins.add() with fast '' append operator
+  where needed to avoid hang up impression (bnc#877516).
+
+---
 Thu Dec  4 09:51:31 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.2/src/modules/Scanner.rb 
new/yast2-scanner-3.1.2/src/modules/Scanner.rb
--- old/yast2-scanner-3.1.2/src/modules/Scanner.rb  2014-12-04 
13:34:15.0 +0100
+++ new/yast2-scanner-3.1.2/src/modules/Scanner.rb  2015-01-22 
09:38:12.0 +0100
@@ -1794,20 +1794,14 @@
   end
   # Take the filter_string into account:
   if  == filter_string
-model_items = Builtins.add(
-  model_items,
-  Item(Id(database_index), model_string)
-)
+model_items  Item(Id(database_index), model_string)
   else
 # test whether the model_string matches to the filter_string:
 if Builtins.regexpmatch(
 Builtins.tolower(model_string),
 Builtins.tolower(filter_string)
   )
-  model_items = Builtins.add(
-model_items,
-Item(Id(database_index), model_string)
-  )
+  model_items  Item(Id(database_index), model_string)
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-scanner-3.1.2/tools/setup_network_scanner_config 
new/yast2-scanner-3.1.2/tools/setup_network_scanner_config
--- old/yast2-scanner-3.1.2/tools/setup_network_scanner_config  2014-12-04 
13:34:15.0 +0100
+++ new/yast2-scanner-3.1.2/tools/setup_network_scanner_config  2015-01-22 
09:38:12.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-# Johannes Meixner jsm...@suse.de, 2004, 2005, 2006, 2007, 2008, 2010
+# Johannes Meixner jsm...@suse.de, 2004, 2005, 2006, 2007, 2008, 2010, 2014
 #
 # Copyright (c) 2010 Novell, Inc.
 # All Rights 

commit yast2-scanner for openSUSE:Factory

2014-12-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2014-12-05 21:03:33

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is yast2-scanner

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2013-11-15 14:25:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2014-12-05 21:03:26.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  4 09:51:31 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---

Old:

  yast2-scanner-3.1.1.tar.bz2

New:

  yast2-scanner-3.1.2.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.0zg4Kg/_old  2014-12-05 21:03:28.0 +0100
+++ /var/tmp/diff_new_pack.0zg4Kg/_new  2014-12-05 21:03:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,7 +32,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.10
 BuildRequires:  yast2-testsuite
 Requires:   yast2
 # Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list

++ yast2-scanner-3.1.1.tar.bz2 - yast2-scanner-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.1/.travis.yml 
new/yast2-scanner-3.1.2/.travis.yml
--- old/yast2-scanner-3.1.1/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/yast2-scanner-3.1.2/.travis.yml 2014-12-04 13:34:15.0 +0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 
libx11-dev -g yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.1/MAINTAINER 
new/yast2-scanner-3.1.2/MAINTAINER
--- old/yast2-scanner-3.1.1/MAINTAINER  2013-11-04 16:47:09.0 +0100
+++ new/yast2-scanner-3.1.2/MAINTAINER  2014-12-04 13:34:15.0 +0100
@@ -1 +1 @@
-Johannes Meixner jsm...@suse.de
+Deprecated file. Use `osc maintainer yast2-scanner` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.1/README.md 
new/yast2-scanner-3.1.2/README.md
--- old/yast2-scanner-3.1.1/README.md   1970-01-01 01:00:00.0 +0100
+++ new/yast2-scanner-3.1.2/README.md   2014-12-04 13:34:15.0 +0100
@@ -0,0 +1,5 @@
+# YaST - The Scanner Configuration Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-scanner.svg?branch=master)](https://travis-ci.org/yast/yast-scanner)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-scanner-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-scanner-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.1/VERSION 
new/yast2-scanner-3.1.2/VERSION
--- old/yast2-scanner-3.1.1/VERSION 2013-11-15 13:13:12.0 +0100
+++ new/yast2-scanner-3.1.2/VERSION 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.1/package/yast2-scanner.changes 
new/yast2-scanner-3.1.2/package/yast2-scanner.changes
--- old/yast2-scanner-3.1.1/package/yast2-scanner.changes   2013-11-15 
13:13:12.0 +0100
+++ new/yast2-scanner-3.1.2/package/yast2-scanner.changes   2014-12-04 
13:34:15.0 +0100
@@ -1,4 +1,9 @@
 ---
+Thu Dec  4 09:51:31 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+

commit yast2-scanner for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2013-08-01 11:09:51

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is yast2-scanner

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2013-02-28 10:24:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2013-08-01 11:09:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:39:09 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-scanner-2.23.0.tar.bz2

New:

  yast2-scanner-3.0.0.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.Lz49I1/_old  2013-08-01 11:09:53.0 +0200
+++ /var/tmp/diff_new_pack.Lz49I1/_new  2013-08-01 11:09:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-scanner
-Version:2.23.0
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,8 @@
 # which are pulled in by Autoreqprov because of the displaytest tool:
 %define my_requires /tmp/my-requires
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST2 - Scanner Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -94,7 +96,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/scanner
 /usr/share/YaST2/include/scanner/*
-/usr/share/YaST2/clients/scanner.ycp
+/usr/share/YaST2/clients/scanner.rb
 /usr/share/YaST2/modules/Scanner.*
 %{_prefix}/share/applications/YaST2/scanner.desktop
 %{_prefix}/lib/YaST2/bin/*scanner*

++ yast2-scanner-2.23.0.tar.bz2 - yast2-scanner-3.0.0.tar.bz2 ++
 9710 lines of diff (skipped)

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



commit yast2-scanner for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2013-02-28 07:28:43

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is yast2-scanner, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2012-05-21 07:33:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2013-02-28 10:24:20.0 +0100
@@ -12,0 +13,5 @@
+Thu Mar 29 15:58:34 CEST 2012 - jsuch...@suse.cz
+
+- merge proofread texts 
+
+---



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.8ftt6I/_old  2013-02-28 10:24:21.0 +0100
+++ /var/tmp/diff_new_pack.8ftt6I/_new  2013-02-28 10:24:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# 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
@@ -19,9 +19,16 @@
 Name:   yast2-scanner
 Version:2.23.0
 Release:0
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-scanner-%{version}.tar.bz2
+
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  doxygen
 BuildRequires:  libtool
+BuildRequires:  libxslt
+BuildRequires:  perl-XML-Writer
+BuildRequires:  sgml-skel
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
@@ -49,19 +56,29 @@
 sane-backends.
 
 %prep
-%setup -q
+%setup -n yast2-scanner-%{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_scanner scanner
+[ -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 displaytest tool:
 cat  EOF  %{my_requires}

++ yast2-scanner-2.23.0.tar.bz2 ++
 50796 lines of diff (skipped)

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



commit yast2-scanner for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2012-05-21 07:33:45

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is yast2-scanner, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2011-12-22 10:54:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2012-05-21 07:33:47.0 +0200
@@ -1,0 +2,11 @@
+Tue May  8 15:14:57 CEST 2012 - jsm...@suse.de
+
+- V 2.23.0
+- Third party driver epkowa responsibility transferred
+  from Avasys to Epson (bnc#746038).
+- Use ButtonBox widget in src/Scanner.ycp (bnc#701263).
+- Fixed typo in help text UDB - USB (bnc#703235).
+- Replaced the HTTP URLs to the Style Guide with the plain text
+  YaST Style Guide (dated Tue, 04 Nov 2008) (bnc#732272).
+
+---

Old:

  yast2-scanner-2.20.2.tar.bz2

New:

  yast2-scanner-2.23.0.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.cOdmi4/_old  2012-05-21 07:33:48.0 +0200
+++ /var/tmp/diff_new_pack.cOdmi4/_new  2012-05-21 07:33:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,18 +17,11 @@
 
 
 Name:   yast2-scanner
-Version:2.20.2
+Version:2.23.0
 Release:0
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-scanner-%{version}.tar.bz2
-
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  doxygen
 BuildRequires:  libtool
-BuildRequires:  libxslt
-BuildRequires:  perl-XML-Writer
-BuildRequires:  sgml-skel
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
@@ -56,30 +49,19 @@
 sane-backends.
 
 %prep
-%setup -n yast2-scanner-%{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
-
-%{?suse_update_config:%{suse_update_config -f}}
-./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_scanner scanner
 # Exclude libX11, libXau, libxcb, and libxcb-xlib from the requires list
 # which are pulled in by Autoreqprov because of the displaytest tool:
 cat  EOF  %{my_requires}

++ yast2-scanner-2.20.2.tar.bz2 - yast2-scanner-2.23.0.tar.bz2 ++
 50337 lines of diff (skipped)

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



commit yast2-scanner for openSUSE:Factory

2011-12-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2011-12-22 10:54:51

Comparing /work/SRC/openSUSE:Factory/yast2-scanner (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-scanner.new (New)


Package is yast2-scanner, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2011-09-23 12:53:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2011-12-22 10:54:53.0 +0100
@@ -1,0 +2,15 @@
+Fri Dec 16 08:49:24 UTC 2011 - co...@suse.com
+
+- it's actually GPL 2.0 only
+
+---
+Fri Nov 25 12:24:56 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---
+Fri Aug  5 12:35:01 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

Old:

  yast2-scanner-2.20.1.tar.bz2

New:

  yast2-scanner-2.20.2.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.qzUWUj/_old  2011-12-22 10:54:53.0 +0100
+++ /var/tmp/diff_new_pack.qzUWUj/_new  2011-12-22 10:54:53.0 +0100
@@ -15,24 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-scanner
-Summary:YaST2 - Scanner Configuration
-Version:2.20.1
-Release:1
-License:GPL
-Group:  System/YaST
+Version:2.20.2
+Release:0
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%{name}-%{version}.tar.bz2
-Prefix: /usr
-BuildRequires:  docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files xorg-x11-libX11-devel yast2 yast2-devtools 
yast2-testsuite
+Source0:yast2-scanner-%{version}.tar.bz2
+
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  doxygen
+BuildRequires:  libtool
+BuildRequires:  libxslt
+BuildRequires:  perl-XML-Writer
+BuildRequires:  sgml-skel
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 Requires:   yast2
 # Used to exclude libX11, libXau, libxcb, and libxcb-xlib from the requires 
list
 # which are pulled in by Autoreqprov because of the displaytest tool:
 %define my_requires /tmp/my-requires
 
+Summary:YaST2 - Scanner Configuration
+License:GPL-2.0
+Group:  System/YaST
+
 %description
 This package provides support for the configuration of USB scanners,
 SCSI scanners, scanners in HP all-in-one devices, and scanning via
@@ -46,19 +56,30 @@
 sane-backends.
 
 %prep
-%setup -q
+%setup -n yast2-scanner-%{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
+
+%{?suse_update_config:%{suse_update_config -f}}
+./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_scanner scanner
+[ -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 displaytest tool:
 cat  EOF  %{my_requires}
@@ -76,9 +97,9 @@
 /usr/share/YaST2/include/scanner/*
 /usr/share/YaST2/clients/scanner.ycp
 /usr/share/YaST2/modules/Scanner.*
-%{prefix}/share/applications/YaST2/scanner.desktop
-%{prefix}/lib/YaST2/bin/*scanner*
-%{prefix}/lib/YaST2/bin/displaytest
-%doc %{prefix}/share/doc/packages/yast2-scanner
+%{_prefix}/share/applications/YaST2/scanner.desktop
+%{_prefix}/lib/YaST2/bin/*scanner*
+%{_prefix}/lib/YaST2/bin/displaytest
+%doc %{_prefix}/share/doc/packages/yast2-scanner
 
 %changelog

++ yast2-scanner-2.20.1.tar.bz2 - yast2-scanner-2.20.2.tar.bz2 ++
 49957 lines of diff (skipped)

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