public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neil Hanlon <neil@shrug.pw>
To: git-commits@fedoraproject.org
Subject: [rpms/remind] epel10: update to 04.03.01
Date: Fri, 21 Aug 2026 13:53:09 GMT [thread overview]
Message-ID: <178732038969.1.11907198523359904753.rpms-remind-d276a5b565e8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/remind
Branch : epel10
Commit : d276a5b565e882ac1076e53aed1b4fbd07516890
Author : Neil Hanlon <neil@shrug.pw>
Date : 2024-02-29T22:54:30-05:00
Stats : +49/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/remind/c/d276a5b565e882ac1076e53aed1b4fbd07516890?branch=epel10
Log:
update to 04.03.01
---
diff --git a/.gitignore b/.gitignore
index 37ba5be..fe7eb78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@
/remind-04.02.08.tar.gz.sig
/remind-04.02.09.tar.gz
/remind-04.02.09.tar.gz.sig
+/remind-04.03.01.tar.gz
+/remind-04.03.01.tar.gz.sig
diff --git a/remind.spec b/remind.spec
index f37610b..5c19aaa 100644
--- a/remind.spec
+++ b/remind.spec
@@ -1,6 +1,6 @@
Name: remind
-Version: 04.02.09
-Release: %autorelease
+Version: 04.03.01
+Release: 1%{?dist}
Summary: Sophisticated calendar and alarm program
# GPL-2.0-only: main software
@@ -13,7 +13,6 @@ URL: https://dianne.skoll.ca/projects/remind/
Source: %url/download/%{name}-%{version}.tar.gz
Source: %url/download/%{name}-%{version}.tar.gz.sig
Source: 685A5A5E511D30E2.gpg
-Source: tkremind.desktop
# stolen from Debian
Patch: use-system-libjsonparser.diff
@@ -104,7 +103,14 @@ rm src/json.c
%install
%make_install
-desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE3}
+# NOTE(neil): 2024-02-29 upstream installs these files to /usr/share and cannot easily be changed
+install -d %{buildroot}%{_datadir}/applications/
+mv %{buildroot}/usr/applications/tkremind.desktop %{buildroot}%{_datadir}/applications/
+
+desktop-file-validate %{buildroot}%{_datadir}/applications/tkremind.desktop
+
+install -d %{buildroot}%{_datadir}/pixmaps/
+mv %{buildroot}/usr/icons/tkremind.png %{buildroot}%{_datadir}/pixmaps/
%check
# NOTE(neil): 2024-01-09 disabling tz.rem as it is broken
@@ -142,6 +148,40 @@ make test
%attr(0755,-,-) %{_bindir}/tkremind
%{_mandir}/man1/tkremind.1*
%{_datadir}/applications/tkremind.desktop
+%{_datadir}/pixmaps/tkremind.png
%changelog
-%autochangelog
+* Thu Feb 29 2024 Neil Hanlon <neil@shrug.pw> - 04.03.01-1
+- update to 04.03.01 (fedora#1655289)
+- switch off of rpmautospec
+- include icon and desktop file from upstream
+
+* Wed Feb 07 2024 Neil Hanlon <neil@shrug.pw> - 04.02.09-2
+- remove patch included upstream
+
+* Wed Feb 07 2024 Neil Hanlon <neil@shrug.pw> - 04.02.09-1
+- update to 04.02.09 (fedora#2246133)
+
+* Wed Feb 07 2024 Neil Hanlon <neil@shrug.pw> - 04.02.08-5
+- fix final review comments
+
+* Wed Feb 07 2024 Neil Hanlon <neil@shrug.pw> - 04.02.08-4
+- fix rpmlint errors by integrating upstream patch to change fsf address
+
+* Wed Feb 07 2024 Neil Hanlon <neil@shrug.pw> - 04.02.08-3
+- don't include %{__isa} in Requires for tkremind
+
+* Wed Feb 07 2024 Neil Hanlon <neil@shrug.pw> - 04.02.08-2
+- Add tests, split documentation into subpkg
+
+* Wed Feb 07 2024 Neil Hanlon <neil@shrug.pw> - 04.02.08-1
+- update to 04.02.08 and address review comments
+
+* Wed Feb 07 2024 Neil Hanlon <neil@shrug.pw> - 04.02.07-1
+- update to eclipseo's work on the spec
+
+* Wed Feb 07 2024 Kurt Keller <kurt@pinboard.jp> - 04.02.06-2
+- take care of missing tcllib auto-dependency
+
+* Wed Feb 07 2024 Fedora Release Engineering <releng@fedoraproject.org> - 03.01.15-10
+- Unretirement releng issue: https://pagure.io/releng/issue/11917
diff --git a/sources b/sources
index 873b73a..a9539d4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (remind-04.02.09.tar.gz) = e501e9d8894782f11838d3be5bcebe1e3eda21d6638d69c321b6afc594c0308d3070b1697eabe7160584f82573879345f1b91c460dcaff5ed2b5568821fcc504
-SHA512 (remind-04.02.09.tar.gz.sig) = d24b1ab57b3db20b4a63909adc35dc2cd256d932c222581f8bb6ced8dfc33d6914d12a8a9a32cac211e4be8611b644a0ac434a133ab5ba1b0999d8ba148d2043
+SHA512 (remind-04.03.01.tar.gz) = d4a38baaef7d801b9328bffc771d4ce79e0e09d0d525d00e46af5ed5dea7b098c5ae806c90d569c2a60518c742c3b38305f06cded3e73bf25f4533e7bdb344c8
+SHA512 (remind-04.03.01.tar.gz.sig) = d113816684b8b0bf92a2b514343287fdb8e8b91e52a66f3e4101c0db6eab0e6c4dc51d2320e3850317b2e18e55dc75ce93ea6a4799734290c2f26b1e282c1a20
reply other threads:[~2026-08-21 13:53 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=178732038969.1.11907198523359904753.rpms-remind-d276a5b565e8@fedoraproject.org \
--to=neil@shrug.pw \
--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