Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmlbird for openSUSE:Factory checked 
in at 2022-09-27 20:13:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmlbird (Old)
 and      /work/SRC/openSUSE:Factory/.xmlbird.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmlbird"

Tue Sep 27 20:13:47 2022 rev:3 rq:1006324 version:1.2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmlbird/xmlbird.changes  2020-08-29 
20:34:25.369265079 +0200
+++ /work/SRC/openSUSE:Factory/.xmlbird.new.2275/xmlbird.changes        
2022-09-27 20:13:51.425817278 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 09:25:25 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 1.2.12:
+  * no upstream changelog available 
+
+-------------------------------------------------------------------

Old:
----
  xmlbird-1.2.11.tar.gz

New:
----
  xmlbird-1.2.12.tar.gz

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

Other differences:
------------------
++++++ xmlbird.spec ++++++
--- /var/tmp/diff_new_pack.gHPA67/_old  2022-09-27 20:13:51.945818425 +0200
+++ /var/tmp/diff_new_pack.gHPA67/_new  2022-09-27 20:13:51.949818433 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlbird
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define soname libxmlbird
 %define sover 1
 Name:           xmlbird
-Version:        1.2.11
+Version:        1.2.12
 Release:        0
 Summary:        XML parser
 License:        LGPL-3.0-or-later

++++++ xmlbird-1.2.11.tar.gz -> xmlbird-1.2.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlbird-1.2.11/README.md new/xmlbird-1.2.12/README.md
--- old/xmlbird-1.2.11/README.md        2019-11-30 21:39:01.000000000 +0100
+++ new/xmlbird-1.2.12/README.md        2020-09-19 23:18:02.000000000 +0200
@@ -8,9 +8,6 @@
     License: LGPL v3
     Webpage: https://birdfont.org/xmlbird.php
 
-[![Build 
Status](https://travis-ci.org/johanmattssonm/xmlbird.svg?branch=master)]
-(https://travis-ci.org/johanmattssonm/xmlbird)
-
 ## Building from Source
 
 Install valac and Glib first.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlbird-1.2.11/configure new/xmlbird-1.2.12/configure
--- old/xmlbird-1.2.11/configure        2019-11-30 21:39:01.000000000 +0100
+++ new/xmlbird-1.2.12/configure        2020-09-19 23:18:02.000000000 +0200
@@ -50,6 +50,22 @@
                print (FAIL + "valac is too old." + ENDC)
                exit (1)
 
+def is_debian():
+  try:
+       version = platform.version()
+       print("OS Version: " + version)
+       
+       if version.find("Ubuntu") > -1:
+               return True
+
+       if version.find("Debian") > -1:
+               return True
+               
+  except:
+    return False
+    
+  return False
+  
 parser = OptionParser()
 parser.add_option('-p', '--prefix', dest='prefix', help='Install prefix', 
metavar='PREFIX')
 parser.add_option('-l', '--libdir', dest='libdir', help='path to directory for 
shared libraries (lib or lib64).', metavar='LIBDIR')
@@ -101,7 +117,7 @@
 if not options.libdir:
        if sys.platform == 'darwin':
                options.libdir = '/lib'
-       elif platform.dist()[0] == 'Ubuntu' or platform.dist()[0] == 'Debian':
+       elif is_debian():
                process = subprocess.Popen(['dpkg-architecture', 
'-qDEB_HOST_MULTIARCH'], stdout=subprocess.PIPE)
                out, err = process.communicate()
                options.libdir = 'lib/' + out.decode('UTF-8').rstrip('\n')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlbird-1.2.11/scripts/version.py 
new/xmlbird-1.2.12/scripts/version.py
--- old/xmlbird-1.2.11/scripts/version.py       2019-11-30 21:39:01.000000000 
+0100
+++ new/xmlbird-1.2.12/scripts/version.py       2020-09-19 23:18:02.000000000 
+0200
@@ -13,7 +13,7 @@
 Lesser General Public License for more details.
 """
 
-XMLBIRD_VERSION = '1.2.11'
+XMLBIRD_VERSION = '1.2.12'
 LIBXMLBIRD_SO_VERSION_MAJOR = '1'
 LIBXMLBIRD_SO_VERSION_MINOR = '0'
 LIBXMLBIRD_SO_VERSION = LIBXMLBIRD_SO_VERSION_MAJOR;

Reply via email to