Hello community, here is the log from the commit of package tilde for openSUSE:Factory checked in at 2019-01-08 12:29:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tilde (Old) and /work/SRC/openSUSE:Factory/.tilde.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tilde" Tue Jan 8 12:29:34 2019 rev:7 rq:663389 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tilde/tilde.changes 2017-08-24 18:48:00.386529258 +0200 +++ /work/SRC/openSUSE:Factory/.tilde.new.28833/tilde.changes 2019-01-08 12:31:35.932068206 +0100 @@ -1,0 +2,32 @@ +Mon Jan 7 15:48:49 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 1.0.0 + * Files can be opened at a specific position, by appending line + (and column) number(s). This allows jumping to positions + indicated by programs processing text files such as + compilers. + * Allow changing the default interface attributes from the + Interface Options dialog. + * Allow writing files if the directory they are in is not + writable for the current user. This is ever so slightly more + risky than creating a temporary file and moving it over the + existing one, which is the default behavior. + * Add menu items for the new Paste Selection (which pastes the + X11 primary selection) and for the new Delete Line actions. + * Make it possible to disable claiming the primary selection, + and to automatically disable this when running over SSH. When + running over SSH on high-latency connections and while + running a clipboard manager locally, the primary selection + claiming can make Tilde work slowly. + * Rewrite files in place if the owner of the file would be + changed by creating the file anew. This is a short-term + solution for fixing accidental ownership changes due to the + scheme used by Tilde to prevent file corruptions. + * Guard against off-of-line cursor positions in finding next + brace. This could cause infinite loops in some cases. + * A new dialog is available that shows the codepoints under the + cursor. + * Allow Private-Use Area characters in input and output without + substituion. + +------------------------------------------------------------------- Old: ---- tilde-0.3.7.tar.bz2 New: ---- tilde-1.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tilde.spec ++++++ --- /var/tmp/diff_new_pack.X2W7wf/_old 2019-01-08 12:31:36.292067815 +0100 +++ /var/tmp/diff_new_pack.X2W7wf/_new 2019-01-08 12:31:36.292067815 +0100 @@ -1,7 +1,7 @@ # # spec file for package tilde # -# 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,15 +12,15 @@ # 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: tilde -Version: 0.3.7 +Version: 1.0.0 Release: 0 -Summary: An intuitive text editor for the terminal -License: GPL-3.0 +Summary: A text editor for the terminal +License: GPL-3.0-only Group: Development/Libraries/C and C++ Url: http://os.ghalkes.nl/t3/libt3widget.html @@ -36,16 +36,16 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(libt3config) >= 0.2.6 BuildRequires: pkgconfig(libt3highlight) >= 0.4.0 -BuildRequires: pkgconfig(libt3widget) >= 0.5.0 +BuildRequires: pkgconfig(libt3widget) >= 1.0.0 BuildRequires: pkgconfig(libtranscript) >= 0.2.0 %description Tilde is a text editor for the console/terminal, which provides an -intuitive interface for people accustomed to GUI environments such as -Gnome, KDE and Windows. For example, the short-cut to copy the +interface for people accustomed to GUI environments such as +GNOME, KDE and Windows. For example, the short-cut to copy the current selection is Control-C, and to paste the previously copied text the short-cut Control-V can be used. As another example, the -File menu can be accessed by pressing Meta-F. +File menu can be accessed by pressing Alt-F. %prep %setup -q @@ -55,8 +55,7 @@ make %{?_smp_mflags} %install -b="%buildroot" -make install DESTDIR="$b" +%make_install %files %defattr(-,root,root) ++++++ tilde-0.3.7.tar.bz2 -> tilde-1.0.0.tar.bz2 ++++++ ++++ 13274 lines of diff (skipped)
