Hello community,

here is the log from the commit of package liblangtag for openSUSE:Factory 
checked in at 2016-10-01 23:51:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblangtag (Old)
 and      /work/SRC/openSUSE:Factory/.liblangtag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblangtag"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblangtag/liblangtag.changes    2015-12-23 
09:56:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liblangtag.new/liblangtag.changes       
2016-10-01 23:51:06.000000000 +0200
@@ -1,0 +2,22 @@
+Mon Sep 26 10:25:07 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.6.1:
+  * Initialize databases just once.
+  * Support BCP47-like locale representation
+  * Use deprecation macros
+  * Add a lookup table to catch up a script/language from language/script
+  * Update to add more files into .gitignore
+  * Fix the behavior on lt_tag_transform() according to tr#35
+  * Fix a segfault if no territory or script is given to 
lt_tag_convert_from_locale_string()
+  * Add missing header file
+  * Add lt_db_set_val() to change the place of database
+  * Fix memory leaks
+  * missing gobject function for lt_relation_db thing
+  * Support the language alias for the canonicalization
+  * Fix lt_trie_keys() not working
+  * Fix OOM handling
+  * Improve the bootup time
+  * Add docs
+  * Update the library versioning
+
+-------------------------------------------------------------------

Old:
----
  liblangtag-0.5.8.tar.bz2

New:
----
  liblangtag-0.6.1.tar.bz2

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

Other differences:
------------------
++++++ liblangtag.spec ++++++
--- /var/tmp/diff_new_pack.PA2vPO/_old  2016-10-01 23:51:07.000000000 +0200
+++ /var/tmp/diff_new_pack.PA2vPO/_new  2016-10-01 23:51:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblangtag
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,21 +18,21 @@
 
 %define libname liblangtag1
 Name:           liblangtag
-Version:        0.5.8
+Version:        0.6.1
 Release:        0
 Summary:        An interface library to access tags for identifying languages
 License:        LGPL-3.0+ or MPL-2.0
 Group:          Productivity/Publishing/Word
 Url:            http://tagoh.bitbucket.org/liblangtag/
 Source0:        
https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
-BuildRequires:  check
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
-BuildRequires:  glib2-devel
-BuildRequires:  gtk-doc
 BuildRequires:  libtool
-BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(check)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk-doc)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -81,7 +81,7 @@
 Summary:        Files for Developing with %{name}
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
-Requires:       glib2-devel
+Requires:       pkgconfig(glib-2.0)
 
 %description devel
 %{name} is an interface library to access tags for identifying
@@ -92,9 +92,7 @@
 %package doc
 Summary:        Documentation of %{name} API
 Group:          Documentation/HTML
-%if 0%{?suse_version} > 1200
 BuildArch:      noarch
-%endif
 
 %description doc
 The %{name}-doc package contains documentation files for %{name}.
@@ -104,11 +102,12 @@
 
 %build
 %configure \
+       --disable-silent-rules \
        --disable-static \
        --enable-test \
        --disable-introspection \
        --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -119,7 +118,6 @@
 make %{?_smp_mflags} check
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}

++++++ liblangtag-0.5.8.tar.bz2 -> liblangtag-0.6.1.tar.bz2 ++++++
++++ 42480 lines of diff (skipped)


Reply via email to