Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package geany for openSUSE:Factory checked in at 2023-10-24 20:06:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geany (Old) and /work/SRC/openSUSE:Factory/.geany.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geany" Tue Oct 24 20:06:49 2023 rev:42 rq:1119569 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/geany/geany.changes 2022-04-06 21:51:02.195878577 +0200 +++ /work/SRC/openSUSE:Factory/.geany.new.24901/geany.changes 2023-10-24 20:06:54.933379782 +0200 @@ -1,0 +2,29 @@ +Fri Oct 20 05:48:50 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 2.0: + * Split "session data" into session.conf, preferences are written to + and read from geany.conf (PR#2776, PR#2779, PR#3014, PR#3125 and more). + * Require GTK 3.24. + * (Re-)Add ability to scroll over document tabs (PR#3134). + * Fix keyword colorization on filetype change (PR#3553). + * Fix startup files order when placing tabs next to the current one (PR#3611). + * The document list in the sidebar has a new tree view. This mode is + the new default and existing installations automatically use it (PR#1813). + * Use dark-theme friendly colors for compiler messages (PR#3013). + * Add a confirmation dialog on search & replace for the whole session (PR#3033). + * Filter entry for symbol tree (PR#3055). + * Simplify project creation from existing directories with sources (PR#3042). + * Add option to show symbols in symbol tree without category groups (PR#3172). + * Add option to only show line endings if they differ from file default (PR#3287). + * Make tab label length and window title length configurable (Abdul Rafey, #3365). + * Make Go to Symbol commands show signature list (PR#3475). + * Sync many parsers from the Universal Ctags project, this leads to + updated symbol parsers (PR#2990, PR#2991, PR#3032). + * Improved support for the ctags file format, which is now the recommended + format for tags files (PR#3049). + * Enable local variables and improve autocompletion for C/C++ and + some other languages (PR#3185, PR#3275). +- Drop upstreamed geany-inttool.patch. +- Rebased geany-appstream.patch. + +------------------------------------------------------------------- Old: ---- geany-1.38.tar.bz2 geany-inttool.patch New: ---- geany-2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geany.spec ++++++ --- /var/tmp/diff_new_pack.Fg6PxL/_old 2023-10-24 20:06:55.453398688 +0200 +++ /var/tmp/diff_new_pack.Fg6PxL/_new 2023-10-24 20:06:55.457398834 +0200 @@ -1,7 +1,7 @@ # # spec file for package geany # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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: geany -Version: 1.38 +Version: 2.0 Release: 0 Summary: GTK-based integrated development environment License: GPL-2.0-or-later @@ -27,8 +27,6 @@ Source1: %{name}-rpmlintrc # PATCH-FIX-UPSTREAM geany-appstream.patch gh#geany/geany#1142 badshah...@gmail.com -- Downstream created appstream file, submitted upstream Patch1: geany-appstream.patch -# PATCH-FIX-UPSTREAM geany-intool.patch -- basically https://patch-diff.githubusercontent.com/raw/geany/geany/pull/2938.patch -Patch0: geany-inttool.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: docutils @@ -39,7 +37,7 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.24 %lang_package %description @@ -75,14 +73,11 @@ Geany's developers documentation %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build autoreconf -fi %configure \ - --enable-gtk3 \ --docdir=%{_defaultdocdir}/%{name} make %{?_smp_mflags} ++++++ geany-1.38.tar.bz2 -> geany-2.0.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/geany/geany-1.38.tar.bz2 /work/SRC/openSUSE:Factory/.geany.new.24901/geany-2.0.tar.bz2 differ: char 11, line 1 ++++++ geany-appstream.patch ++++++ --- /var/tmp/diff_new_pack.Fg6PxL/_old 2023-10-24 20:06:55.493400143 +0200 +++ /var/tmp/diff_new_pack.Fg6PxL/_new 2023-10-24 20:06:55.497400288 +0200 @@ -1,38 +1,6 @@ ---- - Makefile.am | 7 +++++++ - geany.appdata.xml.in | 32 ++++++++++++++++++++++++++++++++ - po/POTFILES.in | 1 + - 3 files changed, 40 insertions(+) - -Index: geany-1.38/Makefile.am -=================================================================== ---- geany-1.38.orig/Makefile.am -+++ geany-1.38/Makefile.am -@@ -15,6 +15,7 @@ WIN32_BUILD_FILES = \ - EXTRA_DIST = \ - autogen.sh \ - scripts/gen-api-gtkdoc.py \ -+ geany.appdata.xml.in \ - geany.desktop.in \ - geany.pc.in \ - ChangeLog.pre-1-22 \ -@@ -78,3 +79,12 @@ desktop_DATA = $(desktop_in_files:.deskt - - $(desktop_DATA): $(desktop_in_files) $(wildcard $(top_srcdir)/po/*.po) - $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ -+ -+appdata_in_files = geany.appdata.xml.in -+ -+appdatadir = $(datadir)/appdata -+nodist_appdata_DATA = geany.appdata.xml -+ -+$(nodist_appdata_DATA): $(appdata_in_files) $(wildcard $(top_srcdir)/po/*.po) -+ $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ -+ -Index: geany-1.38/geany.appdata.xml.in -=================================================================== ---- /dev/null -+++ geany-1.38/geany.appdata.xml.in +diff -ruN geany-2.0.orig/geany.appdata.xml.in geany-2.0/geany.appdata.xml.in +--- geany-2.0.orig/geany.appdata.xml.in 1970-01-01 01:00:00.000000000 +0100 ++++ geany-2.0/geany.appdata.xml.in 2023-10-20 08:10:08.027741216 +0200 @@ -0,0 +1,32 @@ +<?xml version='1.0' encoding='UTF-8'?> +<component> @@ -66,10 +34,33 @@ + <update_contact>badshah...@gmail.com</update_contact> + <translation type="gettext">geany</translation> +</component> -Index: geany-1.38/po/POTFILES.in -=================================================================== ---- geany-1.38.orig/po/POTFILES.in -+++ geany-1.38/po/POTFILES.in +diff -ruN geany-2.0.orig/Makefile.am geany-2.0/Makefile.am +--- geany-2.0.orig/Makefile.am 2023-10-20 08:09:57.740979647 +0200 ++++ geany-2.0/Makefile.am 2023-10-20 08:14:23.220095653 +0200 +@@ -17,6 +17,7 @@ + scripts/gen-api-gtkdoc.py \ + scripts/gen-signallist.sh \ + scripts/print-tags.py \ ++ geany.appdata.xml.in \ + geany.desktop.in \ + geany.pc.in \ + ChangeLog.pre-1-22 \ +@@ -80,3 +81,12 @@ + + $(desktop_DATA): $(desktop_in_files) $(wildcard $(top_srcdir)/po/*.po) + $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ ++ ++appdata_in_files = geany.appdata.xml.in ++ ++appdatadir = $(datadir)/appdata ++nodist_appdata_DATA = geany.appdata.xml ++ ++$(nodist_appdata_DATA): $(appdata_in_files) $(wildcard $(top_srcdir)/po/*.po) ++ $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ ++ +diff -ruN geany-2.0.orig/po/POTFILES.in geany-2.0/po/POTFILES.in +--- geany-2.0.orig/po/POTFILES.in 2023-10-20 08:09:57.810980295 +0200 ++++ geany-2.0/po/POTFILES.in 2023-10-20 08:10:08.027741216 +0200 @@ -1,5 +1,6 @@ # List of source files containing translatable strings.