New release and fixed no bundled library issue

epel9
Praveen Kumar 13 years ago
parent bd9804b79a
commit 9402637c34

1
.gitignore vendored

@ -2,3 +2,4 @@
/wdiff-1.0.0.tar.gz
/wdiff-1.0.1.tar.gz
/wdiff-1.1.0.tar.gz
/wdiff-1.1.2.tar.gz

@ -1 +1 @@
aa4dd87a9140a96ee85d2502673d19f3 wdiff-1.1.0.tar.gz
ac51497a2b33094c484237049803a697 wdiff-1.1.2.tar.gz

@ -1,6 +1,6 @@
Name: wdiff
Version: 1.1.0
Release: 2%{?dist}
Version: 1.1.2
Release: 1%{?dist}
Summary: A front-end to GNU diff
Group: Applications/System
@ -14,6 +14,9 @@ BuildRequires: libtool
Requires(post): info
Requires(preun): info
#https://fedorahosted.org/fpc/ticket/174
Provides: bundled(gnulib) = 30.5.2012
%description
`wdiff' is a front-end to GNU `diff'. It compares two files, finding
which words have been deleted or added to the first in order to create
@ -58,6 +61,9 @@ fi
%changelog
* Tue May 29 2012 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 1.1.2-1
- New release and fixed no bundled library issue
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Loading…
Cancel
Save