Update
This commit is contained in:
parent
cf733e4502
commit
6206e000e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ beakerlib-1.3.tar.gz
|
|||||||
/beakerlib-1.5.tar.gz
|
/beakerlib-1.5.tar.gz
|
||||||
/beakerlib-1.6.tar.gz
|
/beakerlib-1.6.tar.gz
|
||||||
/beakerlib-1.7.tar.gz
|
/beakerlib-1.7.tar.gz
|
||||||
|
/beakerlib-1.8.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: beakerlib
|
Name: beakerlib
|
||||||
Summary: A shell-level integration testing library
|
Summary: A shell-level integration testing library
|
||||||
Version: 1.7
|
Version: 1.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_docdir}/%{name}-%{version}/examples/*/*
|
%doc %{_docdir}/%{name}-%{version}/examples/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 10 2013 Petr Muller <muller@redhat.com> - 1.8-1
|
||||||
|
- Update to new upstream version 1.8
|
||||||
|
|
||||||
* Thu May 09 2013 Petr Muller <muller@redhat.com> - 1.7-2
|
* Thu May 09 2013 Petr Muller <muller@redhat.com> - 1.7-2
|
||||||
- Robustify journal to accept umlaut in distro release name
|
- Robustify journal to accept umlaut in distro release name
|
||||||
- Fix internal documentation
|
- Fix internal documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user