- Update to final official beta

This commit is contained in:
Helio Chissini de Castro 2015-12-10 21:40:23 +01:00
parent f1687f9aa5
commit 2338ca8cc1
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/qtx11extras-opensource-src-5.5.0.tar.xz
/qtx11extras-opensource-src-5.5.1-rc1.tar.xz
/qtx11extras-opensource-src-5.5.1.tar.xz
/qtx11extras-opensource-src-5.6.0-beta.tar.gz

View File

@ -1,17 +1,17 @@
%global qt_module qtx11extras
## define prerelease rc1
%define prerelease beta
Summary: Qt5 - X11 support library
Name: qt5-%{qt_module}
Version: 5.5.1
Release: 2%{?dist}
Version: 5.6.0
Release: 0.2%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io
Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.gz
BuildRequires: qt5-qtbase-devel >= %{version}
@ -75,6 +75,12 @@ popd
%changelog
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
- Official beta release
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
- Start to implement 5.6.0 beta
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
- Update to final release 5.5.1

View File

@ -1 +1 @@
cc5977f99ac4732950b4710cd69e148b qtx11extras-opensource-src-5.5.1.tar.xz
d70bbdd6bbcdc4eac602a603f7d8b2b8 qtx11extras-opensource-src-5.6.0-beta.tar.gz