commit tilde for openSUSE:Factory

2020-06-06 Thread root
Hello community,

here is the log from the commit of package tilde for openSUSE:Factory checked 
in at 2020-06-06 23:38:49

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


Package is "tilde"

Sat Jun  6 23:38:49 2020 rev:10 rq:811886 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/tilde/tilde.changes  2019-12-21 
12:32:46.891403186 +0100
+++ /work/SRC/openSUSE:Factory/.tilde.new.3606/tilde.changes2020-06-06 
23:39:16.568891697 +0200
@@ -1,0 +2,8 @@
+Fri Jun  5 15:12:28 UTC 2020 - Jan Engelhardt 
+
+- Update to release 1.1.2
+  * This release fixes a bug where Tilde would discard read lines
+before an invalid character, while requested to continue
+reading.
+
+---

Old:

  tilde-1.1.1.tar.bz2
  tilde-1.1.1.tar.bz2.sig

New:

  tilde-1.1.2.tar.bz2
  tilde-1.1.2.tar.bz2.sig



Other differences:
--
++ tilde.spec ++
--- /var/tmp/diff_new_pack.RWAYjx/_old  2020-06-06 23:39:18.340897258 +0200
+++ /var/tmp/diff_new_pack.RWAYjx/_new  2020-06-06 23:39:18.344897271 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tilde
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:   tilde
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:A text editor for the terminal
 License:GPL-3.0-only
-Group:  Development/Libraries/C and C++
+Group:  Productivity/Text/Editors
 URL:https://os.ghalkes.nl/t3/libt3widget.html
 
-#Freecode-URL: http://freecode.com/projects/tilde
 #Git-Clone:https://github.com/gphalkes/tilde
 Source: https://os.ghalkes.nl/dist/%name-%version.tar.bz2
 Source2:https://os.ghalkes.nl/dist/%name-%version.tar.bz2.sig
@@ -52,7 +51,7 @@
 %autosetup -p1
 
 %build
-%configure --docdir="%_docdir/%name"
+%configure CC=gcc CXX=g++ LIBTOOL=libtool --docdir="%_docdir/%name"
 make %{?_smp_mflags}
 
 %install

++ tilde-1.1.1.tar.bz2 -> tilde-1.1.2.tar.bz2 ++
 2100 lines of diff (skipped)





commit tilde for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package tilde for openSUSE:Factory checked 
in at 2019-12-21 12:32:20

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


Package is "tilde"

Sat Dec 21 12:32:20 2019 rev:9 rq:758358 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/tilde/tilde.changes  2019-08-23 
11:09:43.762458490 +0200
+++ /work/SRC/openSUSE:Factory/.tilde.new.6675/tilde.changes2019-12-21 
12:32:46.891403186 +0100
@@ -1,0 +2,10 @@
+Thu Dec 19 23:57:15 UTC 2019 - Jan Engelhardt 
+
+- Update to release 1.1.1
+  * The base config from /usr/share/tilde/base.config now accepts
+all options.
+  * Tilde maintains the list of recent files accross sessions.
+  * Tilde will open a recently open file at the position is was
+at previously.
+
+---

Old:

  tilde-1.0.1.tar.bz2

New:

  tilde-1.1.1.tar.bz2
  tilde-1.1.1.tar.bz2.sig
  tilde.keyring



Other differences:
--
++ tilde.spec ++
--- /var/tmp/diff_new_pack.rx8DIk/_old  2019-12-21 12:32:47.359403409 +0100
+++ /var/tmp/diff_new_pack.rx8DIk/_new  2019-12-21 12:32:47.363403410 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tilde
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   tilde
-Version:1.0.1
+Version:1.1.1
 Release:0
 Summary:A text editor for the terminal
 License:GPL-3.0-only
@@ -25,17 +25,19 @@
 URL:https://os.ghalkes.nl/t3/libt3widget.html
 
 #Freecode-URL: http://freecode.com/projects/tilde
-#Git-Clone:git://github.com/gphalkes/tilde
+#Git-Clone:https://github.com/gphalkes/tilde
 Source: https://os.ghalkes.nl/dist/%name-%version.tar.bz2
+Source2:https://os.ghalkes.nl/dist/%name-%version.tar.bz2.sig
+Source3:%name.keyring
 BuildRequires:  c++_compiler
 BuildRequires:  gettext-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
 BuildRequires:  libunistring-devel
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libt3config) >= 0.2.6
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libt3config) >= 1.0.0
 BuildRequires:  pkgconfig(libt3highlight) >= 0.4.0
-BuildRequires:  pkgconfig(libt3widget) >= 1.0.0
+BuildRequires:  pkgconfig(libt3widget) >= 1.2.0
 BuildRequires:  pkgconfig(libtranscript) >= 0.2.0
 
 %description

++ tilde-1.0.1.tar.bz2 -> tilde-1.1.1.tar.bz2 ++
 2857 lines of diff (skipped)




commit tilde for openSUSE:Factory

2019-08-23 Thread root
Hello community,

here is the log from the commit of package tilde for openSUSE:Factory checked 
in at 2019-08-23 11:09:42

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


Package is "tilde"

Fri Aug 23 11:09:42 2019 rev:8 rq:725410 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/tilde/tilde.changes  2019-01-08 
12:31:35.932068206 +0100
+++ /work/SRC/openSUSE:Factory/.tilde.new.7948/tilde.changes2019-08-23 
11:09:43.762458490 +0200
@@ -1,0 +2,7 @@
+Thu Aug 22 19:41:51 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 1.0.1
+  * This release rewrites the file writing code such that ownership
+and permissions are never accidentally changed.
+
+---

Old:

  tilde-1.0.0.tar.bz2

New:

  tilde-1.0.1.tar.bz2



Other differences:
--
++ tilde.spec ++
--- /var/tmp/diff_new_pack.DE4RAw/_old  2019-08-23 11:09:44.262458428 +0200
+++ /var/tmp/diff_new_pack.DE4RAw/_new  2019-08-23 11:09:44.266458428 +0200
@@ -17,17 +17,16 @@
 
 
 Name:   tilde
-Version:1.0.0
+Version:1.0.1
 Release: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
+URL:https://os.ghalkes.nl/t3/libt3widget.html
 
 #Freecode-URL: http://freecode.com/projects/tilde
 #Git-Clone:git://github.com/gphalkes/tilde
-Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: https://os.ghalkes.nl/dist/%name-%version.tar.bz2
 BuildRequires:  c++_compiler
 BuildRequires:  gettext-devel
 BuildRequires:  libacl-devel
@@ -48,7 +47,7 @@
 File menu can be accessed by pressing Alt-F.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure --docdir="%_docdir/%name"
@@ -58,11 +57,10 @@
 %make_install
 
 %files
-%defattr(-,root,root)
 %_bindir/tilde
 %_docdir/%name/
 %_datadir/%name/
 %_mandir/man1/tilde.1*
-%doc COPYING
+%license COPYING
 
 %changelog

++ tilde-1.0.0.tar.bz2 -> tilde-1.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-1.0.0/Changelog new/tilde-1.0.1/Changelog
--- old/tilde-1.0.0/Changelog   2018-11-25 16:13:18.0 +0100
+++ new/tilde-1.0.1/Changelog   2019-05-10 10:10:49.0 +0200
@@ -1,3 +1,8 @@
+Version 1.0.1:
+Bug fixes:
+- Writing of files has been completely re-written to ensure correct
+  preservation of permissions and ownerships of the file.
+
 Version 1.0.0:
 This release is the first based on libt3widget 1.0.0. It does not provide
 new features.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-1.0.0/Makefile.in new/tilde-1.0.1/Makefile.in
--- old/tilde-1.0.0/Makefile.in 2018-11-25 16:13:18.0 +0100
+++ new/tilde-1.0.1/Makefile.in 2019-05-10 10:10:49.0 +0200
@@ -55,7 +55,7 @@
 SILENTCXX=@echo '[CXX]' $< ;
 SILENTLD=@echo '[LD]' $@ ;
 
-OBJECTS=src/filestate.o src/log.o src/filebuffer.o src/util.o src/option.o 
src/main.o src/dialogs/optionsdialog.o src/dialogs/attributesdialog.o 
src/dialogs/selectbufferdialog.o src/filewrapper.o src/dialogs/encodingdialog.o 
src/openfiles.o src/fileautocompleter.o src/dialogs/openrecentdialog.o 
src/dialogs/characterdetailsdialog.o src/dialogs/highlightdialog.o 
src/fileline.o src/fileeditwindow.o
+OBJECTS=src/filestate.o src/log.o src/copy_file.o src/filebuffer.o src/util.o 
src/option.o src/main.o src/dialogs/optionsdialog.o 
src/dialogs/attributesdialog.o src/dialogs/selectbufferdialog.o 
src/filewrapper.o src/dialogs/encodingdialog.o src/openfiles.o 
src/fileautocompleter.o src/dialogs/openrecentdialog.o 
src/dialogs/characterdetailsdialog.o src/dialogs/highlightdialog.o 
src/fileline.o src/fileeditwindow.o
 
 all: src/tilde
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-1.0.0/config.pkg new/tilde-1.0.1/config.pkg
--- old/tilde-1.0.0/config.pkg  2018-11-25 16:13:18.0 +0100
+++ new/tilde-1.0.1/config.pkg  2019-05-10 10:10:49.0 +0200
@@ -45,10 +45,6 @@
checkfunction_internal test_compile_cxx "$@"
 }
 
-test_link_cxx_with_flags() {
-   test_link_cxx "$@" "CXXFLAGS=$CXXFLAGS"
-}
-
 config() {
has_support_cxx11
clean_cxx
@@ -87,7 +83,7 @@
return 0;
 }
 EOF
-   pkgconfig libt3widget/1.0.0 LIBT3WIDGET test_link_cxx_with_flags || \
+   pkgconfig libt3widget/1.0.0 LIBT3WIDGET test_link_cxx || \
error "!! Can not find libt3widget. libt3widget is required 

commit tilde for openSUSE:Factory

2019-01-08 Thread root
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 
+
+- 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)




commit tilde for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package tilde for openSUSE:Factory checked 
in at 2017-08-24 18:47:42

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


Package is "tilde"

Thu Aug 24 18:47:42 2017 rev:6 rq:515080 version:0.3.7

Changes:

--- /work/SRC/openSUSE:Factory/tilde/tilde.changes  2015-02-20 
12:01:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.tilde.new/tilde.changes 2017-08-24 
18:48:00.386529258 +0200
@@ -1,0 +2,8 @@
+Mon Aug  7 19:00:36 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 0.3.7
+  * Resolve crashes that happened on program exit
+  * Add a "toggle comment" functionality.
+  * Several problems with syntax highlighting were fixed.
+
+---

Old:

  tilde-0.3.4.tar.bz2

New:

  tilde-0.3.7.tar.bz2



Other differences:
--
++ tilde.spec ++
--- /var/tmp/diff_new_pack.9QyIXb/_old  2017-08-24 18:48:01.958307946 +0200
+++ /var/tmp/diff_new_pack.9QyIXb/_new  2017-08-24 18:48:01.962307382 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tilde
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   tilde
-Version:0.3.4
+Version:0.3.7
 Release:0
 Summary:An intuitive text editor for the terminal
 License:GPL-3.0
@@ -35,10 +35,9 @@
 BuildRequires:  libunistring-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libt3config) >= 0.2.6
-BuildRequires:  pkgconfig(libt3highlight) >= 0.2.1
-BuildRequires:  pkgconfig(libt3widget) >= 0.2.0
+BuildRequires:  pkgconfig(libt3highlight) >= 0.4.0
+BuildRequires:  pkgconfig(libt3widget) >= 0.5.0
 BuildRequires:  pkgconfig(libtranscript) >= 0.2.0
-BuildRequires:  pkgconfig(sigc++-2.0)
 
 %description
 Tilde is a text editor for the console/terminal, which provides an
@@ -63,6 +62,7 @@
 %defattr(-,root,root)
 %_bindir/tilde
 %_docdir/%name/
+%_datadir/%name/
 %_mandir/man1/tilde.1*
 %doc COPYING
 

++ tilde-0.3.4.tar.bz2 -> tilde-0.3.7.tar.bz2 ++
 1713 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tilde-0.3.4/Changelog new/tilde-0.3.7/Changelog
--- old/tilde-0.3.4/Changelog   2015-02-12 08:14:40.0 +0100
+++ new/tilde-0.3.7/Changelog   2016-02-23 08:20:17.0 +0100
@@ -1,5 +1,27 @@
+Version 0.3.7:
+Bug fixes:
+- Make the dialogs for stepped actions (save, load, quit) abort when the
+  user closes the dialog by using the escape key. Failing to do so would
+  result in failure to reset the terminal and random crashes.
+
+Version 0.3.6:
+Re-release of version 0.3.5 to fix build problems.
+
+Version 0.3.5:
+New features:
+- Added "toggle line comment" functionality.
+
+Bug fixes:
+- When the syntax highlighting changes through saving the file under a new
+  name, the screen is now correctly updated.
+- Syntax highlighting is now changed when a file is saved under a new name.
+- Reading in background colors from the configuration file did not work
+  for most colors.
+- Better handling of several signals, ensuring that the terminal won't be
+  left in an unusable state.
+
 Version 0.3.4:
-Re-release of version 0.3.4 to update the configure script.
+Re-release of version 0.3.3 to update the configure script.
 
 Version 0.3.3:
 Bug fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tilde-0.3.4/config.pkg new/tilde-0.3.7/config.pkg
--- old/tilde-0.3.4/config.pkg  2015-02-12 08:14:40.0 +0100
+++ new/tilde-0.3.7/config.pkg  2016-02-23 08:20:17.0 +0100
@@ -45,7 +45,12 @@
checkfunction_internal test_compile_cxx "$@"
 }
 
+test_link_cxx_with_flags() {
+   test_link_cxx "$@" "CXXFLAGS=$CXXFLAGS"
+}
+
 config() {
+   has_support_cxx11
clean_cxx
cat > .configcxx.cc <
@@ -82,7 +87,7 @@
return 0;
 }
 EOF
-   pkgconfig 

commit tilde for openSUSE:Factory

2015-02-20 Thread h_root
Hello community,

here is the log from the commit of package tilde for openSUSE:Factory checked 
in at 2015-02-20 12:01:50

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


Package is tilde

Changes:

--- /work/SRC/openSUSE:Factory/tilde/tilde.changes  2014-07-29 
16:48:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.tilde.new/tilde.changes 2015-02-20 
12:01:51.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 19 19:20:25 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.3.4
+  * Re-release of version 0.3.4 to update the configure script.
+
+---

Old:

  tilde-0.3.3.tar.bz2

New:

  tilde-0.3.4.tar.bz2



Other differences:
--
++ tilde.spec ++
--- /var/tmp/diff_new_pack.H4JH7s/_old  2015-02-20 12:01:52.0 +0100
+++ /var/tmp/diff_new_pack.H4JH7s/_new  2015-02-20 12:01:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tilde
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   tilde
-Version:0.3.3
+Version:0.3.4
 Release:0
 Summary:An intuitive text editor for the terminal
 License:GPL-3.0

++ tilde-0.3.3.tar.bz2 - tilde-0.3.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-0.3.3/Changelog new/tilde-0.3.4/Changelog
--- old/tilde-0.3.3/Changelog   2014-07-18 08:15:37.0 +0200
+++ new/tilde-0.3.4/Changelog   2015-02-12 08:14:40.0 +0100
@@ -1,3 +1,6 @@
+Version 0.3.4:
+Re-release of version 0.3.4 to update the configure script.
+
 Version 0.3.3:
 Bug fixes:
 - Warn users about attempting to write a read-only file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-0.3.3/configure new/tilde-0.3.4/configure
--- old/tilde-0.3.3/configure   2014-07-18 08:15:37.0 +0200
+++ new/tilde-0.3.4/configure   2015-02-12 08:14:40.0 +0100
@@ -211,6 +211,15 @@
return 0;
 }
 EOF
+   if [ -z $CC ] ; then
+   for COMPILER in g++ clang++
+   do
+   if test_link_cxx working C++ compiler (${COMPILER}) 
CXX=${COMPILER} ; then
+   CXX=${COMPILER}
+   return
+   fi
+   done
+   fi
test_link_cxx working C++ compiler (${CXX-${MAKE} default}) || error 
No working C++ compiler found. See config.log for errors.
 }
 
@@ -685,7 +694,9 @@
do
print_rules_${EXT}
done
-}  .Makefile
+}  .Makefile.in
+
+cp .Makefile.in .Makefile
 
 echo Using settings:  config.log
 grep '^[[:upper:]_]\+=' .Makefile  config.log
@@ -705,6 +716,8 @@
 for EXT in ${EXTENSIONS}
 do
basic_test_${EXT}
+   sed_rules_${EXT}  .sedscript
+   sed -f .sedscript .Makefile.in  .Makefile
 done
 
 config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-0.3.3/man/tilde.1 new/tilde-0.3.4/man/tilde.1
--- old/tilde-0.3.3/man/tilde.1 2014-07-18 08:15:37.0 +0200
+++ new/tilde-0.3.4/man/tilde.1 2015-02-12 08:14:40.0 +0100
@@ -1,5 +1,5 @@
 .\ Generated by manscript from tilde.1.txt
-.TH TILDE 1 2013/06/08 0.3.3 An intuitive terminal text editor
+.TH TILDE 1 2013/06/08 0.3.4 An intuitive terminal text editor
 .SH NAME
 tilde \- an intuitive text editor for the console/terminal
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-0.3.3/src/main.cc new/tilde-0.3.4/src/main.cc
--- old/tilde-0.3.3/src/main.cc 2014-07-18 08:15:37.0 +0200
+++ new/tilde-0.3.4/src/main.cc 2015-02-12 08:14:40.0 +0100
@@ -208,7 +208,7 @@
about_dialog = new message_dialog_t(45, About, Close, NULL);
about_dialog-center_over(this);
about_dialog-set_max_text_height(13);
-   about_dialog-set_message(Tilde - The intuitive text editor\n\nVersion 
0.3.3\nCopyright (c) 2011-2012 G.P. Halkes\n\n // @copyright
+   about_dialog-set_message(Tilde - The intuitive text editor\n\nVersion 
0.3.4\nCopyright (c) 2011-2012 G.P. Halkes\n\n // @copyright
The Tilde text editor is licensed under the GNU General Public 
License version 3. 
You should have received a copy of the GNU General Public 
License along with this program. 
If not, see 

commit tilde for openSUSE:Factory

2014-07-29 Thread h_root
Hello community,

here is the log from the commit of package tilde for openSUSE:Factory checked 
in at 2014-07-29 16:48:31

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


Package is tilde

Changes:

--- /work/SRC/openSUSE:Factory/tilde/tilde.changes  2013-08-14 
22:50:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.tilde.new/tilde.changes 2014-07-29 
16:48:49.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul 21 19:13:05 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 0.3.3
+* This release correctly handle errors in conversion when loading
+  files. When the converter failed in unexpected ways, Tilde would
+  previously crash.
+* Added warnings about trying to overwrite a read-only file,
+  improved the warnings about encoding issues when saving and fixed
+  the setting of the comment-keyword style.
+
+---

Old:

  tilde-0.3.0.tar.bz2

New:

  tilde-0.3.3.tar.bz2



Other differences:
--
++ tilde.spec ++
--- /var/tmp/diff_new_pack.qb7F2y/_old  2014-07-29 16:48:50.0 +0200
+++ /var/tmp/diff_new_pack.qb7F2y/_new  2014-07-29 16:48:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tilde
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   tilde
-Version:0.3.0
+Version:0.3.3
 Release:0
 Summary:An intuitive text editor for the terminal
 License:GPL-3.0

++ tilde-0.3.0.tar.bz2 - tilde-0.3.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-0.3.0/Changelog new/tilde-0.3.3/Changelog
--- old/tilde-0.3.0/Changelog   2013-06-09 15:03:31.0 +0200
+++ new/tilde-0.3.3/Changelog   2014-07-18 08:15:37.0 +0200
@@ -1,3 +1,19 @@
+Version 0.3.3:
+Bug fixes:
+- Warn users about attempting to write a read-only file.
+- Improve warnings about encoding problems when saving.
+- Correctly set the Comment keyword style.
+
+Version 0.3.2:
+Bug fixes:
+- Correctly handle errors in conversion when loading files. When the
+  converter failed in unexpected ways Tilde would crash.
+
+Version 0.3.1:
+Bug fixes:
+- Correctly handle non-existent files on load and save. Previous version
+  accidentally reintroduced the behaviour reported in bug 14.
+
 Version 0.3.0:
 New features:
 - Detect instances of Tilde on the same terminal that have been suspended.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-0.3.0/Makefile.in new/tilde-0.3.3/Makefile.in
--- old/tilde-0.3.0/Makefile.in 2013-06-09 15:03:31.0 +0200
+++ new/tilde-0.3.3/Makefile.in 2014-07-18 08:15:37.0 +0200
@@ -54,7 +54,7 @@
 SILENTCXX=@echo '[CXX]' $ ;
 SILENTLD=@echo '[LD]' $@ ;
 
-OBJECTS=src/filestate.o src/filebuffer.o src/util.o src/option.o src/log.o 
src/main.o src/dialogs/optionsdialog.o src/dialogs/attributesdialog.o 
src/dialogs/selectbufferdialog.o src/filewrapper.o src/dialogs/encodingdialog.o 
src/fileautocompleter.o src/dialogs/openrecentdialog.o 
src/dialogs/highlightdialog.o src/fileline.o src/fileeditwindow.o 
src/openfiles.o
+OBJECTS=src/filestate.o src/log.o src/filebuffer.o src/util.o src/option.o 
src/main.o src/dialogs/optionsdialog.o src/dialogs/attributesdialog.o 
src/dialogs/selectbufferdialog.o src/filewrapper.o src/dialogs/encodingdialog.o 
src/openfiles.o src/fileautocompleter.o src/dialogs/openrecentdialog.o 
src/dialogs/highlightdialog.o src/fileline.o src/fileeditwindow.o
 
 all: src/tilde
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-0.3.0/man/tilde.1 new/tilde-0.3.3/man/tilde.1
--- old/tilde-0.3.0/man/tilde.1 2013-06-09 15:03:31.0 +0200
+++ new/tilde-0.3.3/man/tilde.1 2014-07-18 08:15:37.0 +0200
@@ -1,5 +1,5 @@
-.\ Generated by manscript from -o
-.TH TILDE 1 2013/06/08 0.3.0 An intuitive terminal text editor
+.\ Generated by manscript from tilde.1.txt
+.TH TILDE 1 2013/06/08 0.3.3 An intuitive terminal text editor
 .SH NAME
 tilde \- an intuitive text editor for the console/terminal
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tilde-0.3.0/src/ASAN.txt new/tilde-0.3.3/src/ASAN.txt
--- old/tilde-0.3.0/src/ASAN.txt1970-01-01 01:00:00.0 +0100
+++ new/tilde-0.3.3/src/ASAN.txt2014-07-18 

commit tilde for openSUSE:Factory

2013-08-14 Thread h_root
Hello community,

here is the log from the commit of package tilde for openSUSE:Factory checked 
in at 2013-08-14 22:50:48

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


Package is tilde

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.tilde.new/tilde.changes 2013-08-14 
22:50:50.0 +0200
@@ -0,0 +1,4 @@
+---
+Mon Jun 10 13:37:10 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 0.3.0) for build.opensuse.org

New:

  tilde-0.3.0.tar.bz2
  tilde.changes
  tilde.spec



Other differences:
--
++ tilde.spec ++
#
# spec file for package tilde
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#


Name:   tilde
Version:0.3.0
Release:0
Summary:An intuitive text editor for the terminal
License:GPL-3.0
Group:  Development/Libraries/C and C++
Url:http://os.ghalkes.nl/t3/libt3widget.html

#Freecode-URL:  http://freecode.com/projects/tilde
#Git-Clone: git://github.com/gphalkes/tilde
Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  c++_compiler
BuildRequires:  gettext-devel
BuildRequires:  libacl-devel
BuildRequires:  libattr-devel
BuildRequires:  libunistring-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(libt3config) = 0.2.6
BuildRequires:  pkgconfig(libt3highlight) = 0.2.1
BuildRequires:  pkgconfig(libt3widget) = 0.2.0
BuildRequires:  pkgconfig(libtranscript) = 0.2.0
BuildRequires:  pkgconfig(sigc++-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
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.

%prep
%setup -q

%build
%configure --docdir=%_docdir/%name
make %{?_smp_mflags}

%install
b=%buildroot
make install DESTDIR=$b

%files
%defattr(-,root,root)
%_bindir/tilde
%_docdir/%name/
%_mandir/man1/tilde.1*
%doc COPYING

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