Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liblangtag for openSUSE:Factory 
checked in at 2023-08-03 17:27:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblangtag (Old)
 and      /work/SRC/openSUSE:Factory/.liblangtag.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblangtag"

Thu Aug  3 17:27:20 2023 rev:16 rq:1101927 version:0.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblangtag/liblangtag.changes    2021-06-01 
10:34:15.332485526 +0200
+++ /work/SRC/openSUSE:Factory/.liblangtag.new.22712/liblangtag.changes 
2023-08-03 17:27:24.218899341 +0200
@@ -1,0 +2,11 @@
+Wed Aug  2 07:50:07 UTC 2023 - Valentin Lefebvre <[email protected]>
+
+- Fix check-tag test failled
+  [0001-ro-MD-ro-to-get-make-check-to-succeed.patch]
+- Version update to 0.6.4
+  Replace the word of 'master' to 'primary'
+  trivial update
+  Stop shipping ChangeLog
+  Fix build issue for docs
+
+-------------------------------------------------------------------

Old:
----
  liblangtag-0.6.3.tar.bz2

New:
----
  0001-ro-MD-ro-to-get-make-check-to-succeed.patch
  liblangtag-0.6.4.tar.bz2

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

Other differences:
------------------
++++++ liblangtag.spec ++++++
--- /var/tmp/diff_new_pack.PYdhQT/_old  2023-08-03 17:27:24.998904062 +0200
+++ /var/tmp/diff_new_pack.PYdhQT/_new  2023-08-03 17:27:25.006904110 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblangtag
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,14 @@
 %{!?make_build:%global make_build make %{?_smp_mflags}}
 %define libname liblangtag1
 Name:           liblangtag
-Version:        0.6.3
+Version:        0.6.4
 Release:        0
 Summary:        An interface library to access tags for identifying languages
 License:        LGPL-3.0-or-later OR MPL-2.0
 Group:          Productivity/Publishing/Word
 URL:            https://bitbucket.org/tagoh/liblangtag
 Source0:        
https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
+Patch0:         0001-ro-MD-ro-to-get-make-check-to-succeed.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  libtool
@@ -99,6 +100,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS=-std=gnu99

++++++ 0001-ro-MD-ro-to-get-make-check-to-succeed.patch ++++++
>From f46641f735e8a22d4c2a2002d0b6b90ff7a664b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <[email protected]>
Date: Thu, 30 Jun 2022 10:19:18 +0100
Subject: [PATCH] ro-MD -> ro to get make check to succeed

---
 tests/check-tag.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/check-tag.c b/tests/check-tag.c
index 99466e2..29e738b 100644
--- a/tests/check-tag.c
+++ b/tests/check-tag.c
@@ -197,7 +197,7 @@ TDEF (lt_tag_canonicalize) {
        fail_unless(lt_tag_parse(t1, "mo", NULL), "should be valid langtag.");
        s = lt_tag_canonicalize(t1, NULL);
        fail_unless(s != NULL, "Unable to be canonicalize.");
-       fail_unless(lt_strcmp0(s, "ro-MD") == 0, "Unexpected result to be 
canonicalized.");
+       fail_unless(lt_strcmp0(s, "ro") == 0, "Unexpected result to be 
canonicalized.");
        free(s);
 
        lt_tag_unref(t1);
-- 
2.36.1


++++++ liblangtag-0.6.3.tar.bz2 -> liblangtag-0.6.4.tar.bz2 ++++++
++++ 43315 lines of diff (skipped)

Reply via email to