updated to release 2.5.2

This commit is contained in:
Martin Gieseking 2013-02-06 20:45:40 +01:00
parent 13776ff228
commit 45250bb403
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/liblouis-2.3.0.tar.gz
/liblouis-2.4.0.tar.gz
/liblouis-2.4.1.tar.gz
/liblouis-2.5.2.tar.gz

View File

@ -1,17 +1,17 @@
Name: liblouis
Version: 2.4.1
Release: 2%{?dist}
Version: 2.5.2
Release: 1%{?dist}
Summary: Braille translation and back-translation library
Group: System Environment/Libraries
License: LGPLv3+
URL: http://www.abilitiessoft.com/
Source0: http://www.abilitiessoft.com/%{name}-%{version}.tar.gz
Source0: http://liblouis.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: help2man
BuildRequires: texinfo-tex
BuildRequires: python-devel
BuildRequires: python2-devel
Requires(post): info
Requires(preun): info
@ -110,7 +110,7 @@ fi
%files
%defattr(-,root,root,-)
%doc README COPYING.LIB AUTHORS NEWS ChangeLog
%doc README COPYING.LIB AUTHORS NEWS ChangeLog TODO
%doc doc/%{name}.{html,txt,pdf}
%{_libdir}/%{name}.so.*
%{_datadir}/%{name}/
@ -135,6 +135,9 @@ fi
%changelog
* Wed Feb 06 2013 Martin Gieseking <martin.gieseking@uos.de> 2.5.2-1
- Updated to new upstream release.
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
53dfecea7656a3b532366f771d7e71b6 liblouis-2.4.1.tar.gz
8496003f328373f1dddb0e8e4ab75d6f liblouis-2.5.2.tar.gz