Hello community,

here is the log from the commit of package libt3window for openSUSE:Factory 
checked in at 2019-01-08 12:29:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libt3window (Old)
 and      /work/SRC/openSUSE:Factory/.libt3window.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libt3window"

Tue Jan  8 12:29:31 2019 rev:7 rq:663387 version:0.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libt3window/libt3window.changes  2015-02-20 
12:01:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libt3window.new.28833/libt3window.changes       
2019-01-08 12:31:34.016070289 +0100
@@ -1,0 +2,23 @@
+Mon Jan  7 13:35:16 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 0.3.2
+  * Allow compilation in C++ with pre C++11 compilers.
+  * A new function is provided which determines the width of a
+    string with explicit length.
+  * Replacement functions for determining the length are provided
+    that return a size_t instead of an int.
+  * Includes a C++ class which wraps a t3_window_t pointer and
+    forwards all the functions. Otherwise behaves like
+    std::unique_ptr, to make memory management simpler.
+  * Prefer to use Unicode line-drawing characters if they are
+    available. Some terminals explicitly disable the alternate
+    character set if UTF-8 encoding is enabled, resulting in bad
+    output.
+  * Don't use the alternate characterset for line drawing if the
+    terminal type is ansi, or if the smacs capability is not
+    defined.
+  * Internal tables were updated to Unicode 10.0.
+  * Terminal size detection is done based on cursor position
+    reporting if no other information is available.
+
+-------------------------------------------------------------------

Old:
----
  libt3window-0.2.3.tar.bz2

New:
----
  libt3window-0.3.2.tar.bz2

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

Other differences:
------------------
++++++ libt3window.spec ++++++
--- /var/tmp/diff_new_pack.eZzMEp/_old  2019-01-08 12:31:34.496069767 +0100
+++ /var/tmp/diff_new_pack.eZzMEp/_new  2019-01-08 12:31:34.500069763 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libt3window
 #
-# Copyright (c) 2015 SUSE LINUX Products 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,31 +12,29 @@
 # 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/
 #
 
 
 Name:           libt3window
 %define lname  libt3window0
-Version:        0.2.3
+Version:        0.3.2
 Release:        0
 Summary:        The Tilde Toolkit's window-based terminal program library
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Development/Libraries/C and C++
 Url:            http://os.ghalkes.nl/t3/libt3window.html
 
 #Git-Clone:    git://github.com/gphalkes/t3widget
 Source:         http://os.ghalkes.nl/dist/%name-%version.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  gettext-tools
 BuildRequires:  libtool
 BuildRequires:  libunistring-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libtranscript) >= 0.2.2
-%if 0%{?suse_version}
-BuildRequires:  fdupes
-%endif
 
 %description
 libt3window library provides functions for manipulating the terminal
@@ -77,12 +75,9 @@
 make %{?_smp_mflags}
 
 %install
-b="%buildroot"
-make install DESTDIR="$b"
-rm -f "$b/%_libdir"/*.la
-%if 0%{?fdupes:1}
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 %fdupes %buildroot/%_prefix
-%endif
 
 %post   -p /sbin/ldconfig -n %lname
 %postun -p /sbin/ldconfig -n %lname

++++++ libt3window-0.2.3.tar.bz2 -> libt3window-0.3.2.tar.bz2 ++++++
++++ 26350 lines of diff (skipped)


Reply via email to