public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jaromir Capik <jcapik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/remind] epel10: - Updated to 03.01.13
Date: Fri, 21 Aug 2026 13:52:52 GMT	[thread overview]
Message-ID: <178732037276.1.18274207221771280425.rpms-remind-f620d19b29ae@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/remind
            Branch : epel10
            Commit : f620d19b29ae4ba5e8e508186a17975e350197ae
            Author : Jaromir Capik <jcapik@redhat.com>
            Date   : 2013-04-09T19:01:45+02:00
            Stats  : +12/-18 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/remind/c/f620d19b29ae4ba5e8e508186a17975e350197ae?branch=epel10

            Log:
            - Updated to 03.01.13
- Fixing bogus dates in the changelog

---
diff --git a/.gitignore b/.gitignore
index 2ccdf34..13ffc7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 remind-03.01.07.tar.gz
 /remind-03.01.12.tar.gz
+/remind-03.01.13.tar.gz

diff --git a/remind-03.01.12-rem2ps-margins.patch b/remind-03.01.12-rem2ps-margins.patch
deleted file mode 100644
index f5279c5..0000000
--- a/remind-03.01.12-rem2ps-margins.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/rem2ps.c~	2011-12-05 17:08:21.000000000 -0500
-+++ src/rem2ps.c	2012-04-25 17:46:19.831719343 -0400
-@@ -772,7 +772,7 @@
- 	case 'o':
- 	    if (i == argc) Usage("Offset must be supplied");
- 	    offset = atoi(argv[i++]);
--	    if (offset < 36) offset = 36;
-+	    if (offset < 0) offset = 0;
- 	    if (!*s) Usage("Offset must specify l, r, t or b");
- 	    while(*s) {
- 		switch(*s++) {

diff --git a/remind.spec b/remind.spec
index eb84805..9c6d17e 100644
--- a/remind.spec
+++ b/remind.spec
@@ -1,15 +1,16 @@
 Name:           remind
-Version:        03.01.12
-Release:        4%{?dist}
+Version:        03.01.13
+Release:        1%{?dist}
 Summary:        A sophisticated calendar and alarm program
 
 Group:          Applications/Productivity
 License:        GPLv2
 URL:            http://www.roaringpenguin.com/en/penguin/openSourceProducts/remind
+
 Source0:        http://www.roaringpenguin.com/files/download/remind-%{version}.tar.gz
 Source1:        tkremind.desktop
 Patch0:         remind-nostrip.patch
-Patch1:         remind-03.01.12-rem2ps-margins.patch
+
 Requires:       tcl
 BuildRequires:  desktop-file-utils
 
@@ -39,7 +40,6 @@ iconv -c -t UTF8 remind.1 > remind.1.utf8
 %{__mv} remind.1.utf8 remind.1
 popd
 %patch0 -p1
-%patch1
 pushd www
 find . -type f -exec chmod -x {} \;
 popd
@@ -94,6 +94,10 @@ desktop-file-install --vendor "fedora"             \
 %{_mandir}/man1/tkremind.1.gz
 
 %changelog
+* Tue Apr 09 2013 Jaromir Capik <jcapik@redhat.com> - 03.01.13-1
+- Updated to 03.01.13
+- Fixing bogus dates in the changelog
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 03.01.12-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -119,7 +123,7 @@ desktop-file-install --vendor "fedora"             \
 * Sun May 31 2009 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.07-1
 - Upstream released 03.01.07
 
-* Wed Feb 28 2009 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.06-1
+* Sat Feb 28 2009 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.06-1
 - Latest version refresh
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 03.01.04-2
@@ -135,7 +139,7 @@ desktop-file-install --vendor "fedora"             \
 - Copied rem2html to /usr/bin per bz #430502
 - Using a few more macros in spec file
 
-* Thu Sep 19 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.02-2
+* Wed Sep 19 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.02-2
 - Added tcllib requires per bz #290761
 
 * Thu Sep 13 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.02-1

diff --git a/sources b/sources
index db64a9a..3fa63c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de16cbfc3ee94defcb1abdf78b2ebcd1  remind-03.01.12.tar.gz
+9b746d257eccd5961d61c649cf48305c  remind-03.01.13.tar.gz

                 reply	other threads:[~2026-08-21 13:52 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=178732037276.1.18274207221771280425.rpms-remind-f620d19b29ae@fedoraproject.org \
    --to=jcapik@redhat.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