public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mohamed El Morabity <melmorabity@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gpaste] f44: Update to 50.5
Date: Sat, 27 Jun 2026 20:31:28 GMT	[thread overview]
Message-ID: <178259228887.1.11285291387199017786.rpms-gpaste-d469c31d6c4f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gpaste
Branch : f44
Commit : d469c31d6c4ff27c9842263e4ac590064339b920
Author : Mohamed El Morabity <melmorabity@fedoraproject.org>
Date   : 2026-06-27T22:28:53+02:00
Stats  : +14/-14 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gpaste/c/d469c31d6c4ff27c9842263e4ac590064339b920?branch=f44

Log:
Update to 50.5

---
diff --git a/.gitignore b/.gitignore
index c87eeda..af8ca48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /GPaste-45.4.tar.xz
+/GPaste-50.5.tar.xz

diff --git a/gpaste.spec b/gpaste.spec
index 1a29782..8c6e4b8 100644
--- a/gpaste.spec
+++ b/gpaste.spec
@@ -1,7 +1,7 @@
 %global alt_name GPaste
 
 Name:           gpaste
-Version:        45.4
+Version:        50.5
 Release:        1%{?dist}
 Summary:        Clipboard management system
 
@@ -15,17 +15,14 @@ BuildRequires:  gettext
 BuildRequires:  libappstream-glib
 BuildRequires:  meson
 BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(gdk-3.0)
-BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(gdk-x11-3.0)
 BuildRequires:  pkgconfig(gcr-4)
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(gjs-1.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnome-keybindings)
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk4)
+BuildRequires:  pkgconfig(gtk4-x11)
 BuildRequires:  pkgconfig(libadwaita-1)
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(systemd)
@@ -126,12 +123,11 @@ install -Dpm 0644 */data/systemd/*.service -t $RPM_BUILD_ROOT%{_userunitdir}/
 
 %check
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.GPaste.*.desktop
-appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.GPaste.Ui.appdata.xml
+appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.GPaste.Ui.metainfo.xml
 
 
 %post
-%systemd_user_post org.gnome.GPaste.Preferences.service
-%systemd_user_post org.gnome.GPaste.Ui.service
+%systemd_user_post org.gnome.GPaste.service
 
 
 %post ui
@@ -140,8 +136,7 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gn
 
 
 %preun
-%systemd_user_preun org.gnome.GPaste.Preferences.service
-%systemd_user_preun org.gnome.GPaste.Ui.service
+%systemd_user_preun org.gnome.GPaste.service
 
 
 %preun ui
@@ -154,6 +149,7 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gn
 %{_bindir}/%{name}-client
 %dir %{_libexecdir}/%{name}/
 %{_libexecdir}/%{name}/gpaste-daemon
+%{_datadir}/applications/org.gnome.GPaste.Daemon.desktop
 %{_datadir}/dbus-1/services/org.gnome.GPaste.service
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_userunitdir}/org.gnome.GPaste.service
@@ -177,11 +173,11 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gn
 %files ui
 %{_libexecdir}/%{name}/%{name}-preferences
 %{_libexecdir}/%{name}/%{name}-ui
-%{_datadir}/applications/org.gnome.GPaste.*.desktop
+%{_datadir}/applications/org.gnome.GPaste.{Preferences,Ui}.desktop
 %{_datadir}/dbus-1/services/org.gnome.GPaste.*.service
 %{_datadir}/gnome-control-center/keybindings/*.xml
 %{_datadir}/gnome-shell/search-providers/*.ini
-%{_datadir}/metainfo/org.gnome.GPaste.Ui.appdata.xml
+%{_datadir}/metainfo/org.gnome.GPaste.Ui.metainfo.xml
 %{_userunitdir}/org.gnome.GPaste.Ui.service
 %{_userunitdir}/org.gnome.GPaste.Preferences.service
 
@@ -199,6 +195,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gn
 
 
 %changelog
+* Sat Jun 27 2026 Mohamed El Morabity <melmorabity@fedoraproject.org> - 50.5-1
+- Update to 50.5
+
 * Tue May 05 2026 Mohamed El Morabity <melmorabity@fedoraproject.org> - 45.4-1
 - Update to 45.4
 

diff --git a/sources b/sources
index 53f920d..fa02281 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (GPaste-45.4.tar.xz) = b129df3bf44efb540b38a2b181720dc66c3f0853d297bb1245eb196de6f2cfc76c65a79f98a7eb32d3f4e265564bdd6262d7481fae21d4cd2a800d401a8b9301
+SHA512 (GPaste-50.5.tar.xz) = f0a94aefd882d0557033b0697128f47fafd69a97931903e4e75137da889ebe67857a8e6c706af2ba2a697b9c3a02b35722a34340e5e08a8023afd928e03dbfa7

                 reply	other threads:[~2026-06-27 20:31 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=178259228887.1.11285291387199017786.rpms-gpaste-d469c31d6c4f@fedoraproject.org \
    --to=melmorabity@fedoraproject.org \
    --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