Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package papers for openSUSE:Factory checked in at 2026-04-10 17:50:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/papers (Old) and /work/SRC/openSUSE:Factory/.papers.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "papers" Fri Apr 10 17:50:39 2026 rev:15 rq:1345559 version:50.0 Changes: -------- --- /work/SRC/openSUSE:Factory/papers/papers.changes 2026-02-12 17:27:51.856556240 +0100 +++ /work/SRC/openSUSE:Factory/.papers.new.21863/papers.changes 2026-04-10 17:55:45.992656359 +0200 @@ -1,0 +2,41 @@ +Sat Mar 14 14:20:21 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 50.0: + + Bug fixes: + - Saved image files are empty + - Print dialog says "Manage Custom Sizes" for Paper Size every + time + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 8 11:57:41 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Add tarball containing test data from papers-test-data subproject +- Re-enable test-suite. + +------------------------------------------------------------------- +Mon Mar 2 09:36:15 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 50.rc: + + Some changes we can highlight: + - selection of annotation color is now remembered + + Bug fixes: + - Right clicking highlighted text changes its highlight colour +- Disable tests for now: glgo#GNOME/papers#646 +- Enable updates of vendored dependencies again. + +------------------------------------------------------------------- +Tue Feb 10 18:31:35 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 50.beta: + + new editing tools (ink and free text annotations) + + better troubleshooting information + + add a "copy email address" menu item + + improved translation strings using formatx! and gettext + + stop using osd style for overlay buttons + + Bug fixes: + - show a radio button for digital signing when there is a + single certificate + - fix sidebar not grabbing focus when it should + +------------------------------------------------------------------- Old: ---- papers-49.4.obscpio vendor.tar.zst New: ---- _scmsync.obsinfo build.specials.obscpio papers-50.0.tar.xz papers-test-data-0.tar.xz papers-test-data.obsinfo vendor.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ papers.spec ++++++ --- /var/tmp/diff_new_pack.nlVjX0/_old 2026-04-10 17:55:48.888775818 +0200 +++ /var/tmp/diff_new_pack.nlVjX0/_new 2026-04-10 17:55:48.892775983 +0200 @@ -23,13 +23,14 @@ %define plugin_ver 6 %define appid org.gnome.Papers Name: papers -Version: 49.4 +Version: 50.0 Release: 0 Summary: GNOME Document Viewer License: GPL-2.0-or-later URL: https://gitlab.gnome.org/GNOME/papers -Source0: %{name}-%{version}.tar.zst -Source1: vendor.tar.zst +Source0: %{name}-%{version}.tar.xz +Source1: vendor.tar.xz +Source2: %{name}-test-data-0.tar.xz BuildRequires: blueprint-compiler BuildRequires: cargo-packaging BuildRequires: desktop-file-utils @@ -51,7 +52,7 @@ BuildRequires: pkgconfig(libspectre) BuildRequires: pkgconfig(libspelling-1) BuildRequires: pkgconfig(libtiff-4) -BuildRequires: pkgconfig(poppler-glib) +BuildRequires: pkgconfig(poppler-glib) >= 25.07.0 Recommends: papers-plugin-pdfdocument Suggests: papers-plugin-comicsdocument Suggests: papers-plugin-djvudocument @@ -140,6 +141,7 @@ %prep %autosetup -a1 +tar -xf %{SOURCE2} --strip-components=1 -C test-data %build %meson \ ++++++ _scmsync.obsinfo ++++++ mtime: 1775741804 commit: 61cc6ccf898da110f477b8706c778ed7f4d136d65c874432f8cdef38bbab7d76 url: https://src.opensuse.org/GNOME/papers revision: 61cc6ccf898da110f477b8706c778ed7f4d136d65c874432f8cdef38bbab7d76 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.nlVjX0/_old 2026-04-10 17:55:48.952778458 +0200 +++ /var/tmp/diff_new_pack.nlVjX0/_new 2026-04-10 17:55:48.952778458 +0200 @@ -2,25 +2,30 @@ <services> <service mode="manual" name="obs_scm"> <param name="url">https://gitlab.gnome.org/GNOME/Incubator/papers.git</param> - <!-- ###FIXME### - set vendor update back to true on next version update --> - <param name="revision">49.4</param> + <param name="revision">50.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <param name="scm">git</param> -<!-- <param name="changesgenerate">enable</param> --> </service> - <service mode="buildtime" name="tar" /> - <service mode="buildtime" name="recompress"> + <service mode="manual" name="obs_scm"> + <param name="url">https://gitlab.gnome.org/lbaudin/papers-test-data.git</param> + <param name="revision">ce622089</param> + <param name="versionformat">0</param> + <param name="scm">git</param> + </service> + <service mode="manual" name="tar"/> + <service mode="manual" name="recompress"> <param name="file">*.tar</param> - <param name="compression">zst</param> + <param name="compression">xz</param> + </service> + <service mode="manual" name="set_version"> + <param name="basename">papers.</param> </service> - <service mode="manual" name="set_version"/> <service name="cargo_vendor" mode="manual"> - <param name="src">papers</param> - <param name="compression">zst</param> - <!-- ###FIXME### - set vendor update back to true on next version update --> - <param name="update">false</param> + <param name="src">papers</param> + <param name="update">true</param> + <param name="compression">xz</param> </service> </services> ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-04-09 15:37:25.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.* ++++++ papers-test-data.obsinfo ++++++ name: papers-test-data version: 0 mtime: 1765622509 commit: ce6220891268914ffd8044726323722b1184af25 ++++++ papers.obsinfo ++++++ --- /var/tmp/diff_new_pack.nlVjX0/_old 2026-04-10 17:55:49.064783078 +0200 +++ /var/tmp/diff_new_pack.nlVjX0/_new 2026-04-10 17:55:49.072783408 +0200 @@ -1,5 +1,5 @@ name: papers -version: 49.4 -mtime: 1770361857 -commit: a93864ce38714b92ff5d649e819d392e5a78e3a2 +version: 50.0 +mtime: 1773474291 +commit: fcdd3ec7db68df033f06e62ea6ca7554295fd098
