Release should be 0.1.beta1, not 0.beta1

This commit is contained in:
Petr Machata 2011-02-05 01:00:06 +01:00
parent 540c65bbfc
commit 121dc65949
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Name: boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.46.0
%define version_enc 1_46_0_beta1
Release: 0.beta1%{?dist}
Release: 0.1.beta1%{?dist}
License: Boost
# The CMake build framework (set of CMakeLists.txt and module.cmake files) is
@ -827,7 +827,7 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{_
%{_bindir}/bjam
%changelog
* Thu Feb 3 2011 Petr Machata <pmachata@redhat.com> - 1.46.0-0.beta1
* Thu Feb 3 2011 Petr Machata <pmachata@redhat.com> - 1.46.0-0.1.beta1
- Package 1.46.0-beta1
- Reintroduce the soname patch
- Related: #656410