Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ibus-table-others for 
openSUSE:Factory checked in at 2022-06-28 15:23:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-table-others (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-table-others.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-table-others"

Tue Jun 28 15:23:06 2022 rev:19 rq:985582 version:1.3.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-table-others/ibus-table-others.changes      
2021-07-20 15:39:47.121506855 +0200
+++ 
/work/SRC/openSUSE:Factory/.ibus-table-others.new.1548/ibus-table-others.changes
    2022-06-28 15:23:26.466038113 +0200
@@ -1,0 +2,6 @@
+Sat Jun 25 18:24:19 UTC 2022 - Gordon Leung <[email protected]> - 
1.3.13
+
+update: 1.3.12 -> 1.3.13
+- Improvements in the latex.txt table gh#mike-fabian/ibus-table-others#24
+
+-------------------------------------------------------------------

Old:
----
  ibus-table-others-1.3.12.tar.gz

New:
----
  ibus-table-others-1.3.13.tar.gz

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

Other differences:
------------------
++++++ ibus-table-others.spec ++++++
--- /var/tmp/diff_new_pack.S7qNnj/_old  2022-06-28 15:23:26.850038686 +0200
+++ /var/tmp/diff_new_pack.S7qNnj/_new  2022-06-28 15:23:26.858038698 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table-others
 #
-# Copyright (c) 2021 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
@@ -17,7 +17,7 @@
 
 
 Name:           ibus-table-others
-Version:        1.3.12
+Version:        1.3.13
 Release:        0
 Summary:        Other non-Chinese tables for ibus
 License:        GPL-3.0-or-later

++++++ ibus-table-others-1.3.12.tar.gz -> ibus-table-others-1.3.13.tar.gz ++++++
++++ 3979 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.12/ChangeLog new/ibus-table-others-1.3.13/ChangeLog
--- old/ibus-table-others-1.3.12/ChangeLog      2021-07-14 13:21:27.000000000 
+0200
+++ new/ibus-table-others-1.3.13/ChangeLog      2022-04-25 11:31:02.000000000 
+0200
@@ -1,9 +1,29 @@
-commit 8a7ed6cf8f70e1bcdf4345d5ed9edf0f9b6286c8
+commit 7f61c30f5be9a38352f8f3c247c02d8639c8595f
+Author: Mike FABIAN <[email protected]>
+Date:   Mon Apr 25 11:30:33 2022 +0200
+
+    Release 1.3.13
+
+commit ec9c80571796f68415b8e05a36ea00b90cca3525
+Author: Jonathan Chan <[email protected]>
+Date:   Sun Apr 24 12:19:50 2022 -0700
+
+    Use correct angle brackets
+    
+    `\langle` and `\rangle` were previously U+2329, U+232A from Miscellaneous 
Technical. Changing them to U+27E8, U+27E9 from Miscellaneous Mathematical 
Symbols-A makes more sense and lets us also add the double angle brackets 
U+27EA, U+27EB.
+
+commit 7587b7155fe4c0224662f40a5da1cf2bccf5cbe4
 Author: Mike FABIAN <[email protected]>
 Date:   Wed Jul 14 13:02:10 2021 +0200
 
     Release 1.3.12
 
+commit 826ba70e653cf9a4da180dddeb4365f4482eb4c7
+Author: Mike FABIAN <[email protected]>
+Date:   Wed Jul 14 13:20:48 2021 +0200
+
+    Add stuff to .gitignore
+
 commit 58c57c7ff392c911bbff8ed8095884d4529ed7c3
 Author: Mike FABIAN <[email protected]>
 Date:   Wed Jul 14 12:54:43 2021 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.12/configure.ac 
new/ibus-table-others-1.3.13/configure.ac
--- old/ibus-table-others-1.3.12/configure.ac   2021-07-14 13:21:27.000000000 
+0200
+++ new/ibus-table-others-1.3.13/configure.ac   2022-04-25 11:30:14.000000000 
+0200
@@ -23,7 +23,7 @@
 m4_define([ibus_released], [1])
 m4_define([ibus_major_version], [1])
 m4_define([ibus_minor_version], [3])
-m4_define([ibus_micro_version], [12])
+m4_define([ibus_micro_version], [13])
 # commented out as datestamp doesn't suit dist date.
 m4_define(ibus_maybe_datestamp,
     m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d 
'\n\r'; fi]))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ibus-table-others-1.3.12/tables/latex.txt 
new/ibus-table-others-1.3.13/tables/latex.txt
--- old/ibus-table-others-1.3.12/tables/latex.txt       2021-07-05 
13:26:37.000000000 +0200
+++ new/ibus-table-others-1.3.13/tables/latex.txt       2022-04-25 
11:15:56.000000000 +0200
@@ -622,8 +622,10 @@
 \flat  ???     0
 \natural       ???     0
 \sharp ???     0
-\langle        ???     0
-\rangle        ???     0
+\langle        ???     0
+\rangle        ???     0
+\llangle       ???     0
+\rrangle       ???     0
 \llbracket     ???     0
 \rrbracket     ???     0
 \llparenthesis ???     0

Reply via email to