This commit is contained in:
Jon Ciesla 2014-11-12 07:30:29 -06:00
parent c5da85c998
commit 4a37f230a2
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ brltty-4.2.tar.gz
/brltty-4.5.tar.gz /brltty-4.5.tar.gz
/brltty-5.0.tar.xz /brltty-5.0.tar.xz
/brltty-5.1.tar.xz /brltty-5.1.tar.xz
/brltty-5.2.tar.xz

View File

@ -1,5 +1,5 @@
%define pkg_version 5.1 %define pkg_version 5.2
%define api_version 0.6.2 %define api_version 0.6.3
%global with_python3 1 %global with_python3 1
@ -17,7 +17,7 @@
Name: brltty Name: brltty
Version: %{pkg_version} Version: %{pkg_version}
Release: 12%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://mielke.cc/brltty/ URL: http://mielke.cc/brltty/
@ -392,6 +392,9 @@ fi
%endif %endif
%changelog %changelog
* Wed Nov 12 2014 Jon Ciesla <limburgher@gmail.com> - 5.2-1
- 5.2, BZ 1163112.
* Sun Aug 31 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-12 * Sun Aug 31 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-12
- ocaml-4.02.0 final rebuild. - ocaml-4.02.0 final rebuild.

View File

@ -1 +1 @@
938769dd1c3c3baf0d6dfafeb11581ec brltty-5.1.tar.xz b484343461b5a45f95fedfb21d1ceca3 brltty-5.2.tar.xz