Updated to version 03.01.02

This commit is contained in:
rayvd 2007-09-13 21:43:25 +00:00
parent 3af7b0a192
commit 47dea25220
4 changed files with 19 additions and 14 deletions

View File

@ -1 +1 @@
remind-03.01.01.tar.gz remind-03.01.02.tar.gz

View File

@ -1,12 +1,12 @@
diff -uNr remind-03.00.24.orig/src/Makefile.in remind-03.00.24/src/Makefile.in diff -uNr remind-03.01.02.orig/src/Makefile.in remind-03.01.02/src/Makefile.in
--- remind-03.00.24.orig/src/Makefile.in 2005-09-29 20:29:32.000000000 -0700 --- remind-03.01.02.orig/src/Makefile.in 2007-08-31 20:29:58.000000000 -0700
+++ remind-03.00.24/src/Makefile.in 2007-04-25 16:36:53.000000000 -0700 +++ remind-03.01.02/src/Makefile.in 2007-09-13 14:30:59.000000000 -0700
@@ -53,8 +53,6 @@ @@ -62,8 +62,6 @@
for prog in $(PROGS) $(SCRIPTS) ; do \
$(INSTALL_PROGRAM) $$prog $(DESTDIR)$(bindir) || exit 1; \
done done
- -strip $(DESTDIR)$(bindir)/remind || true
- -strip $(DESTDIR)$(bindir)/rem2ps || true install: install-nostripped
-mkdir -p $(DESTDIR)$(mandir)/man1 || true - strip $(DESTDIR)$(bindir)/remind || true
for man in $(MANS) ; do \ - strip $(DESTDIR)$(bindir)/rem2ps || true
$(INSTALL_DATA) $$man $(DESTDIR)$(mandir)/man1 || exit 1; \
clean:
rm -f *.o *~ core *.bak $(PROGS)

View File

@ -1,5 +1,5 @@
Name: remind Name: remind
Version: 03.01.01 Version: 03.01.02
Release: 1%{?dist} Release: 1%{?dist}
Summary: A sophisticated calendar and alarm program Summary: A sophisticated calendar and alarm program
@ -77,9 +77,11 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/cm2rem.tcl %{_bindir}/cm2rem.tcl
%{_bindir}/rem2ps %{_bindir}/rem2ps
%{_bindir}/remind %{_bindir}/remind
%{_bindir}/rem
%{_mandir}/man1/cm2rem.1.gz %{_mandir}/man1/cm2rem.1.gz
%{_mandir}/man1/rem2ps.1.gz %{_mandir}/man1/rem2ps.1.gz
%{_mandir}/man1/remind.1.gz %{_mandir}/man1/remind.1.gz
%{_mandir}/man1/rem.1.gz
%doc COPYRIGHT docs/README.UNIX docs/WHATSNEW examples www %doc COPYRIGHT docs/README.UNIX docs/WHATSNEW examples www
@ -90,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/tkremind.1.gz %{_mandir}/man1/tkremind.1.gz
%changelog %changelog
* Thu Sep 13 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.02-1
- Updated to version 03.01.02
* Thu Aug 23 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.01-1 * Thu Aug 23 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.01-1
- Updated to version 03.01.01 - Updated to version 03.01.01
- Updated license tag to GPLv2 - Updated license tag to GPLv2

View File

@ -1 +1 @@
b73f93014b5cdae402f1641dd95f477f remind-03.01.01.tar.gz 6cd87cfbd5547e0477f5cbf7e900dc50 remind-03.01.02.tar.gz