Hello community, here is the log from the commit of package yast2-ldap for openSUSE:Factory checked in at 2018-04-26 13:25:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ldap (Old) and /work/SRC/openSUSE:Factory/.yast2-ldap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ldap" Thu Apr 26 13:25:00 2018 rev:45 rq:594802 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ldap/yast2-ldap.changes 2016-09-27 13:42:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-ldap.new/yast2-ldap.changes 2018-04-26 13:25:02.308638467 +0200 @@ -1,0 +2,6 @@ +Fri Apr 6 18:51:53 UTC 2018 - [email protected] + +- bnc#1087957 - version bump +- 4.0.0 + +------------------------------------------------------------------- Old: ---- yast2-ldap-3.1.14.tar.bz2 New: ---- yast2-ldap-4.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ldap.spec ++++++ --- /var/tmp/diff_new_pack.eFNyhr/_old 2018-04-26 13:25:02.840618989 +0200 +++ /var/tmp/diff_new_pack.eFNyhr/_new 2018-04-26 13:25:02.840618989 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-ldap # -# 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-ldap -Version: 3.1.14 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-ldap-3.1.14.tar.bz2 -> yast2-ldap-4.0.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.14/.travis.yml new/yast2-ldap-4.0.0/.travis.yml --- old/yast2-ldap-3.1.14/.travis.yml 2016-09-21 09:33:21.226902544 +0200 +++ new/yast2-ldap-4.0.0/.travis.yml 2018-04-09 11:07:02.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/master/travis-tools/travis_setup.sh - - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 yast2-core-dev ldapcpplib-dev doxygen" -g "yast-rake gettext" + - docker build -t yast-ldap-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-ldap-image yast-travis-cpp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.14/Dockerfile new/yast2-ldap-4.0.0/Dockerfile --- old/yast2-ldap-3.1.14/Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-ldap-4.0.0/Dockerfile 2018-04-09 11:07:02.000000000 +0200 @@ -0,0 +1,5 @@ +FROM yastdevel/cpp +RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \ + libldapcpp-devel +COPY . /usr/src/app + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.14/package/yast2-ldap.changes new/yast2-ldap-4.0.0/package/yast2-ldap.changes --- old/yast2-ldap-3.1.14/package/yast2-ldap.changes 2016-09-21 09:33:21.286902544 +0200 +++ new/yast2-ldap-4.0.0/package/yast2-ldap.changes 2018-04-09 11:07:02.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Apr 6 18:51:53 UTC 2018 - [email protected] + +- bnc#1087957 - version bump +- 4.0.0 + +------------------------------------------------------------------- Tue Sep 20 15:05:49 UTC 2016 - [email protected] - disable doc generation (FATE#320356) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ldap-3.1.14/package/yast2-ldap.spec new/yast2-ldap-4.0.0/package/yast2-ldap.spec --- old/yast2-ldap-3.1.14/package/yast2-ldap.spec 2016-09-21 09:33:21.286902544 +0200 +++ new/yast2-ldap-4.0.0/package/yast2-ldap.spec 2018-04-09 11:07:02.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-ldap -Version: 3.1.14 +Version: 4.0.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build
