public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ryan Brue <ryanbrue.dev@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cosmic-app-library] f45: Update to 1.8.0
Date: Wed, 09 Sep 2026 20:56:57 GMT	[thread overview]
Message-ID: <178898741778.1.12876477877136515985.rpms-cosmic-app-library-cf20f1b0c7f3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cosmic-app-library
Branch : f45
Commit : cf20f1b0c7f33a0ddf78b869cf3aedbe3615b343
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-09-09T15:56:50-05:00
Stats  : +93/-74 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/cosmic-app-library/c/cf20f1b0c7f33a0ddf78b869cf3aedbe3615b343?branch=f45

Log:
Update to 1.8.0

---
diff --git a/.gitignore b/.gitignore
index 3809632..eb050d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,3 +66,5 @@
 /vendor-1.5.0.tar.gz
 /cosmic-applibrary-1.6.0.tar.gz
 /vendor-1.6.0.tar.gz
+/cosmic-applibrary-1.8.0.tar.gz
+/vendor-1.8.0.tar.gz

diff --git a/cosmic-app-library.spec b/cosmic-app-library.spec
index a53db0e..edc7102 100644
--- a/cosmic-app-library.spec
+++ b/cosmic-app-library.spec
@@ -7,12 +7,12 @@ ExcludeArch: %{ix86}
 # While our version corresponds to an upstream tag, we still need to define
 # these macros in order to set the VERGEN_GIT_SHA and VERGEN_GIT_COMMIT_DATE
 # environment variables in multiple sections of the spec file.
-%global commit 7ecfcf5bb25d14066a5b88cfa75befeaad8a97d4
-%global commitdatestring 2026-08-18 14:10:43 +0200
-%global cosmic_minver 1.6.0
+%global commit 5b7638f116360c1139efe795c8739cc89c87dca1
+%global commitdatestring 2026-09-01 16:53:18 -0600
+%global cosmic_minver 1.8.0
 
 Name:           cosmic-app-library
-Version: 1.6.0
+Version: 1.8.0
 Release:        %autorelease
 Summary:        App Library program for the COSMIC Desktop Environment
 
@@ -61,9 +61,16 @@ else
 fi
 
 %build
+# Used by build.rs to expand the .desktop and .metainfo.xml files
+export APP_ID="com.system76.CosmicAppLibrary"
 # Set vergen environment variables
 export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'"
 export VERGEN_GIT_SHA="%{commit}"
+# The zbus-lockstep #[validate] macro resolves the AT-SPI XML directory to
+# "vendor/xml" (the vendored xml crate) instead of atspi-common's own
+# "xml" directory, which makes it panic on files without an extension.
+# Explicitly point it at the right directory.
+export LOCKSTEP_XML_PATH="$PWD/vendor/atspi-common/xml"
 %cargo_build
 %{cargo_license_summary}
 %{cargo_license} > LICENSE.dependencies
@@ -76,10 +83,20 @@ sed 's/^\([^+]*\)+.*+\([^+]*\)$/\1+\2/' -i cargo-vendor.txt
 export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'"
 export VERGEN_GIT_SHA="%{commit}"
 just rootdir=%{buildroot} prefix=%{_prefix} install
+# The justfile installs the generated metainfo file into
+# %{_datadir}/appdata, but the files section expects it in %{_metainfodir}
+# (%{_datadir}/metainfo). Move it to the correct location.
+mkdir -p %{buildroot}%{_metainfodir}
+mv %{buildroot}%{_datadir}/appdata/com.system76.CosmicAppLibrary.metainfo.xml \
+    %{buildroot}%{_metainfodir}/
 
 %check
 desktop-file-validate %{buildroot}%{_datadir}/applications/com.system76.CosmicAppLibrary.desktop
 %if %{with check}
+# Used by build.rs to expand the .desktop and .metainfo.xml files
+export APP_ID="com.system76.CosmicAppLibrary"
+# Required by zbus-lockstep to resolve the AT-SPI XML directory
+export LOCKSTEP_XML_PATH="$PWD/vendor/atspi-common/xml"
 # Set vergen environment variables
 export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'"
 export VERGEN_GIT_SHA="%{commit}"

diff --git a/sources b/sources
index fcacef6..3b19f46 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cosmic-applibrary-1.6.0.tar.gz) = 1a6006d0d334b83e06eb4ef3285e661eda8c24e1d926348b9fc34c28ece606080fcac753a94a1ce7419e8750c56a5285ee391f4fb1a585b5d2bf0dc75638ee56
-SHA512 (vendor-1.6.0.tar.gz) = 34de8627ab84a55abf954b7bdb28cc3af67a3338feca53435dcb2d6ee6aaa7f9dd0ad987a6ee364d3c92ef6d430ebd6d2245787be555f43c7c74c0f2cbbc2ceb
+SHA512 (cosmic-applibrary-1.8.0.tar.gz) = 33bd3a87c16dd142eb966da9bc72e7a6611227e0049fa8f6ac1b3798e8963705b907074deb909948f189eb11426e0065474cf736bf31f16a259d17e127092eea
+SHA512 (vendor-1.8.0.tar.gz) = 952d02a81bedd409332eff167ff7a93cf734339614977298843464c4827bf77f79768cce5656ef507dbb850f5fa963364e3a21768d8bac3a13ca74a14fa54b9c

diff --git a/vendor-config-1.6.0.toml b/vendor-config-1.6.0.toml
deleted file mode 100644
index f0b7b0a..0000000
--- a/vendor-config-1.6.0.toml
+++ /dev/null
@@ -1,68 +0,0 @@
-[source.crates-io]
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/iced-rs/cryoglyph.git?rev=e429a025df36ab8145708acb309080ae3deec17a"]
-git = "https://github.com/iced-rs/cryoglyph.git"
-rev = "e429a025df36ab8145708acb309080ae3deec17a"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/jackpot51/rust-atomicwrites"]
-git = "https://github.com/jackpot51/rust-atomicwrites"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-applets"]
-git = "https://github.com/pop-os/cosmic-applets"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-panel"]
-git = "https://github.com/pop-os/cosmic-panel"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-protocols?rev=32283d7"]
-git = "https://github.com/pop-os/cosmic-protocols"
-rev = "32283d7"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/cosmic-settings-daemon"]
-git = "https://github.com/pop-os/cosmic-settings-daemon"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/dbus-settings-bindings"]
-git = "https://github.com/pop-os/dbus-settings-bindings"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/freedesktop-icons"]
-git = "https://github.com/pop-os/freedesktop-icons"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/libcosmic"]
-git = "https://github.com/pop-os/libcosmic"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/smithay-clipboard?tag=sctk-0.20"]
-git = "https://github.com/pop-os/smithay-clipboard"
-tag = "sctk-0.20"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0"]
-git = "https://github.com/pop-os/softbuffer"
-tag = "cosmic-4.0"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20"]
-git = "https://github.com/pop-os/window_clipboard.git"
-tag = "sctk-0.20"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/pop-os/winit.git?tag=cosmic-0.14"]
-git = "https://github.com/pop-os/winit.git"
-tag = "cosmic-0.14"
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/wash2/accesskit?tag=cosmic-0.14"]
-git = "https://github.com/wash2/accesskit"
-tag = "cosmic-0.14"
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
\ No newline at end of file

diff --git a/vendor-config-1.8.0.toml b/vendor-config-1.8.0.toml
new file mode 100644
index 0000000..f0b7b0a
--- /dev/null
+++ b/vendor-config-1.8.0.toml
@@ -0,0 +1,68 @@
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/iced-rs/cryoglyph.git?rev=e429a025df36ab8145708acb309080ae3deec17a"]
+git = "https://github.com/iced-rs/cryoglyph.git"
+rev = "e429a025df36ab8145708acb309080ae3deec17a"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/jackpot51/rust-atomicwrites"]
+git = "https://github.com/jackpot51/rust-atomicwrites"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-applets"]
+git = "https://github.com/pop-os/cosmic-applets"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-panel"]
+git = "https://github.com/pop-os/cosmic-panel"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-protocols?rev=32283d7"]
+git = "https://github.com/pop-os/cosmic-protocols"
+rev = "32283d7"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/cosmic-settings-daemon"]
+git = "https://github.com/pop-os/cosmic-settings-daemon"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/dbus-settings-bindings"]
+git = "https://github.com/pop-os/dbus-settings-bindings"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/freedesktop-icons"]
+git = "https://github.com/pop-os/freedesktop-icons"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/libcosmic"]
+git = "https://github.com/pop-os/libcosmic"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/smithay-clipboard?tag=sctk-0.20"]
+git = "https://github.com/pop-os/smithay-clipboard"
+tag = "sctk-0.20"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0"]
+git = "https://github.com/pop-os/softbuffer"
+tag = "cosmic-4.0"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20"]
+git = "https://github.com/pop-os/window_clipboard.git"
+tag = "sctk-0.20"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os/winit.git?tag=cosmic-0.14"]
+git = "https://github.com/pop-os/winit.git"
+tag = "cosmic-0.14"
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/wash2/accesskit?tag=cosmic-0.14"]
+git = "https://github.com/wash2/accesskit"
+tag = "cosmic-0.14"
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"
\ No newline at end of file

                 reply	other threads:[~2026-09-09 20:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178898741778.1.12876477877136515985.rpms-cosmic-app-library-cf20f1b0c7f3@fedoraproject.org \
    --to=ryanbrue.dev@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox