Hello community,

here is the log from the commit of package update-checker for openSUSE:Factory 
checked in at 2018-10-04 19:03:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/update-checker (Old)
 and      /work/SRC/openSUSE:Factory/.update-checker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "update-checker"

Thu Oct  4 19:03:21 2018 rev:3 rq:639953 version:1.0+git20181004.228275e

Changes:
--------
--- /work/SRC/openSUSE:Factory/update-checker/update-checker.changes    
2018-10-02 19:49:08.361723993 +0200
+++ /work/SRC/openSUSE:Factory/.update-checker.new/update-checker.changes       
2018-10-04 19:03:21.903085270 +0200
@@ -1,0 +2,17 @@
+Thu Oct  4 10:23:42 CEST 2018 - ku...@suse.de
+
+- Install update-checker-migration only on SLE.
+
+-------------------------------------------------------------------
+Thu Oct 04 08:06:09 UTC 2018 - ku...@suse.de
+
+- Update to version 1.0+git20181004.228275e:
+  * Use "C" locale for sorting.
+  * Use python3 to build html pages
+
+-------------------------------------------------------------------
+Tue Oct  2 16:23:14 CEST 2018 - ku...@suse.de
+
+- Add requires to perl-Config-IniFiles and SUSEConnect library
+
+-------------------------------------------------------------------

Old:
----
  update-checker-1.0+git20181001.0248077.tar.xz

New:
----
  update-checker-1.0+git20181004.228275e.tar.xz

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

Other differences:
------------------
++++++ update-checker.spec ++++++
--- /var/tmp/diff_new_pack.Sp5QrS/_old  2018-10-04 19:03:22.259084895 +0200
+++ /var/tmp/diff_new_pack.Sp5QrS/_new  2018-10-04 19:03:22.259084895 +0200
@@ -16,8 +16,14 @@
 #
 
 
+%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
+
 Name:           update-checker
-Version:        1.0+git20181001.0248077
+Version:        1.0+git20181004.228275e
 Release:        0
 Summary:        Scripts to check for new updates and migration targets
 License:        GPL-2.0-or-later
@@ -29,9 +35,13 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
 BuildRequires:  libxslt-tools
-BuildRequires:  python
-BuildRequires:  python2-lxml
+BuildRequires:  python3
+BuildRequires:  python3-lxml
+Requires:       perl-Config-IniFiles
 Requires:       perl-XML-Twig
+%if !0%{?is_opensuse}
+Requires:       rubygem(suse-connect) >= 0.3.11
+%endif
 BuildArch:      noarch
 
 %description
@@ -49,25 +59,32 @@
 
 %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 update-checker-migration.service update-checker.service 
update-checker-migration.timer update-checker.timer
+%service_add_pre %{service_list}
 
 %post
-%service_add_post update-checker-migration.service update-checker.service 
update-checker-migration.timer update-checker.timer
+%service_add_post %{service_list}
 
 %preun
-%service_del_preun update-checker-migration.service update-checker.service 
update-checker-migration.timer update-checker.timer
+%service_del_preun %{service_list}
 
 %postun
-%service_del_postun update-checker-migration.service update-checker.service 
update-checker-migration.timer update-checker.timer
+%service_del_postun %{service_list}
 
 %files
 %license COPYING
 %config /etc/update-checker.conf
 %{_unitdir}
 %{_sbindir}/update-checker
+%if !0%{?is_opensuse}
 %{_sbindir}/update-checker-migration
+%endif
 %{_mandir}/man5/*
 %{_mandir}/man8/*
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Sp5QrS/_old  2018-10-04 19:03:22.295084856 +0200
+++ /var/tmp/diff_new_pack.Sp5QrS/_new  2018-10-04 19:03:22.295084856 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/thkukuk/update-checker.git</param>
-    <param 
name="changesrevision">9044068a5dec57b5c893df2753eb78ba96ce138c</param>
+    <param 
name="changesrevision">228275efeaaec54bba29cf784a356749f1e314f8</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ update-checker-1.0+git20181001.0248077.tar.xz -> 
update-checker-1.0+git20181004.228275e.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/update-checker-1.0+git20181001.0248077/man/Makefile.am 
new/update-checker-1.0+git20181004.228275e/man/Makefile.am
--- old/update-checker-1.0+git20181001.0248077/man/Makefile.am  2018-10-01 
16:00:19.000000000 +0200
+++ new/update-checker-1.0+git20181004.228275e/man/Makefile.am  2018-10-04 
10:04:07.000000000 +0200
@@ -48,7 +48,7 @@
 endef
 
 update-checker.index.xml: make-man-index.py $(XMLS)
-       python $(srcdir)/make-man-index.py $(srcdir)/$@ $(XMLS)
+       python3 $(srcdir)/make-man-index.py $(srcdir)/$@ $(XMLS)
 
 update-checker.index.html: update-checker.index.xml custom-html.xsl
        $(XSLTPROC) -o $(srcdir)/$@ --path $(srcdir) $(XSLTPROC_FLAGS_HTML) $<
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/update-checker-1.0+git20181001.0248077/sbin/update-checker 
new/update-checker-1.0+git20181004.228275e/sbin/update-checker
--- old/update-checker-1.0+git20181001.0248077/sbin/update-checker      
2018-10-01 16:00:19.000000000 +0200
+++ new/update-checker-1.0+git20181004.228275e/sbin/update-checker      
2018-10-04 10:04:07.000000000 +0200
@@ -46,6 +46,10 @@
 use Pod::Usage;
 use XML::Twig;
 use Config::IniFiles;
+use POSIX qw(locale_h);
+use locale;
+
+setlocale(LC_ALL, "C");
 
 #
 # process command line arguments


Reply via email to