Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2018-04-26 13:29:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-printer (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-printer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-printer"

Thu Apr 26 13:29:58 2018 rev:140 rq:598948 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-printer/yast2-printer.changes      
2016-06-13 21:50:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new/yast2-printer.changes 
2018-04-26 13:29:59.833742678 +0200
@@ -1,0 +2,19 @@
+Thu Apr 19 15:51:26 UTC 2018 - igonzalezs...@suse.com
+
+- Fix help texts so they can be properly translated (bsc#1082257).
+- 4.0.1
+
+-------------------------------------------------------------------
+Fri Apr  6 18:52:50 UTC 2018 - mfi...@suse.com
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+-------------------------------------------------------------------
+Mon Jan 23 08:26:53 UTC 2017 - lsle...@suse.cz
+
+- Dropped yast2-core-devel build dependency, it is not needed
+  anymore, fix up for the documentation removal (fate#320356)
+- 3.2.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-printer.spec ++++++
--- /var/tmp/diff_new_pack.YI1UrW/_old  2018-04-26 13:30:00.329724510 +0200
+++ /var/tmp/diff_new_pack.YI1UrW/_new  2018-04-26 13:30:00.329724510 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-printer
 #
-# Copyright (c) 2016 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-printer
-Version:        3.1.6
+Version:        4.0.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,6 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
-BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite
 

++++++ yast2-printer-3.1.6.tar.bz2 -> yast2-printer-4.0.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.6/.travis.yml 
new/yast2-printer-4.0.1/.travis.yml
--- old/yast2-printer-3.1.6/.travis.yml 2016-06-09 17:23:20.436945064 +0200
+++ new/yast2-printer-4.0.1/.travis.yml 2018-04-20 08:31:44.000000000 +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-printer-image .
 script:
-    - rake check:syntax
-    - rake check:pot
-    - make -f Makefile.cvs
-    - make
-    - sudo make install
-    - make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-printer-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.6/.yardopts 
new/yast2-printer-4.0.1/.yardopts
--- old/yast2-printer-3.1.6/.yardopts   1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-printer-4.0.1/.yardopts   2018-04-20 08:31:44.000000000 +0200
@@ -0,0 +1,7 @@
+--no-private
+--markup markdown
+--protected
+--readme README.md
+--output-dir ./doc/autodocs
+--files *.md
+src/**/*.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.6/CONTRIBUTING.md 
new/yast2-printer-4.0.1/CONTRIBUTING.md
--- old/yast2-printer-3.1.6/CONTRIBUTING.md     2016-06-09 17:23:20.468945064 
+0200
+++ new/yast2-printer-4.0.1/CONTRIBUTING.md     2018-04-20 08:31:44.000000000 
+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 discussion it is advised 
to
+     add this as a separate last commit so it can be easily updated when 
another
+     change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
      (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
      Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.6/Dockerfile 
new/yast2-printer-4.0.1/Dockerfile
--- old/yast2-printer-3.1.6/Dockerfile  1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-printer-4.0.1/Dockerfile  2018-04-20 08:31:44.000000000 +0200
@@ -0,0 +1,6 @@
+FROM yastdevel/ruby
+RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
+  xorg-x11-libX11-devel
+
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.6/package/yast2-printer.changes 
new/yast2-printer-4.0.1/package/yast2-printer.changes
--- old/yast2-printer-3.1.6/package/yast2-printer.changes       2016-06-09 
17:23:20.552945064 +0200
+++ new/yast2-printer-4.0.1/package/yast2-printer.changes       2018-04-20 
08:31:44.000000000 +0200
@@ -1,4 +1,23 @@
 -------------------------------------------------------------------
+Thu Apr 19 15:51:26 UTC 2018 - igonzalezs...@suse.com
+
+- Fix help texts so they can be properly translated (bsc#1082257).
+- 4.0.1
+
+-------------------------------------------------------------------
+Fri Apr  6 18:52:50 UTC 2018 - mfi...@suse.com
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+-------------------------------------------------------------------
+Mon Jan 23 08:26:53 UTC 2017 - lsle...@suse.cz
+
+- Dropped yast2-core-devel build dependency, it is not needed
+  anymore, fix up for the documentation removal (fate#320356)
+- 3.2.0
+
+-------------------------------------------------------------------
 Wed Jun  1 15:49:01 UTC 2016 - igonzalezs...@suse.com
 
 - Drop yast2-printer-devel-doc package (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.6/package/yast2-printer.spec 
new/yast2-printer-4.0.1/package/yast2-printer.spec
--- old/yast2-printer-3.1.6/package/yast2-printer.spec  2016-06-09 
17:23:20.552945064 +0200
+++ new/yast2-printer-4.0.1/package/yast2-printer.spec  2018-04-20 
08:31:44.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-printer
-Version:        3.1.6
+Version:        4.0.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -27,7 +27,6 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  yast2
-BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-printer-3.1.6/src/include/printer/helps.rb 
new/yast2-printer-4.0.1/src/include/printer/helps.rb
--- old/yast2-printer-3.1.6/src/include/printer/helps.rb        2016-06-09 
17:23:20.648945064 +0200
+++ new/yast2-printer-4.0.1/src/include/printer/helps.rb        2018-04-20 
08:31:44.000000000 +0200
@@ -560,8 +560,6 @@
                 "Devices which are connected via USB\n" +
                 "are autodetected and the appropriate device URI is 
autogenerated.\n" +
                 "For example:<br>\n" +
-                # Disabled legacy "Parallel Port" help text:
-                #"parallel:/dev/lp0<br>\n" +
                 "usb://ACME/Fun%20Printer?serial=A1B2C3<br>\n" +
                 "hp:/usb/HP_LaserJet?serial=1234<br>\n" +
                 "Usually only the autogenerated device URIs work.\n" +
@@ -572,12 +570,6 @@
                 "The package provides HP's printing and scanning software 
HPLIP.<br>\n" +
                 "In contrast devices which are connected via bluetooth\n" +
                 "are not autodetected so that the device URI must be manually 
specified.\n" +
-                # Disabled legacy "Serial Port" help text:
-                #"The serial device URI parameters must comply with\n" +
-                #"what the serial port in the printer requires,\n" +
-                #"see the manual of your serial printer.\n" +
-                #"Example device URIs:<br>\n" +
-                
#"serial:/dev/ttyS9?baud=9600+bits=8+parity=none+flow=soft+stop=1<br>\n" +
                 "bluetooth://1A2B3C4D5E6F<br>\n" +
                 "To access a device via bluetooth, the RPM package bluez-cups 
must be installed.\n" +
                 "The package provides the CUPS backend 'bluetooth' which 
actually sends the data\n" +
@@ -695,19 +687,6 @@
                 "The official IANA port for IPP is 631.\n" +
                 "The matching device URI is:<br>\n" +
                 "ipp://ip-address:631/printers/queue<br>\n" +
-                # Disabled legacy "Novell Netware Print Server (IPX)" help 
text:
-                #"<b>Novell Netware Print Server (IPX)</b><br>\n" +
-                #"To access print queues on a Novell Netware print server,\n" +
-                #"the RPM package ncpfs must be installed.\n" +
-                #"The package provides the CUPS backend 'novell' which runs\n" 
+
-                #"the <tt>nprint</tt> program which actually sends the data\n" 
+
-                #"to a Novell Netware print queue.\n" +
-                #"A server name and a printer queue name is needed to access 
it.\n" +
-                #"Furthermore a user name and a password may be required to 
get access.\n" +
-                #"The matching device URI is:<br>\n" +
-                #"novell://username:password@server/queue<br>\n" +
-                #"For <b>more information</b> have a look at <tt>man 
nprint</tt> and\n" +
-                #"the other documentation in the RPM package ncpfs.\n" +
                 "</p>"
             ) +
             # ConnectionWizardDialog help 7/7:


Reply via email to