Fix version number
This commit is contained in:
parent
d347a8c916
commit
c21d26e3aa
@ -3,8 +3,8 @@
|
|||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 1.2.1
|
Version: 1.2.0
|
||||||
Release: 0.2%{?shortcommit:.git.%{shortcommit}}%{?dist}
|
Release: 0.8%{?shortcommit:.git.%{shortcommit}}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||||
|
|
||||||
@ -212,6 +212,9 @@ find %{buildroot} -name "*.a" -delete
|
|||||||
%{_libdir}/pkgconfig/winpr.pc
|
%{_libdir}/pkgconfig/winpr.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 18 2015 David Woodhouse <dwmw2@infradead.org> - 1:1.2.0-0.8.git.24a752a
|
||||||
|
- Fix version number. No epoch++ since it was only in rawhide & f22-beta updates-testing.
|
||||||
|
|
||||||
* Tue Mar 17 2015 David Woodhouse <dwmw2@infradead.org> - 1:1.2.1-0.2.git.24a752a
|
* Tue Mar 17 2015 David Woodhouse <dwmw2@infradead.org> - 1:1.2.1-0.2.git.24a752a
|
||||||
- Revert to an older snapshot (+fixes) to fix guacamole-server build failure
|
- Revert to an older snapshot (+fixes) to fix guacamole-server build failure
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user