Hello community,

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

Package is "yast2-pam"

Thu Apr 26 13:27:00 2018 rev:35 rq:595530 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-pam/yast2-pam.changes      2016-09-24 
15:18:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-pam.new/yast2-pam.changes 2018-04-26 
13:27:01.432276541 +0200
@@ -1,0 +2,6 @@
+Fri Apr  6 18:52:13 UTC 2018 - [email protected]
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-pam-3.1.2.tar.bz2

New:
----
  yast2-pam-4.0.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-pam.spec ++++++
--- /var/tmp/diff_new_pack.MD1JPX/_old  2018-04-26 13:27:02.656231719 +0200
+++ /var/tmp/diff_new_pack.MD1JPX/_new  2018-04-26 13:27:02.660231573 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-pam
 #
-# 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-pam
-Version:        3.1.2
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-pam-3.1.2.tar.bz2 -> yast2-pam-4.0.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-3.1.2/.travis.yml 
new/yast2-pam-4.0.0/.travis.yml
--- old/yast2-pam-3.1.2/.travis.yml     2016-09-22 18:09:14.427837064 +0200
+++ new/yast2-pam-4.0.0/.travis.yml     2018-04-11 10:28:41.000000000 +0200
@@ -1,15 +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/master/travis-tools/travis_setup.sh
-    - sh ./travis_setup.sh -p "rake yast2-devtools" -g "yast-rake yard 
rspec:3.3.0 gettext"
+  - docker build -t yast-pam-image .
 script:
-    - rake check:syntax
-    - rake check:pot
-    - yardoc
-    - rake test:unit
-    - sudo rake install
-
+  # 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-pam-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-3.1.2/.yardopts 
new/yast2-pam-4.0.0/.yardopts
--- old/yast2-pam-3.1.2/.yardopts       2016-09-22 18:09:14.447837064 +0200
+++ new/yast2-pam-4.0.0/.yardopts       2018-04-11 10:28:41.000000000 +0200
@@ -1,6 +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-pam-3.1.2/Dockerfile 
new/yast2-pam-4.0.0/Dockerfile
--- old/yast2-pam-3.1.2/Dockerfile      1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-pam-4.0.0/Dockerfile      2018-04-11 10:28:41.000000000 +0200
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-3.1.2/package/yast2-pam.changes 
new/yast2-pam-4.0.0/package/yast2-pam.changes
--- old/yast2-pam-3.1.2/package/yast2-pam.changes       2016-09-22 
18:09:14.459837064 +0200
+++ new/yast2-pam-4.0.0/package/yast2-pam.changes       2018-04-11 
10:28:41.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Apr  6 18:52:13 UTC 2018 - [email protected]
+
+- bnc#1087957 - version bump
+- 4.0.0
+
+-------------------------------------------------------------------
 Thu Sep 22 16:04:56 UTC 2016 - [email protected]
 
 - Speed up build by not requiring yast2 (bsc#999203).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-3.1.2/package/yast2-pam.spec 
new/yast2-pam-4.0.0/package/yast2-pam.spec
--- old/yast2-pam-3.1.2/package/yast2-pam.spec  2016-09-22 18:09:14.471837064 
+0200
+++ new/yast2-pam-4.0.0/package/yast2-pam.spec  2018-04-11 10:28:41.000000000 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-pam
-Version:        3.1.2
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to