Hello community, here is the log from the commit of package geany for openSUSE:Factory checked in at 2019-10-03 14:08:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geany (Old) and /work/SRC/openSUSE:Factory/.geany.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geany" Thu Oct 3 14:08:55 2019 rev:34 rq:734666 version:1.36 Changes: -------- --- /work/SRC/openSUSE:Factory/geany/geany.changes 2019-01-21 10:47:11.828250844 +0100 +++ /work/SRC/openSUSE:Factory/.geany.new.2352/geany.changes 2019-10-03 14:08:56.620179916 +0200 @@ -1,0 +2,37 @@ +Sat Sep 28 17:47:51 UTC 2019 - Michael Ströder <[email protected]> + +- Update to version 1.36: + + Add support for fractional font sizes. + + Improve matching filetype extensions. + + Add Apple Swift, Nim, Kotlin, Groovy and TypeScript filetypes. + + Update CUDA and NSIS filetypes. + + Update Scintilla to version 3.10.4. + + Fix build on recent MSYS2. + + Updated translations. + +------------------------------------------------------------------- +Mon Apr 29 12:46:54 UTC 2019 - Vinzenz Vietzke <[email protected]> + +- Update to version 1.35: + + General: Start synchronization with Universal-CTags. + + Bug fixes: + - Improve IPC socket handling. + - Fix loading the default open encoding option. + - Fix VTE path following after reset. + + Interface: Show variable type in a tooltip in symbol tree. + + Editor: + - Update Scintilla to version 3.10.2. + - Drastically speed up huge bulk replacements. + - Fix accessibility information reported upon deletion. + - Fix garbage data insertion when moving lines up or down. + - Don't perform line breaking in rectangular selection mode. + + Filetypes: + - Allow stripping trailing spaces from custom filetypes based + on the Diff lexer. + - Improve JavaScript symbols parsing. + - Improve HTML symbols parsing. + - Improve COBOL symbols parsing. + - Improve ActionScript symbols parsing. + + Updated translations. + +------------------------------------------------------------------- Old: ---- geany-1.34.1.tar.bz2 New: ---- geany-1.36.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geany.spec ++++++ --- /var/tmp/diff_new_pack.Zpdi7Q/_old 2019-10-03 14:08:57.420177858 +0200 +++ /var/tmp/diff_new_pack.Zpdi7Q/_new 2019-10-03 14:08:57.424177848 +0200 @@ -17,13 +17,13 @@ Name: geany -Version: 1.34.1 +Version: 1.36 Release: 0 Summary: GTK-based integrated development environment License: GPL-2.0-or-later Group: Development/Tools/IDE Url: https://geany.org -Source0: http://download.geany.org/%{name}-%{version}.tar.bz2 +Source0: https://download.geany.org/%{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc # PATCH-FIX-UPSTREAM geany-appstream.patch gh#geany/geany#1142 [email protected] -- Downstream created appstream file, submitted upstream Patch0: geany-appstream.patch ++++++ geany-1.34.1.tar.bz2 -> geany-1.36.tar.bz2 ++++++ ++++ 281573 lines of diff (skipped) ++++++ geany-appstream.patch ++++++ --- /var/tmp/diff_new_pack.Zpdi7Q/_old 2019-10-03 14:09:00.204170696 +0200 +++ /var/tmp/diff_new_pack.Zpdi7Q/_new 2019-10-03 14:09:00.208170686 +0200 @@ -2,14 +2,14 @@ index 04e4a87..a1b35b7 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -17,6 +17,7 @@ WIN32_BUILD_FILES = \ +@@ -15,6 +15,7 @@ WIN32_BUILD_FILES = \ EXTRA_DIST = \ autogen.sh \ scripts/gen-api-gtkdoc.py \ -+ geany.appdata.xml.in \ ++ geany.appdata.xml.in \ geany.desktop.in \ geany.pc.in \ - geany.spec \ + ChangeLog.pre-1-22 \ @@ -85,3 +86,9 @@ desktopdir = $(datadir)/applications desktop_in_files = geany.desktop desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
