public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/papers] f45: Update to version 51.beta; Fixes RHBZ#2426985
@ 2026-08-12 20:56 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-12 20:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/papers
Branch : f45
Commit : 58f8ff6c70fd463eff00c90d1609abb1fca3ccd8
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-11T22:53:27+02:00
Stats : +58/-22 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/papers/c/58f8ff6c70fd463eff00c90d1609abb1fca3ccd8?branch=f45
Log:
Update to version 51.beta; Fixes RHBZ#2426985
---
diff --git a/0001-bump-formatx-dependency-from-0.2-to-0.4.patch b/0001-bump-formatx-dependency-from-0.2-to-0.4.patch
new file mode 100644
index 0000000..383ce18
--- /dev/null
+++ b/0001-bump-formatx-dependency-from-0.2-to-0.4.patch
@@ -0,0 +1,25 @@
+From 42aaa3f52ac33c82137f4a7752821f2d8b492dff Mon Sep 17 00:00:00 2001
+From: Fabio Valentini <decathorpe@gmail.com>
+Date: Tue, 11 Aug 2026 22:30:09 +0200
+Subject: [PATCH] bump formatx dependency from 0.2 to 0.4
+
+---
+ shell/Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/shell/Cargo.toml b/shell/Cargo.toml
+index ee4fa87..520a4da 100644
+--- a/shell/Cargo.toml
++++ b/shell/Cargo.toml
+@@ -27,7 +27,7 @@ chrono.workspace = true
+ lru = "0.16"
+ futures = "0.3"
+ git-version = "0.3"
+-formatx = "0.2"
++formatx = "0.4"
+ ink-stroke-modeler-rs = { version = "0.1" }
+ image.workspace = true
+ imageproc = "0.26"
+--
+2.55.0
+
diff --git a/papers.spec b/papers.spec
index d5d5226..17b57dd 100644
--- a/papers.spec
+++ b/papers.spec
@@ -7,7 +7,7 @@
%global __provides_exclude_from ^(%{_libdir}/papers/.*\\.so|%{_libdir}/nautilus/extensions-4/.*\\.so)$
Name: papers
-Version: 49.7
+Version: 51~beta
Release: %autorelease
Summary: View multipage documents
@@ -17,50 +17,61 @@ SourceLicense: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND
# (MIT OR Apache-2.0) AND Unicode-3.0
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
# 0BSD OR MIT OR Apache-2.0
+# Apache-2.0
# Apache-2.0 OR MIT
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
# BSD-2-Clause
+# BSD-2-Clause AND ISC
# BSD-2-Clause OR Apache-2.0 OR MIT
# BSD-3-Clause
# BSD-3-Clause OR Apache-2.0
# GPL-2.0-or-later
# MIT
+# MIT AND BSD-2-Clause AND ISC AND LicenseRef-BSD-2-Clause-WITH-AdditionRef-AOMPL-1.0
# MIT OR Apache-2.0
+# MIT OR Apache-2.0 OR Zlib
# MIT OR Zlib OR Apache-2.0
-# Unicode-3.0
# Unlicense OR MIT
# Zlib
# Zlib OR Apache-2.0 OR MIT
License: %{shrink:
- GPL-2.0-or-later AND
- GPL-3.0-or-later AND
- LGPL-2.0-or-later AND
- LGPL-2.1-or-later AND
- MIT AND
- libtiff AND
- BSD-2-Clause AND
- BSD-3-Clause AND
- Unicode-3.0 AND
- Unicode-DFS-2016 AND
- Zlib AND
- (0BSD OR MIT OR Apache-2.0) AND
- (Apache-2.0 OR MIT) AND
- (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND
- (BSD-2-Clause OR Apache-2.0 OR MIT) AND
- (BSD-3-Clause OR Apache-2.0) AND
- (MIT OR Zlib OR Apache-2.0) AND
- (Unlicense OR MIT)
+ GPL-2.0-or-later
+ AND GPL-3.0-or-later
+ AND LGPL-2.0-or-later
+ AND LGPL-2.1-or-later
+ AND MIT
+ AND libtiff
+ AND Apache-2.0
+ AND BSD-2-Clause
+ AND BSD-3-Clause
+ AND ISC
+ AND LicenseRef-BSD-2-Clause-WITH-AdditionRef-AOMPL-1.0
+ AND Unicode-3.0
+ AND Unicode-DFS-2016
+ AND Zlib
+ AND (0BSD OR MIT OR Apache-2.0)
+ AND (Apache-2.0 OR MIT)
+ AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
+ AND (BSD-2-Clause OR Apache-2.0 OR MIT)
+ AND (BSD-2-Clause AND ISC)
+ AND (BSD-3-Clause OR Apache-2.0)
+ AND (MIT OR Apache-2.0 OR Zlib)
+ AND (Unlicense OR MIT)
}
URL: https://gitlab.gnome.org/GNOME/papers
Source: https://download.gnome.org/sources/%{name}/%{gnome_major_version}/%{name}-%{gnome_tarball_version}.tar.xz
# To generate vendored cargo sources:
# tar xf papers-%%{gnome_tarball_version}.tar.xz
# pushd papers-%%{gnome_tarball_version}
+# patch -p1 < ../0001-bump-formatx-dependency-from-0.2-to-0.4.patch
# cargo vendor --versioned-dirs
# tar Jcvf ../papers-%%{gnome_tarball_version}-vendor.tar.xz vendor/
# popd
Source1: papers-%{gnome_tarball_version}-vendor.tar.xz
+# bump formatx dependency to v0.4 to match other GNOME 51.beta releases
+Patch: 0001-bump-formatx-dependency-from-0.2-to-0.4.patch
+
%gnome_check_version
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
diff --git a/sources b/sources
index 38e42a0..f2776a7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (papers-49.7.tar.xz) = dbcb980ae10719563eb242ec7089d54c28a8f5908f7f8a87630072bb2d1864927c40f28ff1a51d5cdd0f6a1afbed5f19114a891beada6a2c7ab862edbf96d3af
-SHA512 (papers-49.7-vendor.tar.xz) = cc9ebc821269f817ddd1923cb1ff324d0a6338ae43c3e4d195f28aa01a124eb276afc17d210095afa3ab0f386dfd6c96f41a506ab9f582c1611df7a17ff77ecc
+SHA512 (papers-51.beta.tar.xz) = 31edb7d3ba81285bab00d0796e54e9106a2bf816dae5693cf07dc7eedfc67dbe29415752c0a49fe55dd4c20e3cee8f20996d430052ff35337768125c71d2c610
+SHA512 (papers-51.beta-vendor.tar.xz) = 9dc0027d045c57704037c7e5fcab072940ac86590c086525691992284cf9c7acb600df7984e53526a3497096dae4083c17d70c4756d2cf4a0dedb7bb2ed58010
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-12 20:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 20:56 [rpms/papers] f45: Update to version 51.beta; Fixes RHBZ#2426985 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox