Fix epoch use
This commit is contained in:
parent
7c2a698d05
commit
85aab8ce38
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libvisual
|
||||
Version: 0.4.0
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Abstraction library for audio visualisation plugins
|
||||
Group: Applications/Multimedia
|
||||
@ -31,7 +31,7 @@ anywhere he wants.
|
||||
%package devel
|
||||
Summary: Development files for libvisual
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Libvisual is an abstraction library that comes between applications and
|
||||
@ -76,6 +76,9 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 13 2014 Kalev Lember <kalevlember@gmail.com> - 1:0.4.0-16
|
||||
- Fix epoch use
|
||||
|
||||
* Wed Jun 11 2014 Tom Callaway <spot@fedoraproject.org> - 1:0.4.0-15
|
||||
- 0.5.0 beta was a bad idea. nothing else supports it.
|
||||
- fix format-security issue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user