commit yast2-devtools for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-devtools for openSUSE:Factory checked in at 2019-04-30 12:56:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old) and /work/SRC/openSUSE:Factory/.yast2-devtools.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-devtools" Tue Apr 30 12:56:34 2019 rev:97 rq:697896 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes 2018-12-31 09:40:12.958519784 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-devtools.new.5536/yast2-devtools.changes 2019-04-30 12:56:37.466202174 +0200 @@ -1,0 +2,6 @@ +Thu Apr 25 15:56:13 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org> + +- Check if directory exists before updating desktop files (boo#1133433) +- 4.2.0 + +------------------------------------------------------------------- Old: ---- yast2-devtools-4.1.2.tar.bz2 New: ---- yast2-devtools-4.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-devtools.spec ++++++ --- /var/tmp/diff_new_pack.SM7D9o/_old 2019-04-30 12:56:37.998201843 +0200 +++ /var/tmp/diff_new_pack.SM7D9o/_new 2019-04-30 12:56:38.002201840 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-devtools # -# 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-devtools -Version: 4.1.2 +Version: 4.2.0 Release: 0 Url: http://github.com/yast/yast-devtools ++++++ yast2-devtools-4.1.2.tar.bz2 -> yast2-devtools-4.2.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-4.1.2/Dockerfile new/yast2-devtools-4.2.0/Dockerfile --- old/yast2-devtools-4.1.2/Dockerfile 2018-11-28 10:21:25.000000000 +0100 +++ new/yast2-devtools-4.2.0/Dockerfile 2019-04-25 18:03:32.000000000 +0200 @@ -1,3 +1,3 @@ -FROM yastdevel/cpp +FROM registry.opensuse.org/yast/head/containers/yast-cpp:latest COPY . /usr/src/app diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-4.1.2/build-tools/rpm/macros.yast new/yast2-devtools-4.2.0/build-tools/rpm/macros.yast --- old/yast2-devtools-4.1.2/build-tools/rpm/macros.yast 2018-11-28 10:21:25.000000000 +0100 +++ new/yast2-devtools-4.2.0/build-tools/rpm/macros.yast 2019-04-25 18:03:32.000000000 +0200 @@ -135,4 +135,6 @@ echo "Cannot install the package, no configure.{ac|in}.in or Rakefile found" 1>&2 \ exit 1 \ fi \ - %yast_desktop_files \ + if [ -d "%{buildroot}/%{yast_desktopdir}"]; then \ + %yast_desktop_files \ + fi \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-4.1.2/package/yast2-devtools.changes new/yast2-devtools-4.2.0/package/yast2-devtools.changes --- old/yast2-devtools-4.1.2/package/yast2-devtools.changes 2018-11-28 10:21:25.000000000 +0100 +++ new/yast2-devtools-4.2.0/package/yast2-devtools.changes 2019-04-25 18:03:32.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Apr 25 15:56:13 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org> + +- Check if directory exists before updating desktop files (boo#1133433) +- 4.2.0 + +------------------------------------------------------------------- Wed Nov 28 09:04:45 UTC 2018 - lslezak@suse.cz - Fix up for the icondir path expansion (boo#1109310) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-4.1.2/package/yast2-devtools.spec new/yast2-devtools-4.2.0/package/yast2-devtools.spec --- old/yast2-devtools-4.1.2/package/yast2-devtools.spec 2018-11-28 10:21:25.000000000 +0100 +++ new/yast2-devtools-4.2.0/package/yast2-devtools.spec 2019-04-25 18:03:32.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-devtools -Version: 4.1.2 +Version: 4.2.0 Release: 0 Url: http://github.com/yast/yast-devtools
participants (1)
-
root