Hello community, here is the log from the commit of package update-checker for openSUSE:Factory checked in at 2018-10-02 19:48:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/update-checker (Old) and /work/SRC/openSUSE:Factory/.update-checker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "update-checker" Tue Oct 2 19:48:14 2018 rev:2 rq:639408 version:1.0+git20181001.0248077 Changes: -------- --- /work/SRC/openSUSE:Factory/update-checker/update-checker.changes 2018-09-26 16:16:27.150985781 +0200 +++ /work/SRC/openSUSE:Factory/.update-checker.new/update-checker.changes 2018-10-02 19:49:08.361723993 +0200 @@ -1,0 +2,6 @@ +Mon Oct 01 14:03:54 UTC 2018 - [email protected] + +- Update to version 1.0+git20181001.0248077: + * fix variable name + +------------------------------------------------------------------- Old: ---- update-checker-1.0+git20180925.fe4e47c.tar.xz New: ---- update-checker-1.0+git20181001.0248077.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ update-checker.spec ++++++ --- /var/tmp/diff_new_pack.Svj147/_old 2018-10-02 19:49:09.269723047 +0200 +++ /var/tmp/diff_new_pack.Svj147/_new 2018-10-02 19:49:09.269723047 +0200 @@ -1,5 +1,5 @@ # -# spec file for package caasp-tools +# spec file for package update-checker # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: update-checker -Version: 1.0+git20180925.fe4e47c +Version: 1.0+git20181001.0248077 Release: 0 Summary: Scripts to check for new updates and migration targets License: GPL-2.0-or-later @@ -26,9 +26,9 @@ Source: update-checker-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake +BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook_4 BuildRequires: libxslt-tools -BuildRequires: docbook-xsl-stylesheets BuildRequires: python BuildRequires: python2-lxml Requires: perl-XML-Twig ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Svj147/_old 2018-10-02 19:49:09.313723001 +0200 +++ /var/tmp/diff_new_pack.Svj147/_new 2018-10-02 19:49:09.313723001 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/thkukuk/update-checker.git</param> - <param name="changesrevision">fe4e47c0f33fcc25f7b82d640b7da0717f300022</param> + <param name="changesrevision">9044068a5dec57b5c893df2753eb78ba96ce138c</param> </service> </servicedata> \ No newline at end of file ++++++ update-checker-1.0+git20180925.fe4e47c.tar.xz -> update-checker-1.0+git20181001.0248077.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/update-checker-1.0+git20180925.fe4e47c/sbin/update-checker-migration new/update-checker-1.0+git20181001.0248077/sbin/update-checker-migration --- old/update-checker-1.0+git20180925.fe4e47c/sbin/update-checker-migration 2018-09-25 17:00:03.000000000 +0200 +++ new/update-checker-1.0+git20181001.0248077/sbin/update-checker-migration 2018-10-01 16:00:19.000000000 +0200 @@ -40,7 +40,7 @@ available_found = 0; mirrored_found = 0; newversion_found = 0; - url_found = 0; + notes_found = 0; modified = 0; Tempfile.open(".#{File.basename(filename)}", File.dirname(filename)) do |tempfile|
