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/pop-launcher] rawhide: Update to 1.3.0
Date: Wed, 15 Jul 2026 01:44:32 GMT	[thread overview]
Message-ID: <178407987263.1.11556314184053642476.rpms-pop-launcher-da71ea44eabe@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pop-launcher
Branch : rawhide
Commit : da71ea44eabed54348b0833cac2d9682f94589f7
Author : Ryan Brue <ryanbrue.dev@gmail.com>
Date   : 2026-07-14T20:44:26-05:00
Stats  : +22/-20 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/pop-launcher/c/da71ea44eabed54348b0833cac2d9682f94589f7?branch=rawhide

Log:
Update to 1.3.0

---
diff --git a/.gitignore b/.gitignore
index 5899611..b6f7bbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,5 @@
 /vendor-1.0.16.tar.gz
 /launcher-1.1.0.tar.gz
 /vendor-1.1.0.tar.gz
+/launcher-1.3.0.tar.gz
+/vendor-1.3.0.tar.gz

diff --git a/pop-launcher.spec b/pop-launcher.spec
index 0329a0c..8a0d10d 100644
--- a/pop-launcher.spec
+++ b/pop-launcher.spec
@@ -8,17 +8,17 @@ 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 5b868510716673b31a650488401489898352e2d9
-%global commitdatestring 2026-02-13 12:35:27 -0700
-%global cosmic_minver 1.1.0
+%global commit a332a3a73316a3595816dd02fe426a1d3543167a
+%global commitdatestring 2026-07-02 21:14:06 +0200
+%global cosmic_minver 1.3.0
 
 Name:           pop-launcher
-Version: 1.1.0
+Version: 1.3.0
 Epoch: 1
 Release:        %autorelease
 Summary:        Modular IPC-based desktop launcher service
 
-License:        (0BSD OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) 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 OR MIT OR Zlib) AND Apache-2.0 WITH LLVM-exception AND BSD-3-Clause AND GPL-3.0-only AND ISC AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND Zlib
+License: (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND MIT AND MPL-2.0 AND Unicode-3.0 AND Zlib
 
 URL:            https://github.com/pop-os/launcher
 

diff --git a/sources b/sources
index 12be4fb..ebe17b6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (launcher-1.1.0.tar.gz) = 41141b7f96c45e2255d6e0f8ad695764762d3c17a557f49520fe0c915ca1ba03fe14879759a8f3bd400c8b4b0a0489ef26260ab8c1a6fd08a1e7beba5fd37902
-SHA512 (vendor-1.1.0.tar.gz) = cefd67bc2df7b5348ababa14ffa271fa0bb0575b4f95e35ef428750396e8c17b710ce5b249d51ae305446c4c7be7d5494e82cf00a5b4ce87bc5f0eba36ce23ff
+SHA512 (launcher-1.3.0.tar.gz) = e0a6e73b86115db6edaca9558f4ce759a1af8009db2e99e67d0ad5f8ad7335bd51df5a135e4f74b3549286d8f00209f49cb1ec0418692acb40e3ddbf3f944bd7
+SHA512 (vendor-1.3.0.tar.gz) = ee430cd5f3cf289cc4eeb84cd3d566c7c168f57ec30153bd96df6725b8c096b78ea71996454d31cd6afa63d561f078790304452b5fbb6cfc8ef22f741b41d5b5

diff --git a/vendor-config-1.1.0.toml b/vendor-config-1.1.0.toml
deleted file mode 100644
index d6f5292..0000000
--- a/vendor-config-1.1.0.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[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

diff --git a/vendor-config-1.3.0.toml b/vendor-config-1.3.0.toml
new file mode 100644
index 0000000..d6f5292
--- /dev/null
+++ b/vendor-config-1.3.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

                 reply	other threads:[~2026-07-15  1:44 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=178407987263.1.11556314184053642476.rpms-pop-launcher-da71ea44eabe@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