Hello community, here is the log from the commit of package update-checker for openSUSE:Factory checked in at 2020-05-01 11:16:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/update-checker (Old) and /work/SRC/openSUSE:Factory/.update-checker.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "update-checker" Fri May 1 11:16:29 2020 rev:9 rq:799333 version:1.1+git20200430.2de8b55 Changes: -------- --- /work/SRC/openSUSE:Factory/update-checker/update-checker.changes 2019-06-07 12:16:39.308823088 +0200 +++ /work/SRC/openSUSE:Factory/.update-checker.new.2738/update-checker.changes 2020-05-01 11:16:42.272284743 +0200 @@ -1,0 +2,8 @@ +Thu Apr 30 13:31:39 UTC 2020 - [email protected] + +- Update to version 1.1+git20200430.2de8b55: + * Version 1.1: systemd paths and EXTRA_DIST fixes +- Cleanup specfile, don't differentiate between openSUSE and SLE +- Drop update-checker.conf-CaaSP.patch + +------------------------------------------------------------------- Old: ---- update-checker-1.0+git20181210.70430e2.tar.xz update-checker.conf-CaaSP.patch New: ---- update-checker-1.1+git20200430.2de8b55.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ update-checker.spec ++++++ --- /var/tmp/diff_new_pack.TJIaeW/_old 2020-05-01 11:16:43.400287197 +0200 +++ /var/tmp/diff_new_pack.TJIaeW/_new 2020-05-01 11:16:43.404287205 +0200 @@ -1,7 +1,7 @@ # # spec file for package update-checker # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,20 @@ # -%if 0%{?is_opensuse} -%define service_list update-checker.service update-checker.timer -%else %define service_list update-checker-migration.service update-checker.service update-checker-migration.timer update-checker.timer -%endif %define rb_build_versions %{rb_default_ruby} %define rb_build_abi %{rb_default_ruby_abi} %define rb_suffix %{rb_default_ruby_suffix} Name: update-checker -Version: 1.0+git20181210.70430e2 +Version: 1.1+git20200430.2de8b55 Release: 0 Summary: Scripts to check for new updates and migration targets License: GPL-2.0-or-later Group: Development/Tools/Other -Url: https://github.com/thkukuk/update-checker +URL: https://github.com/thkukuk/update-checker Source: update-checker-%{version}.tar.xz -Patch: update-checker.conf-CaaSP.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: docbook-xsl-stylesheets @@ -42,14 +37,10 @@ BuildRequires: libxslt-tools BuildRequires: python3 BuildRequires: python3-lxml -Requires: perl-Config-IniFiles -Requires: perl-XML-Twig -# for system service macros -PreReq: coreutils -%if !0%{?is_opensuse} Requires: %{rubygem inifile >= 3.0.0} Requires: %{rubygem suse-connect >= 0.3.11} -%endif +Requires: perl-Config-IniFiles +Requires: perl-XML-Twig BuildArch: noarch %description @@ -59,9 +50,6 @@ %prep %setup -q -%if 0%{?is_susecaasp} -%patch -p0 -%endif %build ./autogen.sh @@ -70,11 +58,6 @@ %install %make_install -%if 0%{?is_opensuse} -rm %{buildroot}/usr/lib/systemd/system/update-checker-migration.* -rm %{buildroot}/usr/sbin/update-checker-migration -rm %{buildroot}/usr/share/man/man8/update-checker-migration.* -%endif %pre %service_add_pre %{service_list} @@ -93,9 +76,7 @@ %config /etc/update-checker.conf %{_unitdir} %{_sbindir}/update-checker -%if !0%{?is_opensuse} %{_sbindir}/update-checker-migration -%endif %{_mandir}/man5/* %{_mandir}/man8/* ++++++ _service ++++++ --- /var/tmp/diff_new_pack.TJIaeW/_old 2020-05-01 11:16:43.432287266 +0200 +++ /var/tmp/diff_new_pack.TJIaeW/_new 2020-05-01 11:16:43.432287266 +0200 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="version">1.0</param> - <param name="versionformat">1.0+git%cd.%h</param> + <param name="version">1.1</param> + <param name="versionformat">1.1+git%cd.%h</param> <param name="url">git://github.com/thkukuk/update-checker.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.TJIaeW/_old 2020-05-01 11:16:43.448287301 +0200 +++ /var/tmp/diff_new_pack.TJIaeW/_new 2020-05-01 11:16:43.448287301 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/thkukuk/update-checker.git</param> - <param name="changesrevision">70430e23086735e8b0cf0623db882d2954cb0a0a</param> + <param name="changesrevision">2de8b5574e154148a3f25676ed0cdddfc04af39b</param> </service> </servicedata> \ No newline at end of file ++++++ update-checker-1.0+git20181210.70430e2.tar.xz -> update-checker-1.1+git20200430.2de8b55.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/update-checker-1.0+git20181210.70430e2/Makefile.am new/update-checker-1.1+git20200430.2de8b55/Makefile.am --- old/update-checker-1.0+git20181210.70430e2/Makefile.am 2018-12-10 10:44:00.000000000 +0100 +++ new/update-checker-1.1+git20200430.2de8b55/Makefile.am 2020-04-30 15:31:10.000000000 +0200 @@ -11,6 +11,6 @@ M4_FILES = m4/jh_path_xml_catalog.m4 -EXTRA_DIST = ChangeLog $(M4_FILES) +EXTRA_DIST = NEWS $(M4_FILES) ACLOCAL_AMFLAGS = -I m4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/update-checker-1.0+git20181210.70430e2/configure.ac new/update-checker-1.1+git20200430.2de8b55/configure.ac --- old/update-checker-1.0+git20181210.70430e2/configure.ac 2018-12-10 10:44:00.000000000 +0100 +++ new/update-checker-1.1+git20200430.2de8b55/configure.ac 2020-04-30 15:31:10.000000000 +0200 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(update-checker, 1.0) +AC_INIT(update-checker, 1.1) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([sbin/update-checker]) AC_PREFIX_DEFAULT(/usr) @@ -7,24 +7,15 @@ AC_SUBST(PACKAGE) AC_SUBST(VERSION) -if test ${libexecdir} = '${exec_prefix}/libexec' +if test "${exec_prefix}" = "NONE" then - libexecdir='${exec_prefix}/lib' - if test "${exec_prefix}" = "NONE" - then - TMPFILESDIR=${prefix}/lib/tmpfiles.d - SYSTEMDDIR=${prefix}/lib/systemd/system - else - TMPFILESDIR=${exec_prefix}/lib/tmpfiles.d - SYSTEMDDIR=${exec_prefix}/lib/systemd/system - fi + TMPFILESDIR=${prefix}/lib/tmpfiles.d + SYSTEMDDIR=${prefix}/lib/systemd/system else - TMPFILESDIR=${libexecdir}/tmpfiles.d - SYSTEMDDIR=${libexecdir}/systemd/system + TMPFILESDIR=${exec_prefix}/lib/tmpfiles.d + SYSTEMDDIR=${exec_prefix}/lib/systemd/system fi AC_SUBST(TMPFILESDIR) -AC_SUBST(ISSUEDIR) -AC_SUBST(UDEVRULESDIR) AC_SUBST(SYSTEMDDIR) AC_PROG_INSTALL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/update-checker-1.0+git20181210.70430e2/man/Makefile.am new/update-checker-1.1+git20200430.2de8b55/man/Makefile.am --- old/update-checker-1.0+git20181210.70430e2/man/Makefile.am 2018-12-10 10:44:00.000000000 +0100 +++ new/update-checker-1.1+git20200430.2de8b55/man/Makefile.am 2020-04-30 15:31:10.000000000 +0200 @@ -6,7 +6,7 @@ CLEANFILES = $(MANS) $(DATA) update-checker.index.xml xml_helper.pyc -EXTRA_DIST = $(MANS) $(XMLS) $(DATA) custom-html.xsl \ +EXTRA_DIST = $(MANS) $(XMLS) $(DATA) custom-html.xsl custom-man.xsl \ make-man-index.py xml_helper.py update-checker.index.xml man_MANS = update-checker-migration.8 update-checker.conf.5 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/update-checker-1.0+git20181210.70430e2/sbin/Makefile.am new/update-checker-1.1+git20200430.2de8b55/sbin/Makefile.am --- old/update-checker-1.0+git20181210.70430e2/sbin/Makefile.am 2018-12-10 10:44:00.000000000 +0100 +++ new/update-checker-1.1+git20200430.2de8b55/sbin/Makefile.am 2020-04-30 15:31:10.000000000 +0200 @@ -3,3 +3,5 @@ # sbin_SCRIPTS = update-checker update-checker-migration + +EXTRA_DIST = $(SCRIPTS)
