commit liblouis for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2019-11-29 15:56:12

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new.26869 (New)


Package is "liblouis"

Fri Nov 29 15:56:12 2019 rev:43 rq:750922 version:3.11.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2019-04-02 
09:17:01.072447999 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new.26869/liblouis.changes 
2019-11-29 15:56:44.184977900 +0100
@@ -1,0 +2,121 @@
+Tue Nov 19 16:01:51 UTC 2019 - Michael Gorse 
+
+- Update to version 3.11.0: 
+  + A tremendous amount of work by Dave Mielke and Bert Frees
+has gone into this release. They have improved liblouis for use
+on note taker devices, for backwards translation and a number
+of languages. Many other contributors (listed below) have also
+helped in fixing bugs and improving braille tables, such as
+Dutch, Mongolian, Polish, Ancient Greek, Danish, Irish,
+Chinese, and American Braille Computer Code.
+  + New features:
+- Enable ~always~ rules with a single character and a single
+braille cell for back-translation.
+- Implement ~noUndefined~ mode for forward translation.
+- Use fallback braille representations (NABCC) for rendering
+  undefined characters in hexadecimal notation.
+- Always render undefined characters, also ASCII characters, in
+  hexadecimal notation.
+- Add a new metadata field ~index-name~ for selecting a table
+  from a list fast and efficiently. It has the most important
+  information first and no redundant information. It should
+  look nice when sorted.  This in contrast to the existing
+  ~display-name~ field which is for describing a table
+  accurately and should sound good.
+  + Bug fixes:
+- Don't let a caps passage end on a word with no letters.
+- Handle word resets in the last word of an caps or emphasis
+  passage if the end indicator was placed before the word.
+- Never convert to lowercase if ~capsletter~ is not defined.
+- Fix position mapping for back-translation when ~noUndefined~
+  mode is active.
+- Fix bug where a translation would hang on words that match
+  both a ~nocont~ and a ~repeated~ rule.
+- Fix bug where the effect of ~capsnocont~ would leak to the
+  next word if that word starts with a capital.
+  + Braille table improvements.
+  + Other changes:
+- The python wrapper now encodes and decodes strings to/from
+  UTF-16 and UTF-32 using the surrogatepass error handler. This
+  ensures that single UTF-16 surrogate characters are processed
+  correctly by the wrapper and don't raise an encoding/decoding
+  error.
+- Metadata keys and values are now case insensitive.
+- Remove ~unicodedefs.cti~. It was obsolete and never meant
+  to be included by any tables. Instead use the online
+  references as mentioned in the documentation now.
+- ~lou_checkyaml~ test reporting has been improved.
+- Hyphenation tables have been removed from tables except
+  those needed for ~nocross~ rules.
+- ~lou_hyphenate~ can now handle more than just words
+  (sequences of letters), e.g compound words.
+  + Deprecation notice: - The ~noUndefinedDots~ mode has been
+renamed to ~noUndefined~. For backwards compatibility
+~noUndefinedDots~ is still available in the header file and in
+the Python bindings, as an alias for ~noUndefined~.
+  + Backwards incompatible changes: None.
+  + Changes in version 3.10.0:
+  + This release comes across as quiet, containing just the usual
+assortment of braille table improvements, cleanups, bug fixes
+and the classic buffer overflow patches. But beware, a lot has
+happened behind the scenes. Bert and Davy have been adding a
+new opcode to handle special emphasis situations. A number of
+annoying restrictions with regards to names, such as class
+names have been removed thank to Bert.  And lastly
+also thanks to Bert it is now possible to define inline display
+tables in your YAML tests.
+  + New features:
+- Add a new opcode ~emphmodechars~.
+  + Bug fixes
+- Remove memoization in ~checkAttr~. It wasn't implemented
+  correctly, caused some weird bugs and probably didn't do much
+  for performance.
+- Fix multiple buffer overflows in ~compilePassOpcode~.
+- Fix a build problem when building without libyaml.
+  + Braille table improvements.
+  + Other changes:
+- Remove various restrictions on which characters and braille
+  cells can be used in translation rules.
+- Remove some code duplication in ~pattern.c~.
+- It is now also possible to define inline tables when a display
+  table has been defined

commit liblouis for openSUSE:Factory

2019-04-02 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2019-04-02 09:16:53

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new.25356 (New)


Package is "liblouis"

Tue Apr  2 09:16:53 2019 rev:42 rq:689946 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2019-03-01 
20:28:00.570031780 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new.25356/liblouis.changes 
2019-04-02 09:17:01.072447999 +0200
@@ -1,0 +2,5 @@
+Fri Mar 29 14:37:44 UTC 2019 - mgo...@suse.com
+
+- Require libyaml-devel so that yaml tests are run (bsc#1130813).
+
+---



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.E72AlM/_old  2019-04-02 09:17:03.604450846 +0200
+++ /var/tmp/diff_new_pack.E72AlM/_new  2019-04-02 09:17:03.664450914 +0200
@@ -28,6 +28,7 @@
 Patch0: gcc9-fixed-memory-leaks-created-by-block-scope-compound-l.patch
 
 BuildRequires:  fdupes
+BuildRequires:  libyaml-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3




commit liblouis for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2019-03-01 20:27:59

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new.28833 (New)


Package is "liblouis"

Fri Mar  1 20:27:59 2019 rev:41 rq:678969 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2019-01-26 
22:16:36.543138155 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new.28833/liblouis.changes 
2019-03-01 20:28:00.570031780 +0100
@@ -1,0 +2,6 @@
+Fri Feb 22 11:55:18 UTC 2019 - Martin Liška 
+
+- Add gcc9-fixed-memory-leaks-created-by-block-scope-compound-l.patch
+  (boo#1122169).
+
+---

New:

  gcc9-fixed-memory-leaks-created-by-block-scope-compound-l.patch



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.HL2Ug3/_old  2019-03-01 20:28:01.270031612 +0100
+++ /var/tmp/diff_new_pack.HL2Ug3/_new  2019-03-01 20:28:01.270031612 +0100
@@ -25,6 +25,7 @@
 Group:  Productivity/Other
 URL:http://liblouis.org/
 Source0:
https://github.com/liblouis/liblouis/releases/download/v%{version}/liblouis-%{version}.tar.gz
+Patch0: gcc9-fixed-memory-leaks-created-by-block-scope-compound-l.patch
 
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
@@ -124,6 +125,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static --enable-ucs4

++ gcc9-fixed-memory-leaks-created-by-block-scope-compound-l.patch ++
>From f9de8fa471d9e37a8307ef29a43a6f626ecfd4b2 Mon Sep 17 00:00:00 2001
From: Martin Gieseking 
Date: Fri, 8 Feb 2019 13:36:37 +0100
Subject: [PATCH] Fixed memory leaks created by block scope compound literals
 As of GCC 9, the lifetime of block scope compound literals ends at the end of
 the block and no longer at the end of the function.
 https://www.gnu.org/software/gcc/gcc-9/porting_to.html#complit

---
 liblouis/lou_backTranslateString.c | 22 -
 liblouis/lou_translateString.c | 74 --
 2 files changed, 50 insertions(+), 46 deletions(-)

diff --git a/liblouis/lou_backTranslateString.c 
b/liblouis/lou_backTranslateString.c
index f1603595..e4e778a0 100644
--- a/liblouis/lou_backTranslateString.c
+++ b/liblouis/lou_backTranslateString.c
@@ -149,7 +149,7 @@ _lou_backTranslateWithTracing(const char *tableList, const 
widechar *inbuf, int
widechar *outbuf, int *outlen, formtype *typeform, char 
*spacing, int *outputPos,
int *inputPos, int *cursorPos, int mode, const 
TranslationTableRule **rules,
int *rulesLen) {
-   const InString *input;
+   InString input;
OutString output;
unsigned char *typebuf = NULL;
char *spacebuf;
@@ -196,7 +196,7 @@ _lou_backTranslateWithTracing(const char *tableList, const 
widechar *inbuf, int
else
passbuf1[k] = _lou_getDotsForChar(inbuf[k]);
passbuf1[srcmax] = _lou_getDotsForChar(' ');
-   input = &(InString){.chars = passbuf1, .length = srcmax, 
.bufferIndex = idx };
+   input = (InString){.chars = passbuf1, .length = srcmax, 
.bufferIndex = idx };
}
idx = getStringBuffer(*outlen);
output = (OutString){.chars = stringBufferPool->buffers[idx],
@@ -206,7 +206,7 @@ _lou_backTranslateWithTracing(const char *tableList, const 
widechar *inbuf, int
typebuf = (unsigned char *)typeform;
spacebuf = spacing;
if (outputPos != NULL)
-   for (k = 0; k < input->length; k++) outputPos[k] = -1;
+   for (k = 0; k < input.length; k++) outputPos[k] = -1;
if (cursorPos != NULL)
cursorPosition = *cursorPos;
else
@@ -214,12 +214,12 @@ _lou_backTranslateWithTracing(const char *tableList, 
const widechar *inbuf, int
cursorStatus = 0;
if (typebuf != NULL) memset(typebuf, '0', *outlen);
if (spacebuf != NULL) memset(spacebuf, '*', *outlen);
-   if (!(posMapping1 = _lou_allocMem(alloc_posMapping1, 0, input->length, 
*outlen)))
+   if (!(posMapping1 = _lou_allocMem(alloc_posMapping1, 0, input.length, 
*outlen)))
return 0;
if (table->numPasses > 1 || table->corrections) {
-   if (!(posMapping2 = _lou_allocMem(alloc_posMapping2, 0, 
input->length, *outlen)))
+   if (!(posMapping2 = _lou_allocMem(alloc_posMapping2, 0, 
input.length, *outlen)))
return 0;
-   if (!(posMapping3 = _lou_allocMem(alloc_posMapping3, 0, 
input->length, *outlen)))
+   if (!(posMapping3 = _lou_allocMem(alloc_posMapping3,

commit liblouis for openSUSE:Factory

2019-01-26 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2019-01-26 22:16:35

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new.28833 (New)


Package is "liblouis"

Sat Jan 26 22:16:35 2019 rev:40 rq:90 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2019-01-15 
09:09:46.986601604 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new.28833/liblouis.changes 
2019-01-26 22:16:36.543138155 +0100
@@ -1,0 +2,6 @@
+Wed Jan 16 11:09:58 UTC 2019 - Martin Liška 
+
+- Use %make_build in order to build the package in parallel way.
+  Add make check.
+
+---



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.vTQ2QN/_old  2019-01-26 22:16:37.019137769 +0100
+++ /var/tmp/diff_new_pack.vTQ2QN/_new  2019-01-26 22:16:37.023137765 +0100
@@ -127,8 +127,7 @@
 
 %build
 %configure --disable-static --enable-ucs4
-# TODO: fix Makefile so that -j1 isn't needed
-make -j1
+%make_build
 
 # build python binding
 pushd python
@@ -159,6 +158,9 @@
 %post -n liblouis%{sover} -p /sbin/ldconfig
 %postun -n liblouis%{sover} -p /sbin/ldconfig
 
+%check
+make check %{_smp_mflags}
+
 %files -n liblouis%{sover}
 %license COPYING.LESSER
 %doc AUTHORS ChangeLog NEWS README




commit liblouis for openSUSE:Factory

2019-01-15 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2019-01-15 09:09:45

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new.28833 (New)


Package is "liblouis"

Tue Jan 15 09:09:45 2019 rev:39 rq:664084 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2018-10-17 
08:13:21.479076323 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new.28833/liblouis.changes 
2019-01-15 09:09:46.986601604 +0100
@@ -1,0 +2,23 @@
+Sun Jan  6 01:29:27 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.8.0:
+  + Noteworthy changes in this release: The major focus of this
+release is on braille table updates. There are major updates to
+German, Arabic, Chinese, Turkish, Dutch, Czech, Latvian,
+Spanish and Ethiopic. Some of these new tables have only been
+possible because Bert Frees fixed some nasty long standing bugs
+behind the scene. Also there is the usual assortment of code
+improvements and cleanups.
+  + New features: None.
+  + Bug fixes:
+- Fix support more than 4 classes.
+- Fix capitalization of words that match nocont rules.
+  + Braille table improvements.
+  + Other changes: Updated the lou_allround and lou_trace test
+tools to include all the mode flags described in the
+documentation of the lou_translateString() function.
+  + Backwards incompatible changes: The pass1Only flag has been
+deprecated for a while and is now removed from the code.
+- Bump sover define to 17, following upstreams soname bump.
+
+---

Old:

  liblouis-3.7.0.tar.gz

New:

  liblouis-3.8.0.tar.gz



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.KVm4mz/_old  2019-01-15 09:09:47.734600915 +0100
+++ /var/tmp/diff_new_pack.KVm4mz/_new  2019-01-15 09:09:47.738600911 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblouis
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define sover 16
+%define sover 17
 Name:   liblouis
-Version:3.7.0
+Version:3.8.0
 Release:0
 Summary:Two-way braille translator
 License:LGPL-3.0-or-later
 Group:  Productivity/Other
 URL:http://liblouis.org/
 Source0:
https://github.com/liblouis/liblouis/releases/download/v%{version}/liblouis-%{version}.tar.gz
+
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros

++ liblouis-3.7.0.tar.gz -> liblouis-3.8.0.tar.gz ++
/work/SRC/openSUSE:Factory/liblouis/liblouis-3.7.0.tar.gz 
/work/SRC/openSUSE:Factory/.liblouis.new.28833/liblouis-3.8.0.tar.gz differ: 
char 5, line 1




commit liblouis for openSUSE:Factory

2018-10-16 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2018-10-17 08:13:18

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Wed Oct 17 08:13:18 2018 rev:38 rq:638279 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2018-08-03 
12:29:06.570844024 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2018-10-17 
08:13:21.479076323 +0200
@@ -1,0 +2,29 @@
+Fri Sep 21 20:08:22 UTC 2018 - mgo...@suse.com
+
+- Update to version 3.7.0 (boo#1109319)
+  + New features
+- Added a new opcode ~midendnumericmodechars~. Characters
+  defined with this opcode can appear in the middle or at the
+  end of a number without canceling numeric mode.
+  + Bug fixes
+- Fix another stack-based buffer overflow in input parsing
+  reported by Henri Salo thanks to Christian Egli.
+- Fix input/output positions for back-translation.
+- Major improvements in the back-translation of capitalized words
+- Fixed a problem in the back-translation of numbers in
+  conjunction with punctuation and letters.
+- Fix a buffer overflow in ~matchCurrentInput~.
+  + Braille table improvements
+  + Other changes
+- Added documentation of opcodes which were previously
+  introduced as part of the UEB work.
+- Removal of the code for the /scripting language/ for
+  multipass opcodes. This code was originally introduced in
+  2012 but never documented. Consequently it was never used.
+  Meanwhile the original code for multipass opcodes was much
+  improved. So there is no more need for this (duplicate)
+  code and we are removing it.
+  + New tables: zhcn-g1.ctb, zhcn-g2.ctb
+- Drop CVE-2018-12085.patch: fixed upstream.
+
+---

Old:

  CVE-2018-12085.patch
  liblouis-3.6.0.tar.gz

New:

  liblouis-3.7.0.tar.gz



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.VJN5eI/_old  2018-10-17 08:13:22.003076089 +0200
+++ /var/tmp/diff_new_pack.VJN5eI/_new  2018-10-17 08:13:22.003076089 +0200
@@ -18,14 +18,13 @@
 
 %define sover 16
 Name:   liblouis
-Version:3.6.0
+Version:3.7.0
 Release:0
 Summary:Two-way braille translator
 License:LGPL-3.0-or-later
 Group:  Productivity/Other
 URL:http://liblouis.org/
 Source0:
https://github.com/liblouis/liblouis/releases/download/v%{version}/liblouis-%{version}.tar.gz
-Patch0: CVE-2018-12085.patch
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
@@ -124,7 +123,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static --enable-ucs4

++ liblouis-3.6.0.tar.gz -> liblouis-3.7.0.tar.gz ++
/work/SRC/openSUSE:Factory/liblouis/liblouis-3.6.0.tar.gz 
/work/SRC/openSUSE:Factory/.liblouis.new/liblouis-3.7.0.tar.gz differ: char 5, 
line 1




commit liblouis for openSUSE:Factory

2018-08-03 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2018-08-03 12:29:03

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Fri Aug  3 12:29:03 2018 rev:37 rq:626546 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2018-06-22 
13:14:54.556092269 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2018-08-03 
12:29:06.570844024 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 10:26:59 UTC 2018 - jeng...@inai.de
+
+- Make data subpackage noarch.
+- Rename %soname to %sover to better reflect its use.
+
+---



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.VhjZxj/_old  2018-08-03 12:29:07.690845666 +0200
+++ /var/tmp/diff_new_pack.VhjZxj/_new  2018-08-03 12:29:07.694845673 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define soname 16
+%define sover 16
 Name:   liblouis
 Version:3.6.0
 Release:0
@@ -30,7 +30,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3
-Requires:   liblouis%{soname} = %{version}
+Requires:   liblouis%{sover} = %{version}
 # FIXME: use proper Requires(pre/post/preun/...)
 PreReq: %{install_info_prereq}
 
@@ -44,7 +44,7 @@
 
 Included are also tools for testing and debugging tables.
 
-%package -n liblouis%{soname}
+%package -n liblouis%{sover}
 Summary:Two-way braille translator
 # We used to have a package named liblouis, until 2.4.1.
 License:LGPL-3.0-or-later
@@ -53,7 +53,7 @@
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
 
-%description -n liblouis%{soname}
+%description -n liblouis%{sover}
 liblouis is a translator from and to braille. It features support for
 computer and literary braille, supports contracted and uncontracted
 translation for many languages and has support for hyphenation. New
@@ -66,6 +66,7 @@
 License:LGPL-3.0-or-later
 Group:  System/Libraries
 Conflicts:  liblouis2 < 3.3.0
+BuildArch:  noarch
 
 %description data
 liblouis is a translator from and to braille. It features support for
@@ -98,7 +99,7 @@
 Summary:Development files for the liblouis braille translator
 License:LGPL-3.0-or-later
 Group:  Development/Libraries/C and C++
-Requires:   liblouis%{soname} = %{version}
+Requires:   liblouis%{sover} = %{version}
 
 %description devel
 liblouis is a translator from and to braille. It features support for
@@ -112,7 +113,7 @@
 Summary:Python3 bindings for the liblouis braille translator
 License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
-Requires:   liblouis%{soname} = %{version}
+Requires:   liblouis%{sover} = %{version}
 
 %description -n python3-louis
 liblouis is a translator from and to braille. It features support for
@@ -156,10 +157,10 @@
 %preun doc
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%post -n liblouis%{soname} -p /sbin/ldconfig
-%postun -n liblouis%{soname} -p /sbin/ldconfig
+%post -n liblouis%{sover} -p /sbin/ldconfig
+%postun -n liblouis%{sover} -p /sbin/ldconfig
 
-%files -n liblouis%{soname}
+%files -n liblouis%{sover}
 %license COPYING.LESSER
 %doc AUTHORS ChangeLog NEWS README
 %{_libdir}/*.so.*




commit liblouis for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2018-06-22 13:14:34

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Fri Jun 22 13:14:34 2018 rev:36 rq:616350 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2018-06-02 
11:55:21.464936881 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2018-06-22 
13:14:54.556092269 +0200
@@ -1,0 +2,30 @@
+Tue Jun 12 12:25:05 UTC 2018 - kbabi...@suse.com
+
+- Word wrapped changes file 
+
+---
+Tue Jun 12 07:05:35 UTC 2018 - kbabi...@suse.com
+
+- Update to 3.6.0:
+  + New features:
+- Add metadata fields name and display-name to tables
+  + Bug fixes:
+- Fix a bunch of buffer overflow errors in table parsing
+  (CVE-2018-11410 bsc#1094685, CVE-2018-11440 bsc#1095189)
+- Fix input-output mapping of context rules
+- Fix back tracking with all caps words
+- Fix context rules with lookback
+- Fix a memory leak in default table resolver
+- Fix an array out of bounds error which caused a crash on
+  i386
+- Fix numerous stack-based buffer overflow in table parsing
+  (CVE-2018-11683 bsc#1095827, CVE-2018-11684 bsc#1095826,
+  CVE-2018-11685 bsc#1095825).
+  + Braille table improvements.
+- Applied spec-cleaner.
+- Removed CVE-2018-11410.patch: Included upstream.
+- Added CVE-2018-12085.patch: Fixed a stack-based buffer overflow
+  in the function parseChars() in compileTranslationTable.c
+  (CVE-2018-12085 bsc#1097103).
+
+---
@@ -4,2 +34,2 @@
-- Added CVE-2018-11410.patch: Fix a buffer overflow in table parsing
-  (bsc#1094685 CVE-2018-11410).
+- Added CVE-2018-11410.patch: Fix a buffer overflow in table
+  parsing (bsc#1094685 CVE-2018-11410).
@@ -11,4 +41,5 @@
-  - New features
-- The same name can now be used in more than one ~class~ rule. The effect
-  is that both set of characters become part of that one class.
-  - Bug fixes
+  + New features
+- The same name can now be used in more than one ~class~ rule.
+  The effect is that both set of characters become part of that
+  one class.
+  + Bug fixes
@@ -16,3 +47,4 @@
-- Treat characters within the range ~compbrlStart~ and ~compbrlEnd~ as a
-  special case. This fixes many if not most of the problems with cursor
-  position and the ~compbrlAtCursor~ mode. Thanks to Dave Mielke.
+- Treat characters within the range ~compbrlStart~ and
+  ~compbrlEnd~ as a special case. This fixes many if not most
+  of the problems with cursor position and the
+  ~compbrlAtCursor~ mode. Thanks to Dave Mielke.
@@ -20,14 +52,16 @@
-- Fix negation of attribute matcher in multipass expressions thanks to 
Bert Frees
-  - Braille table improvements
-  - Backwards incompatible changes
-- The translation mode ~comp8Dots~ has been removed as it was never really
-  implemented anyway
-- Support for the ~pass1Only~ flag has now been removed. Thanks to Bue
-  Vester-Andersen.
-- The old UEB tables ~UEBC-g1.ctb~ and ~UEBC-g2.ctb~ have been removed as
-  the have been superseded by ~en-ueb-g1.ctb~ and ~en-ueb-g2.ctb~.
-- The french tables ~fr-2007.ctb~, ~fr-fr-g1.utb~, ~fr-fr-g2.ctb~,
-  ~fr-ca-g1.utb~ and ~fr-ca-g2.ctb~ have been removed. Use
-  ~fr-bfu-comp6.utb~ for 6 dots literary, ~fr-bfu-comp8.utb~ for 8 dots 
computer
-  and ~fr-bfu-g2.ctb~ for contracted braille instead.
-
+- Fix negation of attribute matcher in multipass expressions
+  thanks to Bert Frees
+  + Braille table improvements
+  + Backwards incompatible changes
+- The translation mode ~comp8Dots~ has been removed as it was
+  never really implemented anyway
+- Support for the ~pass1Only~ flag has now been removed. Thanks
+  to Bue Vester-Andersen.
+- The old UEB tables ~UEBC-g1.ctb~ and ~UEBC-g2.ctb~ have been
+  removed as the have been superseded by ~en-ueb-g1.ctb~ and
+  ~en-ueb-g2.ctb~.
+- The french tables ~fr-2007.ctb~, ~fr-fr-g1.utb~,
+  ~fr-fr-g2.ctb~, ~fr-ca-g1.utb~ and ~fr-ca-g2.ctb~ have been
+  removed. Use ~fr-bfu-comp6.utb~ for 6 dots literary,
+  ~fr-bfu-comp8.utb~ for 8 dots computer and ~fr-bfu-g2.ctb~
+  for contracted braille instead.
@@ -35 +69 @@
-  - New features
+  + New features
@@ -37,9 +71,9 @@
-  ~lou_checkyaml~ thanks to Bue Vester-Andersen. See the manual for
-  details and examples.
-  - Bug fixes
-- output positions (~outputPos~) are now calculated based on input
-  positions (~inputPos~) thanks to Bert Frees. This avoids a whole
-  class of bugs that previously plag

commit liblouis for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2018-06-02 11:55:17

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Sat Jun  2 11:55:17 2018 rev:35 rq:612861 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2018-03-08 
10:48:31.092736571 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2018-06-02 
11:55:21.464936881 +0200
@@ -1,0 +2,46 @@
+Fri May 25 13:06:31 UTC 2018 - kbabi...@suse.com
+
+- Added CVE-2018-11410.patch: Fix a buffer overflow in table parsing
+  (bsc#1094685 CVE-2018-11410).
+
+---
+Fri May 25 12:48:28 UTC 2018 - kbabi...@suse.com
+
+- Updated to version 3.5.0:
+  - New features
+- The same name can now be used in more than one ~class~ rule. The effect
+  is that both set of characters become part of that one class.
+  - Bug fixes
+- Fix a regression in inputPositions thanks to Bert Frees
+- Treat characters within the range ~compbrlStart~ and ~compbrlEnd~ as a
+  special case. This fixes many if not most of the problems with cursor
+  position and the ~compbrlAtCursor~ mode. Thanks to Dave Mielke.
+- Fix ~swapdd~ opcode thanks to Bert Frees
+- Fix negation of attribute matcher in multipass expressions thanks to 
Bert Frees
+  - Braille table improvements
+  - Backwards incompatible changes
+- The translation mode ~comp8Dots~ has been removed as it was never really
+  implemented anyway
+- Support for the ~pass1Only~ flag has now been removed. Thanks to Bue
+  Vester-Andersen.
+- The old UEB tables ~UEBC-g1.ctb~ and ~UEBC-g2.ctb~ have been removed as
+  the have been superseded by ~en-ueb-g1.ctb~ and ~en-ueb-g2.ctb~.
+- The french tables ~fr-2007.ctb~, ~fr-fr-g1.utb~, ~fr-fr-g2.ctb~,
+  ~fr-ca-g1.utb~ and ~fr-ca-g2.ctb~ have been removed. Use
+  ~fr-bfu-comp6.utb~ for 6 dots literary, ~fr-bfu-comp8.utb~ for 8 dots 
computer
+  and ~fr-bfu-g2.ctb~ for contracted braille instead.
+
+- Updated to version 3.4.0:
+  - New features
+- Add support for ~inputPos~ and ~outputPos~ checking in
+  ~lou_checkyaml~ thanks to Bue Vester-Andersen. See the manual for
+  details and examples.
+  - Bug fixes
+- output positions (~outputPos~) are now calculated based on input
+  positions (~inputPos~) thanks to Bert Frees. This avoids a whole
+  class of bugs that previously plagued the output positions. This fix
+  also obviates the need for the ~pass1Only~ flag. See below for the
+  deprecation notice.
+  - Braille table improvements
+
+---

Old:

  liblouis-3.3.0.tar.gz

New:

  CVE-2018-11410.patch
  liblouis-3.5.0.tar.gz



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.R5boLx/_old  2018-06-02 11:55:23.128875848 +0200
+++ /var/tmp/diff_new_pack.R5boLx/_new  2018-06-02 11:55:23.128875848 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   liblouis
-Version:3.3.0
+Version:3.5.0
 Release:0
 Summary:Two-way braille translator
 License:LGPL-3.0-or-later
 Group:  Productivity/Other
 URL:http://liblouis.org/
 Source0:
https://github.com/liblouis/liblouis/releases/download/v%{version}/liblouis-%{version}.tar.gz
+Patch0: CVE-2018-11410.patch
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
@@ -121,6 +122,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static --enable-ucs4

++ CVE-2018-11410.patch ++
>From ed6b00aea08005945c9ae8a4a4503acc43f3a844 Mon Sep 17 00:00:00 2001
From: Samuel Thibault 
From: Karol Babioch 
Upstream: merged
Date: Fri, 25 May 2018 10:25:33 +0200
Subject: [PATCH] Fix a buffer overflow in table parsing

Fixes #573
---
 liblouis/pattern.c |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Index: liblouis-3.5.0/liblouis/pattern.c
===
--- liblouis-3.5.0.orig/liblouis/pattern.c
+++ liblouis-3.5.0/liblouis/pattern.c
@@ -708,6 +708,8 @@ pattern_compile_expression(const widecha
expr_crs, loop_cnts))
return 0;
 
+   if (*expr_crs + 3 >= expr_max) return 0;
+
EXPR_NXT(expr_sub) = *expr_crs;
 
/* create end expression */
@@ -720,7 +722,7 @@ pattern_compile_expression(const widecha
 
case '+':
 
-   if (*expr_crs + 4 >= expr_max) return 0;
+   if (*expr_c

commit liblouis for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2018-03-08 10:48:28

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Thu Mar  8 10:48:28 2018 rev:34 rq:582839 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2017-10-06 
10:57:27.303733669 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2018-03-08 
10:48:31.092736571 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:35:31 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.rjDsLZ/_old  2018-03-08 10:48:31.748712954 +0100
+++ /var/tmp/diff_new_pack.rjDsLZ/_new  2018-03-08 10:48:31.748712954 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblouis
 #
-# Copyright (c) 2017 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
@@ -20,17 +20,17 @@
 Version:3.3.0
 Release:0
 Summary:Two-way braille translator
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Productivity/Other
-Url:http://liblouis.org/
+URL:http://liblouis.org/
 Source0:
https://github.com/liblouis/liblouis/releases/download/v%{version}/liblouis-%{version}.tar.gz
-BuildRequires:  pkg-config
-PreReq: %install_info_prereq
 BuildRequires:  fdupes
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3
 Requires:   liblouis14 = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq: %{install_info_prereq}
 
 %description
 liblouis is a translator from and to braille. It features support for
@@ -45,7 +45,7 @@
 %package -n liblouis14
 Summary:Two-way braille translator
 # We used to have a package named liblouis, until 2.4.1.
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 Requires:   %{name}-data >= %{version}
 Provides:   %{name} = %{version}
@@ -61,7 +61,7 @@
 
 %package data
 Summary:Data files for the liblouis two-way braille translator
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 Conflicts:  liblouis2 < 3.3.0
 
@@ -74,7 +74,7 @@
 
 %package tools
 Summary:Tools from the liblouis braille translator package
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Other
 
 %description tools
@@ -84,7 +84,7 @@
 
 %package doc
 Summary:Documentation for the liblouis braille translator
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Documentation/Other
 
 %description doc
@@ -94,7 +94,7 @@
 
 %package devel
 Summary:Development files for the liblouis braille translator
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Libraries/C and C++
 Requires:   liblouis14 = %{version}
 
@@ -108,7 +108,7 @@
 
 %package -n python3-louis
 Summary:Python3 bindings for the liblouis braille translator
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 Requires:   liblouis14 = %{version}
 
@@ -120,7 +120,7 @@
 This subpackage contains the Python3 bindings.
 
 %prep
-%setup
+%setup -q
 
 %build
 %configure --disable-static --enable-ucs4
@@ -138,7 +138,7 @@
 %make_install -C doc
 find %{buildroot} -type f -name "*.la" -delete -print
 # We'll package them as rpm docs
-%{__rm} -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt}
+rm -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt}
 %fdupes %{buildroot}%{_datadir}
 %fdupes %{buildroot}%{_libdir}
 
@@ -154,36 +154,31 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %post -n liblouis14 -p /sbin/ldconfig
-
 %postun -n liblouis14 -p /sbin/ldconfig
 
 %files -n liblouis14
-%defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING.LESSER NEWS README
+%license COPYING.LESSER
+%doc AUTHORS ChangeLog NEWS README
 %{_libdir}/*.so.*
 
 %files data
-%defattr(-, root, root)
 %{_datadir}/liblouis/
 
 %files tools
-%defattr(-, root, root)
-%doc COPYING
+%license COPYING
+
 %{_bindir}/lou_*
 
 %files doc
-%defattr(-, root, root)
 %doc doc/liblouis.html doc/liblouis.txt
-%{_infodir}/%{name}.info.gz
+%{_infodir}/%{name}.info%{e

commit liblouis for openSUSE:Factory

2017-10-06 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2017-10-06 10:57:26

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Fri Oct  6 10:57:26 2017 rev:33 rq:531098 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2017-09-13 
21:43:39.481723790 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2017-10-06 
10:57:27.303733669 +0200
@@ -1,0 +2,12 @@
+Tue Oct  3 13:47:54 UTC 2017 - jeng...@inai.de
+
+- Redo package summaries, and compact/trim descriptions for size.
+
+---
+Mon Oct  2 14:54:04 UTC 2017 - jmate...@suse.com
+
+- drop separate spec files for python-louis and python3-louis
+- completely drop python2 bindings
+- build python3-louis as a subpackage of liblouis
+
+---

Old:

  pre_checkin.sh
  python-louis.changes
  python-louis.spec
  python3-louis.changes
  python3-louis.spec



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.LliCkZ/_old  2017-10-06 10:57:28.155604890 +0200
+++ /var/tmp/diff_new_pack.LliCkZ/_new  2017-10-06 10:57:28.159604286 +0200
@@ -16,63 +16,34 @@
 #
 
 
-%define build_core_not_python 1
-%define build_py3 0
-
-%if %build_py3
-%define py_suffix 3
-%define __python python3
-%define py_requires %{nil}
-%else
-%define __python python2
-%define py_suffix %{nil}
-%endif
-
-#Configure python_sitelib, based on the used python version
-%global python_sitelib %(%{__python} -c "from distutils.sysconfig import 
get_python_lib; import sys; sys.stdout.write(get_python_lib())")
-
 Name:   liblouis
-%define _name   liblouis
 Version:3.3.0
 Release:0
-Summary:Braille Translator and Back-Translator
+Summary:Two-way braille translator
 License:LGPL-3.0+
 Group:  Productivity/Other
 Url:http://liblouis.org/
 Source0:
https://github.com/liblouis/liblouis/releases/download/v%{version}/liblouis-%{version}.tar.gz
-%if %build_core_not_python
 BuildRequires:  pkg-config
 PreReq: %install_info_prereq
 BuildRequires:  fdupes
-%else
-BuildRequires:  liblouis-devel
-BuildRequires:  python%{py_suffix}
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3
 Requires:   liblouis14 = %{version}
-%py_requires
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Liblouis is an open-source braille translator and back-translator.
-It features support for computer and literary braille, supports
-contracted and uncontracted translation for many, many languages
-and has support for hyphenation. New languages can easily be added
-through tables that support a rule- or dictionary based approach.
-
-Liblouis also supports math braille (Nemeth and Marburg). The
-formatting of braille is provided by the companion project
-liblouisxml.
-
-Liblouis is based on the translation routines in the BRLTTY
-screenreader for Linux. It has, however, gone far beyond these
-routines. It is named in honor of Louis Braille.
+liblouis is a translator from and to braille. It features support for
+computer and literary braille, supports contracted and uncontracted
+translation for many languages and has support for hyphenation. New
+languages can be added through tables that support a rule- or
+dictionary-based approach. Math braille (Nemeth and Marburg) is
+supported.
 
 Included are also tools for testing and debugging tables.
 
-%if %build_core_not_python
-
 %package -n liblouis14
-Summary:Braille Translator and Back-Translator
+Summary:Two-way braille translator
 # We used to have a package named liblouis, until 2.4.1.
 License:LGPL-3.0+
 Group:  System/Libraries
@@ -81,122 +52,87 @@
 Obsoletes:  %{name} < %{version}
 
 %description -n liblouis14
-Liblouis is an open-source braille translator and back-translator.
-It features support for computer and literary braille, supports
-contracted and uncontracted translation for many, many languages
-and has support for hyphenation. New languages can easily be added
-through tables that support a rule- or dictionary based approach.
-
-Liblouis also supports math braille (Nemeth and Marburg). The
-formatting of braille is provided by the companion project
-liblouisxml.
-
-Liblouis is based on the translation routines in the BRLTTY
-screenreader for Linux. It has, however, gone far beyond these
-routines. It is named in honor of Louis Braille.
+liblouis is a translator from and to braille. It features support for
+computer and literary braille

commit liblouis for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2017-09-13 21:43:29

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Wed Sep 13 21:43:29 2017 rev:32 rq:522032 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2017-02-19 
00:45:17.288492475 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2017-09-13 
21:43:39.481723790 +0200
@@ -1,0 +2,115 @@
+Wed Sep  6 15:34:40 UTC 2017 - mgo...@suse.com
+
+- Update to version 3.3.0: 
+  + New features
+- A new tool ~lou_maketable~ enables the creation of tables
+  based on a corpus of known good Braille translations. This
+  has huge potential to simplify table maintenance for tables
+  that have so far been dominated by large exception lists.
+- A new API and a corresponding command line tool to query
+  table meta data
+  + UEB Grade 2:
+- Fix back-translation of whole word contractions followed
+  by other contractions
++ Fix back-translation for contractions followed by
+  punctuation
+  + Security
+- Fix a number of CVEs (illegal address access, buffer
+  overflow and use-after-free: boo#1056105 (CVE-2017-13738),
+  boo#1056101 (CVE-2017-13739), boo#1056097 (CVE-2017-13740),
+  boo#1056095 (CVE-2017-13741), boo#1056093 (CVE-2017-13742),
+  boo#1056090 (CVE-2017-13743), and boo#1056088
+  (CVE-2017-13744)
+  + Braille table improvements
+- Changes from version 3.2.0: 
+  + Bug fixes
+- Fix capsnocont opcode. Also mark capital letters with
+  capsletter symbol when capsnocont is defined but no
+  begcapsword indicator is defined.
+- Fix the syllable opcode. It had been broken under some
+  circumstances since 3.0.
+  + Other changes
++ Fix building of Python bindings when cross-compiling.
+- lou_checkyaml is now only installed if libyaml is available.
+- Enhance documentation on usage of display tables in
+particular
+  in conjunction with Unicode dot patterns.
+  + Braille table improvements
+- Changes from version 3.1.0:
+  + New features:
+- Most of the translation tables now contain meta data. This
+  makes them discoverable. Programs can use the lou_findTable
+  function to find a table based on a query.
+- Add a noUndefinedDots mode to disable the output of dot
+  numbers when back-translating undefined patterns.
+- When back translating input from a braille keyboard cell by
+  cell, it is desirable to output characters as soon as they
+  are produced.  Similarly, when back translating contracted
+  braille, it is desirable to provide a "guess" to the user of
+  the characters they typed. To achieve this, liblouis needs to
+  have the ability to produce no text when indicators (which
+  don't produce a character by themselves) are not followed by
+  another cell. This works already for indicators liblouis
+ knows about such as capital sign, number sign, etc., but it
+  does not work for indicators which are not (and cannot be)
+  specifically defined as indicators. For example, in UEB, dots
+  4 5 6 alone produces the text "\456/". Setting the
+  noUndefinedDots mode suppresses this dot number output.
+  - Add a partialTrans mode to specify that back-translation
+  input should be treated as an incomplete word. If this mode
+  is set, rules that apply only for complete words or at the
+  end of a word will not take effect. This is intended to be
+  used when translating input typed on a braille keyboard to
+  provide a rough idea to the user of the characters they are
+  typing before the word is complete.
+  + Bug fixes
+- - Fixes implicit declaration of 'pattern_check'
+- Fix a stackoverflow crash on applications with smaller stack
+  size.
+- Fix the \v escape sequence.
+- The Python bindings now give a helpful error if liblouis has
+  been compiled with a different character size than Python.
+- Massive bug fixes in multipass rules. Dave Mielke has done a
+  tremendous job improving the multipass machinery also in the
+  context of back-translation. Where needed nofor/noback has
+  been added to the multipass rules.
+  + Other changes
+- Improvements to the Emacs mode for editing liblouis tables
+- Documenting lou_charSize
+  + Braille table improvements
+  + License changes
+- DocArch has agreed to re-license their tables, so we have 8
+  more tables under the LGPLv2.1+.
+- Changes from version 3.0.0:
+  + New features
+- Numerous features to support UEB properly.
+- support the many emphasis classes needed for UEB.
+- support translation of num

commit liblouis for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2017-02-19 00:45:16

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2016-08-17 
12:01:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2017-02-19 
00:45:17.288492475 +0100
@@ -1,0 +2,9 @@
+Fri Feb 10 14:24:42 UTC 2017 - dims...@opensuse.org
+
+- Define python_sitelib: newer versions of python-rpm-macros
+  overwrite it to be python2 specific (python3 macros is called
+  python3_sitelib).
+- To be on the safe side, define __python to python2 when not
+  building for python3.
+
+---
python-louis.changes: same change
python3-louis.changes: same change



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.unU8go/_old  2017-02-19 00:45:18.144372026 +0100
+++ /var/tmp/diff_new_pack.unU8go/_new  2017-02-19 00:45:18.144372026 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblouis
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,9 +24,13 @@
 %define __python python3
 %define py_requires %{nil}
 %else
+%define __python python2
 %define py_suffix %{nil}
 %endif
 
+#Configure python_sitelib, based on the used python version
+%global python_sitelib %(%{__python} -c "from distutils.sysconfig import 
get_python_lib; import sys; sys.stdout.write(get_python_lib())")
+
 Name:   liblouis
 %define _name   liblouis
 Version:2.6.4
@@ -69,9 +73,9 @@
 
 %package -n liblouis9
 Summary:Braille Translator and Back-Translator
+# We used to have a package named liblouis, until 2.4.1.
 License:LGPL-3.0+
 Group:  System/Libraries
-# We used to have a package named liblouis, until 2.4.1.
 Requires:   %{name}-data >= %{version}
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.unU8go/_old  2017-02-19 00:45:18.172368087 +0100
+++ /var/tmp/diff_new_pack.unU8go/_new  2017-02-19 00:45:18.176367523 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-louis
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,9 +24,13 @@
 %define __python python3
 %define py_requires %{nil}
 %else
+%define __python python2
 %define py_suffix %{nil}
 %endif
 
+#Configure python_sitelib, based on the used python version
+%global python_sitelib %(%{__python} -c "from distutils.sysconfig import 
get_python_lib; import sys; sys.stdout.write(get_python_lib())")
+
 Name:   python-louis
 %define _name   liblouis
 Version:2.6.4
@@ -69,9 +73,9 @@
 
 %package -n liblouis9
 Summary:Braille Translator and Back-Translator - Python Bindings
+# We used to have a package named liblouis, until 2.4.1.
 License:LGPL-3.0+
 Group:  Development/Languages/Python
-# We used to have a package named liblouis, until 2.4.1.
 Requires:   %{name}-data >= %{version}
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}

python3-louis.spec: same change



commit liblouis for openSUSE:Factory

2016-08-17 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2016-08-17 12:01:32

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2016-03-29 
14:26:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2016-08-17 
12:01:34.0 +0200
@@ -1,0 +2,13 @@
+Mon Jun  6 16:11:31 UTC 2016 - dims...@opensuse.org
+
+- Move %install_info_delete from postun to preun.
+- Drop makeinfo BuildRequires: it's quite a big dependency and
+  the .info file is present in the tarball.
+- Install doc directly (make_install -C doc).
+
+---
+Thu Apr 14 15:28:43 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---
python-louis.changes: same change
python3-louis.changes: same change



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.JqCIUN/_old  2016-08-17 12:01:35.0 +0200
+++ /var/tmp/diff_new_pack.JqCIUN/_new  2016-08-17 12:01:35.0 +0200
@@ -40,7 +40,6 @@
 BuildRequires:  pkg-config
 PreReq: %install_info_prereq
 BuildRequires:  fdupes
-BuildRequires:  makeinfo >= 5
 %else
 BuildRequires:  liblouis-devel
 BuildRequires:  python%{py_suffix}
@@ -194,6 +193,8 @@
 %install
 %if %build_core_not_python
 %make_install
+# doc is only auto-installed when makeinfo is present
+%make_install -C doc
 find %{buildroot} -type f -name "*.la" -delete -print
 # We'll package them as rpm docs
 %{__rm} -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt}
@@ -210,7 +211,7 @@
 %post doc
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun doc
+%preun doc
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %post -n liblouis9 -p /sbin/ldconfig

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.JqCIUN/_old  2016-08-17 12:01:35.0 +0200
+++ /var/tmp/diff_new_pack.JqCIUN/_new  2016-08-17 12:01:35.0 +0200
@@ -40,7 +40,6 @@
 BuildRequires:  pkg-config
 PreReq: %install_info_prereq
 BuildRequires:  fdupes
-BuildRequires:  makeinfo >= 5
 %else
 BuildRequires:  liblouis-devel
 BuildRequires:  python%{py_suffix}
@@ -194,6 +193,8 @@
 %install
 %if %build_core_not_python
 %make_install
+# doc is only auto-installed when makeinfo is present
+%make_install -C doc
 find %{buildroot} -type f -name "*.la" -delete -print
 # We'll package them as rpm docs
 %{__rm} -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt}
@@ -210,7 +211,7 @@
 %post doc
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun doc
+%preun doc
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %post -n liblouis9 -p /sbin/ldconfig

python3-louis.spec: same change



commit liblouis for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2016-03-29 14:26:08

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2016-01-13 
22:42:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2016-03-29 
14:26:09.0 +0200
@@ -1,0 +2,6 @@
+Tue Jan 19 13:32:40 UTC 2016 - jeng...@inai.de
+
+- Use %{?_smp_mflags} for parallel build, newer %make_install
+  for installation, and remove redundant %clean section.
+
+---
python-louis.changes: same change
python3-louis.changes: same change



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.ZpkRm6/_old  2016-03-29 14:26:10.0 +0200
+++ /var/tmp/diff_new_pack.ZpkRm6/_new  2016-03-29 14:26:10.0 +0200
@@ -184,7 +184,7 @@
 
 %build
 %configure --disable-static
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 %if !%build_core_not_python
 pushd python
 %{__python} setup.py build
@@ -193,7 +193,7 @@
 
 %install
 %if %build_core_not_python
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 # We'll package them as rpm docs
 %{__rm} -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt}
@@ -205,8 +205,6 @@
 popd
 %endif
 
-%clean
-%{__rm} -rf %{buildroot}
 %if %build_core_not_python
 
 %post doc

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.ZpkRm6/_old  2016-03-29 14:26:10.0 +0200
+++ /var/tmp/diff_new_pack.ZpkRm6/_new  2016-03-29 14:26:10.0 +0200
@@ -184,7 +184,7 @@
 
 %build
 %configure --disable-static
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 %if !%build_core_not_python
 pushd python
 %{__python} setup.py build
@@ -193,7 +193,7 @@
 
 %install
 %if %build_core_not_python
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 # We'll package them as rpm docs
 %{__rm} -f %{buildroot}%{_datadir}/doc/liblouis/liblouis.{html,txt}
@@ -205,8 +205,6 @@
 popd
 %endif
 
-%clean
-%{__rm} -rf %{buildroot}
 %if %build_core_not_python
 
 %post doc

python3-louis.spec: same change



commit liblouis for openSUSE:Factory

2016-01-13 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2016-01-13 22:42:29

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2015-11-12 
19:38:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2016-01-13 
22:42:30.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 11 14:20:01 UTC 2016 - fcro...@suse.com
+
+- Move data from library package to separate subpackage, to ensure
+  library package can be safely upgraded.
+
+---
python-louis.changes: same change
python3-louis.changes: same change



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.RFmf2K/_old  2016-01-13 22:42:31.0 +0100
+++ /var/tmp/diff_new_pack.RFmf2K/_new  2016-01-13 22:42:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblouis
 #
-# 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
@@ -73,6 +73,7 @@
 License:LGPL-3.0+
 Group:  System/Libraries
 # We used to have a package named liblouis, until 2.4.1.
+Requires:   %{name}-data >= %{version}
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
 
@@ -91,6 +92,30 @@
 screenreader for Linux. It has, however, gone far beyond these
 routines. It is named in honor of Louis Braille.
 
+%package data
+Summary:Data files for Braille Translator and Back-Translator
+License:LGPL-3.0+
+Group:  System/Libraries
+Conflicts:  liblouis2 < 2.6.4
+
+%description data
+Liblouis is an open-source braille translator and back-translator.
+It features support for computer and literary braille, supports
+contracted and uncontracted translation for many, many languages
+and has support for hyphenation. New languages can easily be added
+through tables that support a rule- or dictionary based approach.
+
+Liblouis also supports math braille (Nemeth and Marburg). The
+formatting of braille is provided by the companion project
+liblouisxml.
+
+Liblouis is based on the translation routines in the BRLTTY
+screenreader for Linux. It has, however, gone far beyond these
+routines. It is named in honor of Louis Braille.
+
+This package contains data required by main package.
+
+
 %package tools
 Summary:Braille Translator and Back-Translator - Tools
 License:GPL-3.0+
@@ -197,9 +222,12 @@
 %files -n liblouis9
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING.LESSER NEWS README
-%{_datadir}/liblouis/
 %{_libdir}/*.so.*
 
+%files data
+%defattr(-, root, root)
+%{_datadir}/liblouis/
+
 %files tools
 %defattr(-, root, root)
 %doc COPYING

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.RFmf2K/_old  2016-01-13 22:42:31.0 +0100
+++ /var/tmp/diff_new_pack.RFmf2K/_new  2016-01-13 22:42:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-louis
 #
-# 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
@@ -73,6 +73,7 @@
 License:LGPL-3.0+
 Group:  Development/Languages/Python
 # We used to have a package named liblouis, until 2.4.1.
+Requires:   %{name}-data >= %{version}
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
 
@@ -91,6 +92,30 @@
 screenreader for Linux. It has, however, gone far beyond these
 routines. It is named in honor of Louis Braille.
 
+%package data
+Summary:Data files for Braille Translator and Back-Translator - Python 
Bindings
+License:LGPL-3.0+
+Group:  Development/Languages/Python
+Conflicts:  liblouis2 < 2.6.4
+
+%description data
+Liblouis is an open-source braille translator and back-translator.
+It features support for computer and literary braille, supports
+contracted and uncontracted translation for many, many languages
+and has support for hyphenation. New languages can easily be added
+through tables that support a rule- or dictionary based approach.
+
+Liblouis also supports math braille (Nemeth and Marburg). The
+formatting of braille is provided by the companion project
+liblouisxml.
+
+Liblouis is based on the translation routines in the BRLTTY
+screenreader for Linux. It has, however, gone far be

commit liblouis for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2015-11-12 19:38:36

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2014-03-28 
16:24:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2015-11-12 
19:38:39.0 +0100
@@ -1,0 +2,84 @@
+Wed Oct 21 18:49:50 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.6.4:
+  + New features: YAML based harness tests. Harness tests can now
+be written in simple YAML notation and they are integrated with
+the normal `make check' command. They can be used for both ucs2
+and ucs4 and no Python is required.
+  + Bug fixes:
+- Use a separate gnulib instance for the library and the tools.
+  Use the strndup module to avoid build problems on windows.
+- Fix a problem with the nocross opcode when used in
+  combination with the opcodes nocont and compbrl.
+- Fix a problem with the decoding of the harness test files.
+- Fix numerous problems in the way braille indicators are
+  handled. There is now a safe version of the checkAttr
+  function which makes sure that no attributes are checked
+  beyond the boundaries of the currentInput. This fixes the
+  random behavior with tests where the emphasis extends to the
+  end of the input string.
+  + Other changes:
+- If found use texi2any to build the documentation.
+- Fix permissions of Korean tables.
+- Update the windows build instructions.
+  + Braille table improvements:
+- Changes from version 2.6.3:
+  + New features:
+- [beta] The new function lou_findTable can be used for table
+  discovery based on meta data in table headers.
+- The Python API now has a new function to check tables aptly
+  named ~checkTable~.
+  + Bug fixes: Fixed a problem in resolveTable when using a Java
+resolver.
+  + Other changes: The build dependency on makeinfo is now
+optional. If it is not installed we simply do not build the
+documentation.
+  + Braille table improvements.
+  + Corrections and improvements made to UEB tables.
+- Changes from version 2.6.2:
+  + New features: Harness tests now can test for typeform
+differences.
+  + Bug fixes: Fix for emphasis bug.
+  + Braille table improvements.
+- Changes from version 2.6.1:
+  + New features: New Braille tables.
+  + Braille table improvements.
+  + Bug fixes: Fix a compiler warning in the logging code.
+  + Documentation updates: The documentation has been restructured
+to be more beginner friendly and a short introduction to
+translation table writing has been added.
+  + Other changes:
+- When compiling with mingw or cygwin resulting dll is
+  liblouis.dll.
+- runHarness.py: add new output format, compact output mode
+  suitable for grepping.
+  + Backwards incompatible changes:
+- Deleted ga.ctb now superseded by ga-g1.utb and ga.g2.ctb.
+- Nl-Nl-g1.utb has been removed. It is superseded by
+  nl-NL-g1.ctb.
+- nl-be-g1.utb has been removed. It is superseded by
+  nl-BE-g1.ctb.
+- Changes from version 2.6.0:
+  + New features:
+- New Braille tables.
+- Logging callback. There is now a callback system in place to
+  get error messages and warnings.
+  + Bug fixes:
+- Fix back translation problems when word gets split in unusual
+  places causing back translation of whole words.
+- Fixed bug to prevent removal of \x between largesign
+  rules.
+- Fixed a bug in back translation, when a letsign was
+  encountered, the letsign was being applied beyond the element
+  it applied to.
+- Fix memory leaks in the default table resolver introduced in
+  the previous release.
+- Fixes to the build system.
+  + Braille table improvements.
+- Bump soname following upstream changes, leading to rename of
+  package liblouis2 to liblouis9.
+- Update url and sourceurl to new working ones.
+- Add exlicit makeinfo BuildRequires, we want to build
+  documentation.
+
+---
--- /work/SRC/openSUSE:Factory/liblouis/python-louis.changes2014-03-28 
16:24:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/python-louis.changes   
2015-11-12 19:38:39.0 +0100
@@ -2 +2,85 @@
-Thu Mar 27 03:51:52 UTC 2014 - mgo...@suse.com
+Wed Oct 21 18:49:50 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.6.4:
+  + New features: YAML based harness tests. Harness tests can now
+be written in simple YAML notation and they are integrated with
+the normal `make check' command. They can be used for both ucs2
+and ucs4 and no Pyth

commit liblouis for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2014-03-28 16:24:48

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2013-06-29 
19:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2014-03-28 
16:24:49.0 +0100
@@ -1,0 +2,28 @@
+Thu Mar 27 03:50:59 UTC 2014 - mgo...@suse.com
+
+-Update to version 2.5.4: 
+  + New features
+- Added function lou_registerTableResolver for plugging in a
+  table resolver callback from your host language.
+  + Bug Fixes
+- Fixed ENDSEGMENT indicator in computer Braille.
+- Emphasized words should now be contracted consistently.
+- Fixed several problems with back-translation. A slash within
+  a number and strings such as 5-inch-diameter and
+  25-year-old-man should now back-translate correctly.
+- Fixed a problem with syllable opcode.
+- Fix warnings with gcc 4.8.2.
+- When a table is specified with an absolute or relative path,
+  the "includes" in that table will now work as expected,
+  meaning files in the same directory will be found.
+  + Braille Table Improvements to fr-bfu-comp8, en-us-g2,
+en-ueb-g2, BUlgarian, en-gb-g1, Nemeth, Slovenian, Norwegian,
+Nepali, Danish.
+  + Backwards incompatible changes
+- Delete the table chardefs-ueb.cti as these rules are now
+  provided by en-ueb-chardefs.uti
+- Update source URL.
+- COPYING.LIB has been renamed to COPYING.LESSER
+- Use fdupes for base package.
+
+---
--- /work/SRC/openSUSE:Factory/liblouis/python-louis.changes2013-06-29 
19:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/python-louis.changes   
2014-03-28 16:24:49.0 +0100
@@ -1,0 +2,28 @@
+Thu Mar 27 03:51:52 UTC 2014 - mgo...@suse.com
+
+-Update to version 2.5.4: 
+  + New features
+- Added function lou_registerTableResolver for plugging in a
+  table resolver callback from your host language.
+  + Bug Fixes
+- Fixed ENDSEGMENT indicator in computer Braille.
+- Emphasized words should now be contracted consistently.
+- Fixed several problems with back-translation. A slash within
+  a number and strings such as 5-inch-diameter and
+  25-year-old-man should now back-translate correctly.
+- Fixed a problem with syllable opcode.
+- Fix warnings with gcc 4.8.2.
+- When a table is specified with an absolute or relative path,
+  the "includes" in that table will now work as expected,
+  meaning files in the same directory will be found.
+  + Braille Table Improvements to fr-bfu-comp8, en-us-g2,
+en-ueb-g2, BUlgarian, en-gb-g1, Nemeth, Slovenian, Norwegian,
+Nepali, Danish.
+  + Backwards incompatible changes
+- Delete the table chardefs-ueb.cti as these rules are now
+  provided by en-ueb-chardefs.uti
+- Update source URL.
+- COPYING.LIB has been renamed to COPYING.LESSER
+- Use fdupes for base package.
+
+---
--- /work/SRC/openSUSE:Factory/liblouis/python3-louis.changes   2013-06-29 
19:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/python3-louis.changes  
2014-03-28 16:24:49.0 +0100
@@ -1,0 +2,28 @@
+Thu Mar 27 03:51:37 UTC 2014 - mgo...@suse.com
+
+Update to version 2.5.4:
+  + New features
+- Added function lou_registerTableResolver for plugging in a
+  table resolver callback from your host language.
+  + Bug Fixes
+- Fixed ENDSEGMENT indicator in computer Braille.
+- Emphasized words should now be contracted consistently.
+- Fixed several problems with back-translation. A slash within
+  a number and strings such as 5-inch-diameter and
+  25-year-old-man should now back-translate correctly.
+- Fixed a problem with syllable opcode.
+- Fix warnings with gcc 4.8.2.
+- When a table is specified with an absolute or relative path,
+  the "includes" in that table will now work as expected,
+  meaning files in the same directory will be found.
+  + Braille Table Improvements to fr-bfu-comp8, en-us-g2,
+en-ueb-g2, BUlgarian, en-gb-g1, Nemeth, Slovenian, Norwegian,
+Nepali, Danish.
+  + Backwards incompatible changes
+- Delete the table chardefs-ueb.cti as these rules are now
+  provided by en-ueb-chardefs.uti
+- Update source URL.
+- COPYING.LIB has been renamed to COPYING.LESSER
+- Use fdupes for base package.
+
+---

Old:

  liblouis-2.5.3.tar.gz

New:

  liblouis-2.5.4.tar.gz


commit liblouis for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2013-06-29 19:42:45

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2013-01-17 
09:45:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2013-06-29 
19:42:47.0 +0200
@@ -1,0 +2,63 @@
+Sat Jun 22 09:44:44 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.5.3:
+  + New features:
+- New Braille tables.
+  . Korean grade 1 and grade 2.
+  . U.K. English 8 dot computer braille table.
+  . New Russian literary and computer braille tables. These
+replace the older Russian tables which are left for
+backwards compatibility.
+  . New hyphenation dictionary for Russian.
+  . Updated hyphenation tables for the Norwegian language
+(nynorsk and bokmål).
+  . New hyphenation dictionary for Esperanto.
+  . New Esperanto grade 1 table, using the x system for
+accented letters.
+- runHarness.py: 
+  . Accept filename globs on the commandline to run specific
+harness files. In tests/harness, one can do make 
+or make runall Removed from make check because these checks
+are checking the validity of our tables, rather than
+validity of the code.
+  + Braille Table Improvements:
+- da-dk-g2.ctb, mostly rewritten to use nocross and hyphenation
+  table.
+- Most tables: removed the default collapse whitespace
+  statements, if you need to compress whitespace, consider
+  adding compress.ctb to the list of tables when processing.
+- Corrections to Unified English Braille Code (Grade 1 and 2).
+- Corrections to apostrophes in the Computer Spanish 8 dots
+  Braille table (Es-Es-G0.utb).
+- Corrections for double angle quotation marks and emphasis
+  marks in the Norwegian Grade 0 Braille Table.
+- Fixes for a minor problem regarding the noletsign in
+  Norwegian contracted braille.
+- Corrections to the Italian table.
+- Corrections to the Hungarian grade 1 table.
+- Corrections to English, U.S. Grade 2 (ABAE) table.
+- Further reorganization of the tables to remove duplication.
+  Move litdigit opcode common parts and include where needed.
+- Removed obsolete en-us-g1.utb, which has been replaced by
+  en-us-g1.ctb.
+- Added dictionary harness tests for: en-ueb-g2.ctb,
+  en-us-g2.ctb.
+- Corrections to Nemeth character definitions.
+- Corrections to the Esperanto table.
+  + Bug Fixes:
+- Cursor position calculation is now based on the same code
+  that calculates inpos and outpos. This probably solves a
+  number of bugs.
+- Fix nocross opcode processing.
+- Fix several buffer over/under runs in
+  lou_translateString.c:hyphenate.
+- Fix the '=' problem, i.e. fix inputPositions calculation for
+  the case where the equals sign is used as the dots operand.
+- Fix a bug when resizing a table. Previously not all
+  references to this table were updated.
+  + Backwards incompatible changes:
+- The feature that allowed a mapping between language code and
+  Braille table was removed as it contained a out-of-bounds
+  access bug, was never documented and probably never used.
+
+---
python-louis.changes: same change
python3-louis.changes: same change

Old:

  liblouis-2.5.2.tar.gz

New:

  liblouis-2.5.3.tar.gz



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.Nb360t/_old  2013-06-29 19:42:48.0 +0200
+++ /var/tmp/diff_new_pack.Nb360t/_new  2013-06-29 19:42:48.0 +0200
@@ -29,7 +29,7 @@
 
 Name:   liblouis
 %define _name   liblouis
-Version:2.5.2
+Version:2.5.3
 Release:0
 Summary:Braille Translator and Back-Translator
 License:LGPL-3.0+

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.Nb360t/_old  2013-06-29 19:42:48.0 +0200
+++ /var/tmp/diff_new_pack.Nb360t/_new  2013-06-29 19:42:48.0 +0200
@@ -29,7 +29,7 @@
 
 Name:   python-louis
 %define _name   liblouis
-Version:2.5.2
+Version:2.5.3
 Release:0
 Summary:Braille Translator and Back-Translator - Python Bindings
 License:LGPL-3.0+

python3-louis.spec: same change
++ liblouis-2.5.2.tar.gz -> liblouis-2.5.3.tar.gz ++
 363037 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: open

commit liblouis for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2013-01-17 09:45:40

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2013-01-07 
15:31:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2013-01-17 
09:45:41.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 12 14:22:44 UTC 2013 - dims...@opensuse.org
+
+- Add python3-louis target.
+
+---
python-louis.changes: same change
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/python3-louis.changes  
2013-01-17 09:45:41.0 +0100
@@ -0,0 +1,230 @@
+---
+Sat Jan 12 14:22:44 UTC 2013 - dims...@opensuse.org
+
+- Add python3-louis target.
+
+---
+Sun Dec 23 09:27:13 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.5.2:
+  + New features:
+- New tool to trace rule application (lou_trace).
+- New Braille tables
+  . Inuktitut grade 1.
+  . UEB grade 1 and 2.
+  . Korean table.
+- Braille Table Improvements
+- da-gk-g2.ctb, fixes for transposed â, å, æ, ä, ø  and ö,
+  corrected/improved harness tests.
+- Corrections for en-GB-g2.ctb.
+- Corrections to the Hungarian grade 1 table.
+  + Bug Fixes:
+- Update gnulib.
+- Fix a bug in the correct opcode which causes sometimes random
+  results when translating.
+- Fixes for compiler warnings.
+- Fix some Valgrind warnings about invalid reads.
+
+---
+Tue Sep 25 06:46:24 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.5.1:
+  + Braille Table Improvements
+- Fix encoding problem in italian table and added more
+  character definitions.
+- Rename it-it-g1.utb to it-it-comp6.utb and it-it-g1.utb2 to
+  it-it-comp8.utb.
+  + Bug fixes:
+- Fix outputPos and inlen where an input character generates
+  multiple output characters.
+
+---
+Mon Sep 17 09:40:42 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.5.0:
+  + New features:
+- New Braille tables
+  . Estonian grade 0
+  . Portuguese 8 dot Computer braille
+- UTF-8 support in tables
+- Improvements to the python bindings
+- Add a doctest infrastructure
+- Support for Python 3 in the Python bindings
+  + Improved C-based test framework
+  + Improved documentation
+  + Braille table improvements
+  + Bug fixes
+- Remove checks for outdated openSUSE versions (<= 11.2).
+
+---
+Mon Sep 10 15:49:14 UTC 2012 - vu...@opensuse.org
+
+- Create a tools and a doc subpackages to contain the tools and
+  documentation shipped by liblouis, instead of having a liblouis
+  subpackage, since that's confusing (because what people are
+  usually interested is the liblouis2 subpackage).
+- Ship COPYING.LIB in liblouis2 subpackage and COPYING in the tools
+  subpackage since everything is LGPL-3.0+, except the tools that
+  are GPL-3.0+. That fixes bnc#779253.
+- Since we don't have a liblouis subpackage anymore, add Provides
+  and Obsoletes for it to liblouis2 for smooth upgrades.
+
+---
+Fri Feb 24 07:49:42 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.4.1:
+  + New features:
+- Czech hyphenation table
+- Spanish grade 1 table
+- New tamil table
+  + Braille Table Improvements: Icelandic 8-dot, Norwegian,
+Portuguese grade1, uncontracted Spanish.
+- Changes from version 2.4.0:
+  + New features:
+- New Generic Farsi Grade 1 table
+- Emacs mode for editing Braille tables
+  + Braille Table Improvements: Czech, French comp6 and comp8,
+Generic Arabic Grade 1, Romanian.
+
+---
+Sun May 22 21:22:40 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.3.0:
+  + New features:
+- Multiple table search path (with LOUIS_TABLEPATH environment
+  variable)
+- New --quiet option for lou_checktable
+- New functions to make libraries relocatable
+- New Braille tables: Swedish, Sorani (Kurdish), Ethiopic,
+  Serbian, many Indian languages , Icelandic 6- and 8-dot,
+  Catalan, Dutch Braille (for Belgium and the Netherlands),
+  Flemish Braille Math Code (a.k.a. Woluwe code).
+  + Braille Table Improveme

commit liblouis for openSUSE:Factory

2013-01-07 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2013-01-07 15:31:20

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2012-10-03 
10:27:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2013-01-07 
15:31:24.0 +0100
@@ -1,0 +2,22 @@
+Sun Dec 23 09:27:13 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.5.2:
+  + New features:
+- New tool to trace rule application (lou_trace).
+- New Braille tables
+  . Inuktitut grade 1.
+  . UEB grade 1 and 2.
+  . Korean table.
+- Braille Table Improvements
+- da-gk-g2.ctb, fixes for transposed â, å, æ, ä, ø  and ö,
+  corrected/improved harness tests.
+- Corrections for en-GB-g2.ctb.
+- Corrections to the Hungarian grade 1 table.
+  + Bug Fixes:
+- Update gnulib.
+- Fix a bug in the correct opcode which causes sometimes random
+  results when translating.
+- Fixes for compiler warnings.
+- Fix some Valgrind warnings about invalid reads.
+
+---
python-louis.changes: same change

Old:

  liblouis-2.5.1.tar.gz

New:

  liblouis-2.5.2.tar.gz



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.sQmVP7/_old  2013-01-07 15:31:25.0 +0100
+++ /var/tmp/diff_new_pack.sQmVP7/_new  2013-01-07 15:31:25.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   liblouis
 %define _name   liblouis
-Version:2.5.1
+Version:2.5.2
 Release:0
 Summary:Braille Translator and Back-Translator
 License:LGPL-3.0+

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.sQmVP7/_old  2013-01-07 15:31:25.0 +0100
+++ /var/tmp/diff_new_pack.sQmVP7/_new  2013-01-07 15:31:25.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   python-louis
 %define _name   liblouis
-Version:2.5.1
+Version:2.5.2
 Release:0
 Summary:Braille Translator and Back-Translator - Python Bindings
 License:LGPL-3.0+

++ liblouis-2.5.1.tar.gz -> liblouis-2.5.2.tar.gz ++
 45781 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit liblouis for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2012-10-03 10:27:43

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2012-09-13 
00:03:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2012-10-03 
10:27:45.0 +0200
@@ -1,0 +2,31 @@
+Tue Sep 25 06:46:24 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.5.1:
+  + Braille Table Improvements
+- Fix encoding problem in italian table and added more
+  character definitions.
+- Rename it-it-g1.utb to it-it-comp6.utb and it-it-g1.utb2 to
+  it-it-comp8.utb.
+  + Bug fixes:
+- Fix outputPos and inlen where an input character generates
+  multiple output characters.
+
+---
+Mon Sep 17 09:40:42 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.5.0:
+  + New features:
+- New Braille tables
+  . Estonian grade 0
+  . Portuguese 8 dot Computer braille
+- UTF-8 support in tables
+- Improvements to the python bindings
+- Add a doctest infrastructure
+- Support for Python 3 in the Python bindings
+  + Improved C-based test framework
+  + Improved documentation
+  + Braille table improvements
+  + Bug fixes
+- Remove checks for outdated openSUSE versions (<= 11.2).
+
+---
python-louis.changes: same change

Old:

  liblouis-2.4.1.tar.gz

New:

  liblouis-2.5.1.tar.gz



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.kckSNC/_old  2012-10-03 10:27:46.0 +0200
+++ /var/tmp/diff_new_pack.kckSNC/_new  2012-10-03 10:27:46.0 +0200
@@ -20,9 +20,8 @@
 
 Name:   liblouis
 %define _name   liblouis
-Version:2.4.1
+Version:2.5.1
 Release:0
-# FIXME: on update to > 2.4.1, change <= to < in Obsoletes
 Summary:Braille Translator and Back-Translator
 License:LGPL-3.0+
 Group:  Productivity/Other
@@ -36,9 +35,6 @@
 BuildRequires:  python
 Requires:   liblouis2 = %{version}
 %py_requires
-%if %suse_version <= 1110
-%define python_sitelib %{py_sitedir}
-%endif
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -67,7 +63,7 @@
 Group:  System/Libraries
 # We used to have a package named liblouis, until 2.4.1.
 Provides:   %{name} = %{version}
-Obsoletes:  %{name} <= %{version}
+Obsoletes:  %{name} < %{version}
 
 %description -n liblouis2
 Liblouis is an open-source braille translator and back-translator.

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.kckSNC/_old  2012-10-03 10:27:46.0 +0200
+++ /var/tmp/diff_new_pack.kckSNC/_new  2012-10-03 10:27:46.0 +0200
@@ -20,9 +20,8 @@
 
 Name:   python-louis
 %define _name   liblouis
-Version:2.4.1
+Version:2.5.1
 Release:0
-# FIXME: on update to > 2.4.1, change <= to < in Obsoletes
 Summary:Braille Translator and Back-Translator - Python Bindings
 License:LGPL-3.0+
 Group:  Development/Languages/Python
@@ -36,9 +35,6 @@
 BuildRequires:  python
 Requires:   liblouis2 = %{version}
 %py_requires
-%if %suse_version <= 1110
-%define python_sitelib %{py_sitedir}
-%endif
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -67,7 +63,7 @@
 Group:  Development/Languages/Python
 # We used to have a package named liblouis, until 2.4.1.
 Provides:   %{name} = %{version}
-Obsoletes:  %{name} <= %{version}
+Obsoletes:  %{name} < %{version}
 
 %description -n liblouis2
 Liblouis is an open-source braille translator and back-translator.

++ liblouis-2.4.1.tar.gz -> liblouis-2.5.1.tar.gz ++
 192220 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit liblouis for openSUSE:Factory

2012-09-12 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2012-09-13 00:03:39

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2012-02-28 
19:24:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2012-09-13 
00:03:51.0 +0200
@@ -1,0 +2,13 @@
+Mon Sep 10 15:49:14 UTC 2012 - vu...@opensuse.org
+
+- Create a tools and a doc subpackages to contain the tools and
+  documentation shipped by liblouis, instead of having a liblouis
+  subpackage, since that's confusing (because what people are
+  usually interested is the liblouis2 subpackage).
+- Ship COPYING.LIB in liblouis2 subpackage and COPYING in the tools
+  subpackage since everything is LGPL-3.0+, except the tools that
+  are GPL-3.0+. That fixes bnc#779253.
+- Since we don't have a liblouis subpackage anymore, add Provides
+  and Obsoletes for it to liblouis2 for smooth upgrades.
+
+---
python-louis.changes: same change



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.F5B7Hd/_old  2012-09-13 00:03:52.0 +0200
+++ /var/tmp/diff_new_pack.F5B7Hd/_new  2012-09-13 00:03:52.0 +0200
@@ -22,6 +22,7 @@
 %define _name   liblouis
 Version:2.4.1
 Release:0
+# FIXME: on update to > 2.4.1, change <= to < in Obsoletes
 Summary:Braille Translator and Back-Translator
 License:LGPL-3.0+
 Group:  Productivity/Other
@@ -62,7 +63,11 @@
 
 %package -n liblouis2
 Summary:Braille Translator and Back-Translator
+License:LGPL-3.0+
 Group:  System/Libraries
+# We used to have a package named liblouis, until 2.4.1.
+Provides:   %{name} = %{version}
+Obsoletes:  %{name} <= %{version}
 
 %description -n liblouis2
 Liblouis is an open-source braille translator and back-translator.
@@ -79,8 +84,49 @@
 screenreader for Linux. It has, however, gone far beyond these
 routines. It is named in honor of Louis Braille.
 
+%package tools
+Summary:Braille Translator and Back-Translator - Tools
+License:GPL-3.0+
+Group:  Productivity/Other
+
+%description tools
+Liblouis is an open-source braille translator and back-translator.
+It features support for computer and literary braille, supports
+contracted and uncontracted translation for many, many languages
+and has support for hyphenation. New languages can easily be added
+through tables that support a rule- or dictionary based approach.
+
+Liblouis also supports math braille (Nemeth and Marburg). The
+formatting of braille is provided by the companion project
+liblouisxml.
+
+Liblouis is based on the translation routines in the BRLTTY
+screenreader for Linux. It has, however, gone far beyond these
+routines. It is named in honor of Louis Braille.
+
+%package doc
+Summary:Braille Translator and Back-Translator - Documentation
+License:LGPL-3.0+
+Group:  Documentation/Other
+
+%description doc
+Liblouis is an open-source braille translator and back-translator.
+It features support for computer and literary braille, supports
+contracted and uncontracted translation for many, many languages
+and has support for hyphenation. New languages can easily be added
+through tables that support a rule- or dictionary based approach.
+
+Liblouis also supports math braille (Nemeth and Marburg). The
+formatting of braille is provided by the companion project
+liblouisxml.
+
+Liblouis is based on the translation routines in the BRLTTY
+screenreader for Linux. It has, however, gone far beyond these
+routines. It is named in honor of Louis Braille.
+
 %package devel
 Summary:Braille Translator and Back-Translator - Development Files
+License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Requires:   liblouis2 = %{version}
 
@@ -129,27 +175,31 @@
 %{__rm} -rf %{buildroot}
 %if %build_core_not_python
 
-%post
+%post doc
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%postun doc
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %post -n liblouis2 -p /sbin/ldconfig
 
 %postun -n liblouis2 -p /sbin/ldconfig
 
-%files
+%files -n liblouis2
 %defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING NEWS README
-%doc doc/liblouis.html doc/liblouis.txt
+%doc AUTHORS ChangeLog COPYING.LIB NEWS README
+%{_datadir}/liblouis/
+%{_libdir}/*.so.*
+
+%files tools
+%defattr(-, root, root)
+%doc COPYING
 %{_bindir}/lou_*
-%{_infodir}/%{name}.info.gz

commit liblouis for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2012-02-28 19:24:22

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2011-09-23 
02:08:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2012-02-28 
19:24:27.0 +0100
@@ -1,0 +2,17 @@
+Fri Feb 24 07:49:42 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.4.1:
+  + New features:
+- Czech hyphenation table
+- Spanish grade 1 table
+- New tamil table
+  + Braille Table Improvements: Icelandic 8-dot, Norwegian,
+Portuguese grade1, uncontracted Spanish.
+- Changes from version 2.4.0:
+  + New features:
+- New Generic Farsi Grade 1 table
+- Emacs mode for editing Braille tables
+  + Braille Table Improvements: Czech, French comp6 and comp8,
+Generic Arabic Grade 1, Romanian.
+
+---
python-louis.changes: same change

Old:

  liblouis-2.3.0.tar.bz2

New:

  liblouis-2.4.1.tar.gz



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.j6xHSq/_old  2012-02-28 19:24:29.0 +0100
+++ /var/tmp/diff_new_pack.j6xHSq/_new  2012-02-28 19:24:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblouis
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
 
 Name:   liblouis
 %define _name   liblouis
-Version:2.3.0
-Release:1
-License:LGPL-3.0+
+Version:2.4.1
+Release:0
 Summary:Braille Translator and Back-Translator
-Url:http://code.google.com/p/liblouis/
+License:LGPL-3.0+
 Group:  Productivity/Other
-Source0:%{_name}-%{version}.tar.bz2
+Url:http://code.google.com/p/liblouis/
+Source0:http://liblouis.googlecode.com/files/%{_name}-%{version}.tar.gz
 %if %build_core_not_python
 BuildRequires:  pkg-config
 PreReq: %install_info_prereq
@@ -62,7 +62,6 @@
 
 %package -n liblouis2
 Summary:Braille Translator and Back-Translator
-License:LGPL-3.0+
 Group:  System/Libraries
 
 %description -n liblouis2
@@ -82,7 +81,6 @@
 
 %package devel
 Summary:Braille Translator and Back-Translator - Development Files
-License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Requires:   liblouis2 = %{version}
 

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.j6xHSq/_old  2012-02-28 19:24:29.0 +0100
+++ /var/tmp/diff_new_pack.j6xHSq/_new  2012-02-28 19:24:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-louis
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
 
 Name:   python-louis
 %define _name   liblouis
-Version:2.3.0
-Release:1
-License:LGPL-3.0+
+Version:2.4.1
+Release:0
 Summary:Braille Translator and Back-Translator - Python Bindings
-Url:http://code.google.com/p/liblouis/
+License:LGPL-3.0+
 Group:  Development/Languages/Python
-Source0:%{_name}-%{version}.tar.bz2
+Url:http://code.google.com/p/liblouis/
+Source0:http://liblouis.googlecode.com/files/%{_name}-%{version}.tar.gz
 %if %build_core_not_python
 BuildRequires:  pkg-config
 PreReq: %install_info_prereq
@@ -62,7 +62,6 @@
 
 %package -n liblouis2
 Summary:Braille Translator and Back-Translator - Python Bindings
-License:LGPL-3.0+
 Group:  Development/Languages/Python
 
 %description -n liblouis2
@@ -82,7 +81,6 @@
 
 %package devel
 Summary:Braille Translator and Back-Translator - Development Files - 
Python Bindings
-License:LGPL-3.0+
 Group:  Development/Languages/Python
 Requires:   liblouis2 = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit liblouis for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2011-12-06 18:24:26

Comparing /work/SRC/openSUSE:Factory/liblouis (Old)
 and  /work/SRC/openSUSE:Factory/.liblouis.new (New)


Package is "liblouis", Maintainer is "gnome-maintain...@suse.de"

Changes:

python-louis.changes: same change



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.S430i1/_old  2011-12-06 18:42:30.0 +0100
+++ /var/tmp/diff_new_pack.S430i1/_new  2011-12-06 18:42:30.0 +0100
@@ -22,7 +22,7 @@
 %define _name   liblouis
 Version:2.3.0
 Release:1
-License:LGPLv3+
+License:LGPL-3.0+
 Summary:Braille Translator and Back-Translator
 Url:http://code.google.com/p/liblouis/
 Group:  Productivity/Other
@@ -62,7 +62,7 @@
 
 %package -n liblouis2
 Summary:Braille Translator and Back-Translator
-License:LGPLv3+
+License:LGPL-3.0+
 Group:  System/Libraries
 
 %description -n liblouis2
@@ -82,7 +82,7 @@
 
 %package devel
 Summary:Braille Translator and Back-Translator - Development Files
-License:LGPLv3+
+License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Requires:   liblouis2 = %{version}
 

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.S430i1/_old  2011-12-06 18:42:30.0 +0100
+++ /var/tmp/diff_new_pack.S430i1/_new  2011-12-06 18:42:30.0 +0100
@@ -22,7 +22,7 @@
 %define _name   liblouis
 Version:2.3.0
 Release:1
-License:LGPLv3+
+License:LGPL-3.0+
 Summary:Braille Translator and Back-Translator - Python Bindings
 Url:http://code.google.com/p/liblouis/
 Group:  Development/Languages/Python
@@ -62,7 +62,7 @@
 
 %package -n liblouis2
 Summary:Braille Translator and Back-Translator - Python Bindings
-License:LGPLv3+
+License:LGPL-3.0+
 Group:  Development/Languages/Python
 
 %description -n liblouis2
@@ -82,7 +82,7 @@
 
 %package devel
 Summary:Braille Translator and Back-Translator - Development Files - 
Python Bindings
-License:LGPLv3+
+License:LGPL-3.0+
 Group:  Development/Languages/Python
 Requires:   liblouis2 = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit liblouis for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory
checked in at Tue May 31 13:42:13 CEST 2011.




--- liblouis/liblouis.changes   2010-08-28 09:55:18.0 +0200
+++ /mounts/work_src_done/STABLE/liblouis/liblouis.changes  2011-05-27 
00:27:55.0 +0200
@@ -1,0 +2,22 @@
+Sun May 22 21:22:40 CEST 2011 - dims...@opensuse.org
+
+- Update to version 2.3.0:
+  + New features:
+- Multiple table search path (with LOUIS_TABLEPATH environment
+  variable)
+- New --quiet option for lou_checktable
+- New functions to make libraries relocatable
+- New Braille tables: Swedish, Sorani (Kurdish), Ethiopic,
+  Serbian, many Indian languages , Icelandic 6- and 8-dot,
+  Catalan, Dutch Braille (for Belgium and the Netherlands),
+  Flemish Braille Math Code (a.k.a. Woluwe code).
+  + Braille Table Improvements: Chinse, Spanish Braille, French 6
+and 8 dot, Italian 8 dot, Generic Arabic Grade 1, Spanish,
+Norwegian.
+  + Bug fixes:
+- Fixed a long standing bug with an infinite loop in the table
+  compiler
+  + Improved documentation
+- Add pkg-config BuildRequires to get proper pkgconfig() provides.
+
+---
python-louis.changes: same change

calling whatdependson for head-i586


Old:

  liblouis-2.1.1.tar.bz2

New:

  liblouis-2.3.0.tar.bz2



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.JJAFQv/_old  2011-05-31 13:41:39.0 +0200
+++ /var/tmp/diff_new_pack.JJAFQv/_new  2011-05-31 13:41:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package liblouis (Version 2.1.1)
+# spec file for package liblouis
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   liblouis
 %define _name   liblouis
-Version:2.1.1
+Version:2.3.0
 Release:1
 License:LGPLv3+
 Summary:Braille Translator and Back-Translator
@@ -28,6 +28,7 @@
 Group:  Productivity/Other
 Source0:%{_name}-%{version}.tar.bz2
 %if %build_core_not_python
+BuildRequires:  pkg-config
 PreReq: %install_info_prereq
 %else
 BuildRequires:  liblouis-devel

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.JJAFQv/_old  2011-05-31 13:41:39.0 +0200
+++ /var/tmp/diff_new_pack.JJAFQv/_new  2011-05-31 13:41:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-louis (Version 2.1.1)
+# spec file for package python-louis
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   python-louis
 %define _name   liblouis
-Version:2.1.1
+Version:2.3.0
 Release:1
 License:LGPLv3+
 Summary:Braille Translator and Back-Translator - Python Bindings
@@ -28,6 +28,7 @@
 Group:  Development/Languages/Python
 Source0:%{_name}-%{version}.tar.bz2
 %if %build_core_not_python
+BuildRequires:  pkg-config
 PreReq: %install_info_prereq
 %else
 BuildRequires:  liblouis-devel

++ liblouis-2.1.1.tar.bz2 -> liblouis-2.3.0.tar.bz2 ++
 69190 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org