public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fractal] f43: 14 Beta
@ 2026-07-20 21:56 Gwyn Ciesla
  0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-20 21:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fractal
Branch : f43
Commit : 07e6e414b76976a22b71b3ac331c8d5d4d7cd3aa
Author : Gwyn Ciesla <gwync@protonmail.com>
Date   : 2026-04-02T15:40:16-05:00
Stats  : +21/-15 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/fractal/c/07e6e414b76976a22b71b3ac331c8d5d4d7cd3aa?branch=f43

Log:
14 Beta

---
diff --git a/.gitignore b/.gitignore
index e205c5f..f7ed422 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,5 @@
 /fractal-13~rc-vendor.tar.bz2
 /fractal-13.tar.bz2
 /fractal-13-vendor.tar.bz2
+/fractal-14.beta-vendor.tar.bz2
+/fractal-14.beta.tar.bz2

diff --git a/cargo-vendor.patch b/cargo-vendor.patch
index b36d483..6d1b7e0 100644
--- a/cargo-vendor.patch
+++ b/cargo-vendor.patch
@@ -1,6 +1,6 @@
---- fractal-12.1/.cargo/config.toml~	2025-08-26 12:07:21.000000000 -0500
-+++ fractal-12.1/.cargo/config.toml	2025-09-04 15:50:41.183796591 -0500
-@@ -3,3 +3,20 @@
+--- fractal-14.beta/.cargo/config.toml~	2026-04-01 08:49:40.000000000 -0500
++++ fractal-14.beta/.cargo/config.toml	2026-04-02 13:53:26.558176318 -0500
+@@ -3,3 +3,19 @@
  
  [doc.extern-map.registries]
  crates-io = "https://docs.rs/"
@@ -11,13 +11,12 @@
 +[source.crates-io]
 +replace-with = "vendored-sources"
 +
-+[source."git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=c1bc814ac2c306da704c5e10b7feda2e207beb19"]
++[source."git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=907a23f25249509b8a9ed20e96e126fb7bec81d9"]
 +git = "https://github.com/matrix-org/matrix-rust-sdk.git"
-+rev = "c1bc814ac2c306da704c5e10b7feda2e207beb19"
++rev = "907a23f25249509b8a9ed20e96e126fb7bec81d9"
 +replace-with = "vendored-sources"
 +
-+[source."git+https://github.com/ruma/ruma.git?rev=c441eccb92a36467217ff929cd71462fbeeeaf1a"]
++[source."git+https://github.com/ruma/ruma.git?rev=dc36ccf119c065b75a9872ec5a6487d680289dc1"]
 +git = "https://github.com/ruma/ruma.git"
-+rev = "c441eccb92a36467217ff929cd71462fbeeeaf1a"
++rev = "dc36ccf119c065b75a9872ec5a6487d680289dc1"
 +replace-with = "vendored-sources"
-+

diff --git a/fractal.spec b/fractal.spec
index 5910350..8f171e6 100644
--- a/fractal.spec
+++ b/fractal.spec
@@ -6,17 +6,17 @@
 %global rustflags_debuginfo 1
 
 Name:           fractal
-Version:        13
-Release:        4%{?dist}
+Version:        14
+Release:        0.beta%{?dist}
 Summary:        Matrix group messaging app
 
 # fractal itself is GPL-3.0-or-later. The rest are statically linked rust libraries based on cargo_license_summary output.
 License:        GPL-3.0-or-later AND (Apache-2.0 OR MIT) AND BSD-3-Clause AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND Apache-2.0 WITH LLVM-exception AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR BSD-1-Clause) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND MPL-2.0+ AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
 URL:            https://gitlab.gnome.org/World/fractal
-Source0:        https://gitlab.gnome.org/World/fractal/-/archive/%{tarball_version}/fractal-%{tarball_version}.tar.bz2
+Source0:        https://gitlab.gnome.org/World/fractal/-/archive/%{tarball_version}/fractal-%{tarball_version}.beta.tar.bz2
 # tar xf fractal-%%{version}.tar.bz2 ; pushd fractal-%%{version} ; \
 # cargo vendor && tar jcvf ../fractal-%%{version}-vendor.tar.bz2 vendor/ ; popd
-Source1:        fractal-%{version}-vendor.tar.bz2
+Source1:        fractal-%{version}.beta-vendor.tar.bz2
 # fix the build with vendored sources
 Patch0:          cargo-vendor.patch
 
@@ -48,6 +48,8 @@ BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(shumate-1.0)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(xdg-desktop-portal)
+BuildRequires:  cmake
+BuildRequires:  glycin-gtk4-devel
 # for check
 BuildRequires:  /usr/bin/appstream-util
 BuildRequires:  /usr/bin/desktop-file-validate
@@ -63,7 +65,7 @@ optimized for collaboration in large groups, such as free software projects.
 
 
 %prep
-%autosetup -n fractal-%{tarball_version} -p1 -a1
+%autosetup -n fractal-%{tarball_version}.beta -p1 -a1
 
 sed -i -e '/\(gtk_update_icon_cache\|glib_compile_schemas\|update_desktop_database\)/s/true/false/' meson.build
 
@@ -103,6 +105,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 
 
 %changelog
+* Wed Apr 01 2026 Gwyn Ciesla <gwync@protonmail.com> - 14-0.beta
+- 14 beta
+
 * Fri Jan 23 2026 Gwyn Ciesla <gwync@protonmail.com> - 13.4
 - 13 final
 

diff --git a/sources b/sources
index f973792..27be0aa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (fractal-13.tar.bz2) = 1b3582563e33c204b513c2ba281c13628fb854e68325502985d9394b3e45684a29d26346dfc8ff3dacf0a4f490801b376f711563aee6b25ad396c36a20524277
-SHA512 (fractal-13-vendor.tar.bz2) = f03ce2791ce027514758915c262075354dcc46252867cf46a124c27c68231ebdb89cf970d7e43125e0c19797e35ad05803f2c99cc6f516cda4fbd602c9cb204d
+SHA512 (fractal-14.beta-vendor.tar.bz2) = 0d21243009717a2c95c8b9290a85e649d14b993164a6b6de1ff62337ccca9d5e83057858115cee47e67af13508357821c4337c28261defeded25b4e792b27d15
+SHA512 (fractal-14.beta.tar.bz2) = 4f43605ea6b945cde46d37173a827c92ac4d894d0b90b928a44b0c29c0cf2f459aa68725cb00d9014f90c28eb6ef5302481ef2071cbd8d7938804c3c89c79978

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 21:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 21:56 [rpms/fractal] f43: 14 Beta Gwyn Ciesla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox