Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Kevin Fenzi
faa813aa41 Update to 5.9.0. Fixes rhbz#2516012 2026-08-25 16:11:15 -07:00
Fedora Release Engineering
a684bce416 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:24:24 +00:00
Fedora Release Engineering
be96d0ab01 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:51:50 +00:00
Fedora Release Engineering
d471cb2174 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 21:02:24 +00:00
Kevin Fenzi
a3034a97cb Fix ftbfs. Fixes rhbz#2341579 2025-02-08 15:47:32 -08:00
Fedora Release Engineering
1b27e43660 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 16:13:38 +00:00
Miroslav Suchý
00dd070a06 convert GPLv3+ license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-07-25 13:33:49 +02:00
Fedora Release Engineering
5cf81a370c Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 10:24:19 +00:00
4 changed files with 44 additions and 4 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ xpad-4.0.tar.bz2
/xpad-5.2.0.tar.bz2
/xpad-5.3.0.tar.bz2
/xpad-5.8.0.tar.bz2
/xpad-5.9.0.tar.bz2

View file

@ -1 +1 @@
SHA512 (xpad-5.8.0.tar.bz2) = 95db5034ac1a5eaff2ed9c3f2cced3a086bde692f77c25f70a9620c167860a5fdfb43dae3e143aaaf4d3d8f5ca75512afc98efde8a968709c3910964ffd9821f
SHA512 (xpad-5.9.0.tar.bz2) = 4b230ad41bb0c079a563ab93b01a6517f62fb2acd7507a86a6a954be85c7139a0239710160d40ea05a43a4931610b24c76b8978f91907f17ab1e6bac844d9f8d

View file

@ -0,0 +1,12 @@
diff --color -Nur xpad-5.8.0.orig/configure.ac xpad-5.8.0/configure.ac
--- xpad-5.8.0.orig/configure.ac 2022-05-23 05:07:02.000000000 -0700
+++ xpad-5.8.0/configure.ac 2025-02-08 15:30:23.465729969 -0800
@@ -52,7 +52,7 @@
# i18n / text translations
# The choice for version of gettext is only based on what was installed on the developers desktop (2021).
# If another version is more convenient, go for it.
-AM_GNU_GETTEXT_VERSION([0.21])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.23.1])
AM_GNU_GETTEXT([external])
GETTEXT_PACKAGE="$PACKAGE"

View file

@ -1,12 +1,15 @@
Name: xpad
Version: 5.8.0
Release: 6%{?dist}
Version: 5.9.0
Release: 1%{?dist}
Summary: Sticky notepad for GTK
License: GPLv3+
# Automatically converted from old format: GPLv3+ - review is highly recommended.
License: GPL-3.0-or-later
URL: https://launchpad.net/xpad
Source0: https://launchpad.net/xpad/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
Patch1: xpad-5.8.0-gettext-version.patch
BuildRequires: make
BuildRequires: gcc
BuildRequires: gtk3-devel
@ -59,6 +62,30 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_mandir}/man1/%{name}.1*
%changelog
* Tue Aug 25 2026 Kevin Fenzi <kevin@scrye.com> - 5.9.0-1
- Update to 5.9.0. Fixes rhbz#2516012
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sat Feb 08 2025 Kevin Fenzi <kevin@scrye.com> - 5.8.0-10
- Fix ftbfs. Fixes rhbz#2341579
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 5.8.0-8
- convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Feb 29 2024 Arthur Bols <arthur@bols.dev> - 5.8.0-6
- Switch to libayatana-appindicator Fixes rhbz#2175545