Compare commits

...

2 Commits
rawhide ... f23

Author SHA1 Message Date
Martin Kolman ddefe8dd2b Add missing pkgconfig(Qt5Svg) dependency 2016-06-15 17:55:49 +02:00
Martin Kolman aacae37a59 Updated to 1.5.0 2016-06-15 17:55:41 +02:00
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pyotherside-1.4.0.tar.gz
/pyotherside-1.5.0.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Asynchronous Python 3 Bindings for Qt 5
Name: pyotherside
Version: 1.4.0
Release: 5%{?dist}
Version: 1.5.0
Release: 2%{?dist}
Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz
URL: http://thp.io/2011/pyotherside/
License: ISC
@ -11,6 +11,7 @@ BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: xorg-x11-server-Xvfb
Requires: python3
@ -37,6 +38,12 @@ make INSTALL_ROOT=%{buildroot} install
%{_qt5_archdatadir}/qml/io/thp/pyotherside
%changelog
* Wed Jun 15 2016 Martin Kolman <mkolman@redhat.com> - 1.5.0-2
- add missing pkgconfig(Qt5Svg) dependency
* Wed Jun 15 2016 Martin Kolman <mkolman@redhat.com> - 1.5.0-1
- updated to 1.5.0
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1,2 @@
3445be9b4cea3b63cfee56b64a40fc83 pyotherside-1.4.0.tar.gz
d7b15307e31e417764eb6ce1beea0f2c pyotherside-1.5.0.tar.gz