New Upstream Release

This commit is contained in:
Simon Wesp 2011-08-05 20:52:15 +02:00
parent 923f004f5e
commit d9ab628744
3 changed files with 8 additions and 22 deletions

View File

@ -1 +1,3 @@
30ee2bf2d4658e667b8eea4a62704b76 yapet-0.6.tar.gz
2d70b470b40b9c662988f4b8f8d4b333 yapet-0.7.tar.bz2
b48a8f49e2f69b9ba12a5ec668422628 yapet-0.7.tar.gz

View File

@ -1,14 +1,12 @@
Name: yapet
Version: 0.6
Release: 2%{?dist}
Version: 0.7
Release: 1%{?dist}
Summary: Curses based password encryption tool
Group: Applications/Productivity
License: GPLv3+ with exceptions
URL: http://www.guengel.ch/myapps/%{name}/
Source0: http://www.guengel.ch/myapps/%{name}/downloads/%{name}-%{version}.tar.gz
# patch from: http://bugs.guengel.ch/show_bug.cgi?id=26
Patch0: %{name}_gcc44-0.6.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -26,10 +24,6 @@ for installing on desktop and server systems alike.
%prep
%setup -q
%if 0%{?fedora} >=11
%patch0 -p1
%endif
for i in README DESIGN
do
iconv -f iso-8859-1 -t utf-8 $i |sed 's|\r||g' > $i.utf8
@ -63,9 +57,12 @@ rm -rf %{buildroot}
%changelog
* Fri Aug 05 2011 Simon Wesp <cassmodiah@fedoraproject.org> 0.7-1
- New Upstream Release
* Sun Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-2
- Correct License and patch integration
- Add LICENSE to DOC
* Sun Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-1
- Initial Package build

View File

@ -1,13 +0,0 @@
--- yapet-0.6/yapet/pwgen/rng.cc.orig 2009-09-04 21:54:54.287587639 +0200
+++ yapet-0.6/yapet/pwgen/rng.cc 2009-09-04 21:55:32.575747627 +0200
@@ -42,6 +42,10 @@
# include <fcntl.h>
#endif
+#ifdef HAVE_STDIO_H
+# include <stdio.h>
+#endif
+
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif