public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pop-launcher] f44: Update to 1.4.0
@ 2026-07-23 3:46 Ryan Brue
0 siblings, 0 replies; only message in thread
From: Ryan Brue @ 2026-07-23 3:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pop-launcher
Branch : f44
Commit : eaa0d7fd9f22d0cbf4d0364ee3cd862a256ae81d
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date : 2026-07-22T22:46:18-05:00
Stats : +19/-5 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/pop-launcher/c/eaa0d7fd9f22d0cbf4d0364ee3cd862a256ae81d?branch=f44
Log:
Update to 1.4.0
---
diff --git a/.gitignore b/.gitignore
index 32bf64b..8fbbe8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,5 @@
/launcher-1.3.0.tar.gz
/vendor-1.3.0.tar.gz
/vendor-config-1.3.0.toml
+/launcher-1.4.0.tar.gz
+/vendor-1.4.0.tar.gz
diff --git a/pop-launcher.spec b/pop-launcher.spec
index 8a0d10d..ca6d0b8 100644
--- a/pop-launcher.spec
+++ b/pop-launcher.spec
@@ -10,10 +10,10 @@ ExcludeArch: %{ix86}
# environment variables in multiple sections of the spec file.
%global commit a332a3a73316a3595816dd02fe426a1d3543167a
%global commitdatestring 2026-07-02 21:14:06 +0200
-%global cosmic_minver 1.3.0
+%global cosmic_minver 1.4.0
Name: pop-launcher
-Version: 1.3.0
+Version: 1.4.0
Epoch: 1
Release: %autorelease
Summary: Modular IPC-based desktop launcher service
diff --git a/sources b/sources
index 2f31757..e8d2cd7 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
-SHA512 (launcher-1.3.0.tar.gz) = e0a6e73b86115db6edaca9558f4ce759a1af8009db2e99e67d0ad5f8ad7335bd51df5a135e4f74b3549286d8f00209f49cb1ec0418692acb40e3ddbf3f944bd7
-SHA512 (vendor-1.3.0.tar.gz) = ee430cd5f3cf289cc4eeb84cd3d566c7c168f57ec30153bd96df6725b8c096b78ea71996454d31cd6afa63d561f078790304452b5fbb6cfc8ef22f741b41d5b5
-SHA512 (vendor-config-1.3.0.toml) = f5d3a10cf751ff754c1238dabfcd61c4427124d2644a5f3c996cbdedad258da0162c75b73e0256dd487bec5f803daa83d47c2f98355c2f6d269daccee4fbaaf2
+SHA512 (launcher-1.4.0.tar.gz) = 555fa33d15a39b8c791a771c7c72efc5ebb59a21b02d94b64949cebbd3b5363ef1f91ea7a7f5f9399786818b58ed5adaa42bfc3571e5c5dd122b9e980b10bf1a
+SHA512 (vendor-1.4.0.tar.gz) = 9fac60e58b27b84d4da8d3a3b5f6749a3241792f6905864cab9a5c624415c7649807a733de16897ca927d3922b14f5e5b0cf274807feaa09dd7c7176efffe47e
diff --git a/vendor-config-1.4.0.toml b/vendor-config-1.4.0.toml
new file mode 100644
index 0000000..d6f5292
--- /dev/null
+++ b/vendor-config-1.4.0.toml
@@ -0,0 +1,13 @@
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source."git+https://github.com/pop-os//cosmic-protocols"]
+git = "https://github.com/pop-os//cosmic-protocols"
+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.vendored-sources]
+directory = "vendor"
\ No newline at end of file
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-23 3:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23 3:46 [rpms/pop-launcher] f44: Update to 1.4.0 Ryan Brue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox