- Updated to 03.01.13

- Fixing bogus dates in the changelog
This commit is contained in:
Jaromir Capik 2013-04-09 19:01:45 +02:00
parent 229664d13b
commit f620d19b29
4 changed files with 12 additions and 18 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
remind-03.01.07.tar.gz remind-03.01.07.tar.gz
/remind-03.01.12.tar.gz /remind-03.01.12.tar.gz
/remind-03.01.13.tar.gz

View File

@ -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++) {

View File

@ -1,15 +1,16 @@
Name: remind Name: remind
Version: 03.01.12 Version: 03.01.13
Release: 4%{?dist} Release: 1%{?dist}
Summary: A sophisticated calendar and alarm program Summary: A sophisticated calendar and alarm program
Group: Applications/Productivity Group: Applications/Productivity
License: GPLv2 License: GPLv2
URL: http://www.roaringpenguin.com/en/penguin/openSourceProducts/remind URL: http://www.roaringpenguin.com/en/penguin/openSourceProducts/remind
Source0: http://www.roaringpenguin.com/files/download/remind-%{version}.tar.gz Source0: http://www.roaringpenguin.com/files/download/remind-%{version}.tar.gz
Source1: tkremind.desktop Source1: tkremind.desktop
Patch0: remind-nostrip.patch Patch0: remind-nostrip.patch
Patch1: remind-03.01.12-rem2ps-margins.patch
Requires: tcl Requires: tcl
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -39,7 +40,6 @@ iconv -c -t UTF8 remind.1 > remind.1.utf8
%{__mv} remind.1.utf8 remind.1 %{__mv} remind.1.utf8 remind.1
popd popd
%patch0 -p1 %patch0 -p1
%patch1
pushd www pushd www
find . -type f -exec chmod -x {} \; find . -type f -exec chmod -x {} \;
popd popd
@ -94,6 +94,10 @@ desktop-file-install --vendor "fedora" \
%{_mandir}/man1/tkremind.1.gz %{_mandir}/man1/tkremind.1.gz
%changelog %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 * 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 - 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 * Sun May 31 2009 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.07-1
- Upstream released 03.01.07 - 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 - Latest version refresh
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 03.01.04-2 * 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 - Copied rem2html to /usr/bin per bz #430502
- Using a few more macros in spec file - 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 - Added tcllib requires per bz #290761
* Thu Sep 13 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.02-1 * Thu Sep 13 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.02-1

View File

@ -1 +1 @@
de16cbfc3ee94defcb1abdf78b2ebcd1 remind-03.01.12.tar.gz 9b746d257eccd5961d61c649cf48305c remind-03.01.13.tar.gz