Hello community, here is the log from the commit of package libt3widget for openSUSE:Factory checked in at 2019-01-08 12:29:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libt3widget (Old) and /work/SRC/openSUSE:Factory/.libt3widget.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libt3widget" Tue Jan 8 12:29:33 2019 rev:8 rq:663388 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libt3widget/libt3widget.changes 2017-08-24 18:47:52.987571056 +0200 +++ /work/SRC/openSUSE:Factory/.libt3widget.new.28833/libt3widget.changes 2019-01-08 12:31:34.820069414 +0100 @@ -1,0 +2,21 @@ +Mon Jan 7 15:42:03 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 1.0.3 + * Fixed: The indicator in list panes would disappear of screen + when scrolling beyond the first page. + * Fixed: The cursor position after undoing an unindent + operation was set incorrectly. + * Fixed: Bracketed paste mode was not handled correctly due to + inadvertent setting of the EKEY_PROTECT bit. + * The API has been overhauled to use more of the features of + the C++11 standard. + * Fixed: Unsplitting caused segmentation faults. + * The connection to GPM remained open during suspend, making + GPM useless for the duration of the suspend. + * Prevent the mouse cursor from moving beyond the top of the + screen while holding down the mouse button in GPM mode. + * Ensure that the mouse cursor is visible when the holding down + the mouse button in GPM mode. + * Allow searching for empty strings using regular expressions. + +------------------------------------------------------------------- Old: ---- libt3widget-0.5.2.tar.bz2 New: ---- libt3widget-1.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libt3widget.spec ++++++ --- /var/tmp/diff_new_pack.xoQsqA/_old 2019-01-08 12:31:35.240068958 +0100 +++ /var/tmp/diff_new_pack.xoQsqA/_new 2019-01-08 12:31:35.244068954 +0100 @@ -1,7 +1,7 @@ # # spec file for package libt3widget # -# Copyright (c) 2017 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,16 +12,16 @@ # 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: libt3widget -%define lname libt3widget1 -Version: 0.5.2 +%define lname libt3widget2 +Version: 1.0.3 Release: 0 Summary: The Tilde terminal dialog toolkit -License: GPL-3.0 +License: GPL-3.0-only Group: Development/Libraries/C and C++ Url: http://os.ghalkes.nl/t3/libt3widget.html @@ -35,9 +35,9 @@ BuildRequires: libtool BuildRequires: libunistring-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(libpcre) +BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(libt3key) >= 0.2.0 -BuildRequires: pkgconfig(libt3window) >= 0.2.1 +BuildRequires: pkgconfig(libt3window) >= 0.3.1 BuildRequires: pkgconfig(libtranscript) >= 0.2.2 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) @@ -80,20 +80,16 @@ make %{?_smp_mflags} %install -b="%buildroot" -make install DESTDIR="$b" -rm -f "$b/%_libdir"/*.la -%if 0%{?fdupes:1} +%make_install +find "%buildroot/%_libdir" -type f -name "*.la" -delete %fdupes %buildroot/%_prefix -%endif %post -p /sbin/ldconfig -n %lname %postun -p /sbin/ldconfig -n %lname %files -n %lname %defattr(-,root,root) -%_libdir/libt3widget.so.1* -%_libdir/libt3widget*.mod +%_libdir/libt3widget.so.2* %doc COPYING %files devel @@ -101,6 +97,7 @@ %_includedir/t3/ %_libdir/libt3widget.so %_libdir/pkgconfig/libt3widget.pc +%_libdir/libt3widget/ %_docdir/%name/ %exclude %_docdir/%name/COPYING ++++++ libt3widget-0.5.2.tar.bz2 -> libt3widget-1.0.3.tar.bz2 ++++++ ++++ 127008 lines of diff (skipped)
