Hello community,

here is the log from the commit of package liblangtag for openSUSE:Factory 
checked in at 2018-06-03 12:29:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblangtag (Old)
 and      /work/SRC/openSUSE:Factory/.liblangtag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblangtag"

Sun Jun  3 12:29:24 2018 rev:13 rq:613023 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblangtag/liblangtag.changes    2016-10-01 
23:51:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liblangtag.new/liblangtag.changes       
2018-06-03 12:29:26.067062411 +0200
@@ -1,0 +2,7 @@
+Wed May 30 10:19:55 UTC 2018 - [email protected]
+
+- Version update to 0.6.2:
+  * use standard function
+  * fix leak in test
+
+-------------------------------------------------------------------

Old:
----
  liblangtag-0.6.1.tar.bz2

New:
----
  liblangtag-0.6.2.tar.bz2

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

Other differences:
------------------
++++++ liblangtag.spec ++++++
--- /var/tmp/diff_new_pack.fYyTNw/_old  2018-06-03 12:29:26.591043228 +0200
+++ /var/tmp/diff_new_pack.fYyTNw/_new  2018-06-03 12:29:26.591043228 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblangtag
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,12 +18,12 @@
 
 %define libname liblangtag1
 Name:           liblangtag
-Version:        0.6.1
+Version:        0.6.2
 Release:        0
 Summary:        An interface library to access tags for identifying languages
-License:        LGPL-3.0+ or MPL-2.0
+License:        LGPL-3.0-or-later OR MPL-2.0
 Group:          Productivity/Publishing/Word
-Url:            http://tagoh.bitbucket.org/liblangtag/
+URL:            https://bitbucket.org/tagoh/liblangtag
 Source0:        
https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
@@ -33,7 +33,6 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk-doc)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 %{name} is an interface library to access tags for identifying
@@ -121,7 +120,7 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
+%license COPYING
 %dir %{_libdir}/%{name}/
 %dir %{_datadir}/%{name}/
 %{_libdir}/*.so.1*
@@ -129,14 +128,11 @@
 %{_datadir}/%{name}/*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}*.pc
 %{_includedir}/%{name}*
 
 %files doc
-%defattr(-,root,root)
-%doc COPYING
 %dir %{_datadir}/gtk-doc/html/
 %{_datadir}/gtk-doc/html/%{name}
 

++++++ liblangtag-0.6.1.tar.bz2 -> liblangtag-0.6.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/Makefile.in 
new/liblangtag-0.6.2/Makefile.in
--- old/liblangtag-0.6.1/Makefile.in    2016-09-21 07:45:36.000000000 +0200
+++ new/liblangtag-0.6.2/Makefile.in    2016-09-30 04:32:39.000000000 +0200
@@ -204,8 +204,8 @@
        $(srcdir)/liblangtag-gobject.pc.in \
        $(srcdir)/liblangtag-uninstalled.pc.in \
        $(srcdir)/liblangtag.pc.in AUTHORS COPYING ChangeLog INSTALL \
-       NEWS README ar-lib compile config.guess config.sub install-sh \
-       ltmain.sh missing
+       NEWS README ar-lib compile config.guess config.sub depcomp \
+       install-sh ltmain.sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/NEWS new/liblangtag-0.6.2/NEWS
--- old/liblangtag-0.6.1/NEWS   2016-09-21 07:43:33.000000000 +0200
+++ new/liblangtag-0.6.2/NEWS   2016-09-30 04:32:00.000000000 +0200
@@ -1,3 +1,12 @@
+0.6.1 -> 0.6.2
+=================
+Akira TAGOH (1):
+      Update libtool version
+
+David Tardon (2):
+      use standard function
+      fix leak in test
+
 0.6.0 -> 0.6.1
 =================
 Akira TAGOH (2):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/configure 
new/liblangtag-0.6.2/configure
--- old/liblangtag-0.6.1/configure      2016-09-21 07:45:35.000000000 +0200
+++ new/liblangtag-0.6.2/configure      2016-09-30 04:32:39.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for liblangtag 0.6.1.
+# Generated by GNU Autoconf 2.69 for liblangtag 0.6.2.
 #
 # Report bugs to <http://github.com/tagoh/liblangtag/issues>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='liblangtag'
 PACKAGE_TARNAME='liblangtag'
-PACKAGE_VERSION='0.6.1'
-PACKAGE_STRING='liblangtag 0.6.1'
+PACKAGE_VERSION='0.6.2'
+PACKAGE_STRING='liblangtag 0.6.2'
 PACKAGE_BUGREPORT='http://github.com/tagoh/liblangtag/issues'
 PACKAGE_URL=''
 
@@ -1409,7 +1409,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures liblangtag 0.6.1 to adapt to many kinds of systems.
+\`configure' configures liblangtag 0.6.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1479,7 +1479,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of liblangtag 0.6.1:";;
+     short | recursive ) echo "Configuration of liblangtag 0.6.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1629,7 +1629,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-liblangtag configure 0.6.1
+liblangtag configure 0.6.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2235,7 +2235,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by liblangtag $as_me 0.6.1, which was
+It was created by liblangtag $as_me 0.6.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3101,7 +3101,7 @@
 
 # Define the identity of the package.
  PACKAGE='liblangtag'
- VERSION='0.6.1'
+ VERSION='0.6.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13870,7 +13870,7 @@
 
 
 LT_CURRENT=5
-LT_REVISION=0
+LT_REVISION=1
 LT_AGE=4
 
 
@@ -17380,7 +17380,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by liblangtag $as_me 0.6.1, which was
+This file was extended by liblangtag $as_me 0.6.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17446,7 +17446,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-liblangtag config.status 0.6.1
+liblangtag config.status 0.6.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/configure.ac 
new/liblangtag-0.6.2/configure.ac
--- old/liblangtag-0.6.1/configure.ac   2016-09-21 07:43:33.000000000 +0200
+++ new/liblangtag-0.6.2/configure.ac   2016-09-30 04:32:00.000000000 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.62)
-AC_INIT([liblangtag], 0.6.1, [http://github.com/tagoh/liblangtag/issues])
+AC_INIT([liblangtag], 0.6.2, [http://github.com/tagoh/liblangtag/issues])
 
 . `dirname $0`/requires
 
@@ -53,7 +53,7 @@
 
 dnl for liblangtag.la
 LT_CURRENT=5
-LT_REVISION=0
+LT_REVISION=1
 LT_AGE=4
 
 AC_SUBST(LT_CURRENT)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/docs/html/index.html 
new/liblangtag-0.6.2/docs/html/index.html
--- old/liblangtag-0.6.1/docs/html/index.html   2016-09-21 07:45:51.000000000 
+0200
+++ new/liblangtag-0.6.2/docs/html/index.html   2016-09-30 04:32:53.000000000 
+0200
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">liblangtag 
Documentation</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for liblangtag 0.6.1
+      for liblangtag 0.6.2
 .
 
     </p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/docs/version.xml 
new/liblangtag-0.6.2/docs/version.xml
--- old/liblangtag-0.6.1/docs/version.xml       2016-09-21 07:45:44.000000000 
+0200
+++ new/liblangtag-0.6.2/docs/version.xml       2016-09-30 04:32:42.000000000 
+0200
@@ -1 +1 @@
-0.6.1
+0.6.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/liblangtag/lt-stdint.h 
new/liblangtag-0.6.2/liblangtag/lt-stdint.h
--- old/liblangtag-0.6.1/liblangtag/lt-stdint.h 2016-09-21 07:44:12.000000000 
+0200
+++ new/liblangtag-0.6.2/liblangtag/lt-stdint.h 2016-09-30 04:32:42.000000000 
+0200
@@ -1,8 +1,8 @@
 #ifndef _LIBLANGTAG_LIBLANGTAG_LT_STDINT_H
 #define _LIBLANGTAG_LIBLANGTAG_LT_STDINT_H 1
 #ifndef _GENERATED_STDINT_H
-#define _GENERATED_STDINT_H "liblangtag 0.6.1"
-/* generated using gnu compiler gcc (GCC) 6.1.1 20160621 (Red Hat 6.1.1-3) */
+#define _GENERATED_STDINT_H "liblangtag 0.6.2"
+/* generated using gnu compiler gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2) */
 #define _STDINT_HAVE_STDINT_H 1
 #include <stdint.h>
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/liblangtag/lt-xml.c 
new/liblangtag-0.6.2/liblangtag/lt-xml.c
--- old/liblangtag-0.6.1/liblangtag/lt-xml.c    2016-05-06 13:15:55.000000000 
+0200
+++ new/liblangtag-0.6.2/liblangtag/lt-xml.c    2016-09-30 04:27:13.000000000 
+0200
@@ -16,9 +16,6 @@
 
 #include <stddef.h>
 #include <string.h>
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
 #include <sys/stat.h>
 #include <libxml/parser.h>
 #include <libxml/xpath.h>
@@ -409,7 +406,7 @@
                        xmlDocPtr *d = &pref[idx - 1], doc = NULL;
 
                        do {
-                               p = index(pp, ':');
+                               p = strchr(pp, ':');
                                if (p)
                                        s = lt_strndup(pp, p - pp);
                                else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/liblangtag-gobject-uninstalled.pc 
new/liblangtag-0.6.2/liblangtag-gobject-uninstalled.pc
--- old/liblangtag-0.6.1/liblangtag-gobject-uninstalled.pc      2016-09-21 
07:45:44.000000000 +0200
+++ new/liblangtag-0.6.2/liblangtag-gobject-uninstalled.pc      2016-09-30 
04:32:42.000000000 +0200
@@ -1,6 +1,6 @@
 Name: liblangtag-gobject Uninstalled
 Description: GObject based interface to access tags for identifying languages
-Version: 0.6.1
+Version: 0.6.2
 Requires: gobject-2.0 liblangtag
 Libs: ${pcfiledir}/liblangtag-gobject/liblangtag-gobject.la
 Cflags: -I${pcfiledir} -I${pcfiledir}/..
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/liblangtag-gobject.pc 
new/liblangtag-0.6.2/liblangtag-gobject.pc
--- old/liblangtag-0.6.1/liblangtag-gobject.pc  2016-09-21 07:45:44.000000000 
+0200
+++ new/liblangtag-0.6.2/liblangtag-gobject.pc  2016-09-30 04:32:42.000000000 
+0200
@@ -5,6 +5,6 @@
 
 Name: liblangtag-gobject
 Description: GObject based interface to access tags for identifying languages
-Version: 0.6.1
+Version: 0.6.2
 Requires: gobject-2.0 liblangtag
 Libs: -L${libdir} -llangtag-gobject
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/liblangtag-uninstalled.pc 
new/liblangtag-0.6.2/liblangtag-uninstalled.pc
--- old/liblangtag-0.6.1/liblangtag-uninstalled.pc      2016-09-21 
07:45:44.000000000 +0200
+++ new/liblangtag-0.6.2/liblangtag-uninstalled.pc      2016-09-30 
04:32:42.000000000 +0200
@@ -1,6 +1,6 @@
 Name: liblangtag Uninstalled
 Description: Interface to access tags for identifying languages
-Version: 0.6.1
+Version: 0.6.2
 Requires: glib-2.0
 Libs: ${pcfiledir}/liblangtag/liblangtag.la
 Cflags: -I${pcfiledir} -I${pcfiledir}/..
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/liblangtag.pc 
new/liblangtag-0.6.2/liblangtag.pc
--- old/liblangtag-0.6.1/liblangtag.pc  2016-09-21 07:45:44.000000000 +0200
+++ new/liblangtag-0.6.2/liblangtag.pc  2016-09-30 04:32:42.000000000 +0200
@@ -5,6 +5,6 @@
 
 Name: liblangtag
 Description: Interface to access tags for identifying languages
-Version: 0.6.1
+Version: 0.6.2
 Requires: libxml-2.0
 Libs: -L${libdir} -llangtag
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblangtag-0.6.1/tests/check-tag.c 
new/liblangtag-0.6.2/tests/check-tag.c
--- old/liblangtag-0.6.1/tests/check-tag.c      2016-09-21 07:41:16.000000000 
+0200
+++ new/liblangtag-0.6.2/tests/check-tag.c      2016-09-30 04:27:13.000000000 
+0200
@@ -229,6 +229,8 @@
        fail_unless(s != NULL, "Unable to be canonicalize.");
        fail_unless(lt_strcmp0(s, "sgn-bzs") == 0, "Unexpected result to be 
canonicalized.");
        free(s);
+
+       lt_tag_unref(t1);
 } TEND
 
 TDEF (lt_tag_match) {


Reply via email to