Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xournalpp for openSUSE:Factory checked in at 2023-08-03 17:28:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xournalpp (Old) and /work/SRC/openSUSE:Factory/.xournalpp.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xournalpp" Thu Aug 3 17:28:26 2023 rev:20 rq:1102043 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xournalpp/xournalpp.changes 2023-04-27 20:01:34.246149953 +0200 +++ /work/SRC/openSUSE:Factory/.xournalpp.new.22712/xournalpp.changes 2023-08-03 17:28:29.491294380 +0200 @@ -1,0 +2,11 @@ +Wed Aug 2 06:11:10 UTC 2023 - [email protected] + +- update to 1.2.0: + * Added PDF text selection tools + * Added Setsquare Tool and Compass Tool + * Many more changes; for the full list, see + https://github.com/xournalpp/xournalpp/blob/release-1.2/CHANGELOG.md +- remove xournalpp-include.patch, fixed upstream +- Add xournalpp-return.patch: Fix control reaches end of non-void function + +------------------------------------------------------------------- Old: ---- xournalpp-1.1.3.tar.gz xournalpp-include.patch New: ---- xournalpp-1.2.0.tar.gz xournalpp-return.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xournalpp.spec ++++++ --- /var/tmp/diff_new_pack.IwkbVC/_old 2023-08-03 17:28:30.399299875 +0200 +++ /var/tmp/diff_new_pack.IwkbVC/_new 2023-08-03 17:28:30.407299924 +0200 @@ -17,15 +17,15 @@ Name: xournalpp -Version: 1.1.3 +Version: 1.2.0 Release: 0 Summary: Notetaking software designed around a tablet License: GPL-2.0-or-later Group: Productivity/Office/Other URL: https://github.com/xournalpp/xournalpp Source0: https://github.com/xournalpp/xournalpp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM xournalpp-include.patch -- Add missing include -Patch0: xournalpp-include.patch +# PATCH-FIX-UPSTREAM xournalpp-return.patch -- Fix control reaches end of non-void function +Patch0: xournalpp-return.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: hicolor-icon-theme @@ -43,6 +43,7 @@ BuildRequires: pkgconfig(portaudiocpp) BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(zlib) +BuildRequires: pkgconfig(gtksourceview-4) Recommends: webp-pixbuf-loader Recommends: tex(scontents.tex) Recommends: tex(standalone.tex) @@ -84,9 +85,6 @@ %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/metainfo/*.appdata.xml %{_datadir}/mime/packages/*.xml -%dir %{_datadir}/mimelnk -%dir %{_datadir}/mimelnk/application -%{_datadir}/mimelnk/application/*.desktop %dir %{_datadir}/thumbnailers %{_datadir}/thumbnailers/*.thumbnailer %{_datadir}/xournalpp/ ++++++ xournalpp-1.1.3.tar.gz -> xournalpp-1.2.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/xournalpp/xournalpp-1.1.3.tar.gz /work/SRC/openSUSE:Factory/.xournalpp.new.22712/xournalpp-1.2.0.tar.gz differ: char 18, line 1 ++++++ xournalpp-return.patch ++++++ --- xournalpp-1.2.0-orig/src/core/pdf/popplerapi/PopplerGlibPage.cpp 2023-07-29 23:28:24.000000000 +0200 +++ xournalpp-1.2.0/src/core/pdf/popplerapi/PopplerGlibPage.cpp 2023-08-02 17:13:44.165492360 +0200 @@ -109,6 +109,7 @@ return POPPLER_SELECTION_GLYPH; default: g_assert(false && "unimplemented"); + return POPPLER_SELECTION_WORD; // never reached } }
