From 3fb88ab47839c72703d78958a569552f892627ba Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Mon, 5 Oct 2015 13:57:42 -0300 Subject: [PATCH 1/3] - Prepare to 5.5.1 release with Qt 5.5.1 RC --- .gitignore | 1 + qt5-qttools.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ca01823..99a9c6d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /qttools-opensource-src-5.4.2.tar.xz /qttools-opensource-src-5.5.0-rc.tar.xz /qttools-opensource-src-5.5.0.tar.xz +/qttools-opensource-src-5.5.1-rc1.tar.xz diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 0008855..5ead3a5 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -15,12 +15,12 @@ %endif %endif -#define prerelease rc +%define prerelease rc1 Summary: Qt5 - QtTool components Name: qt5-qttools -Version: 5.5.0 -Release: 4%{?dist} +Version: 5.5.1 +Release: 1%{?dist} License: LGPLv3 or LGPLv2 Url: http://www.qt.io @@ -466,6 +466,9 @@ fi %changelog +* Tue Sep 29 2015 Helio Chissini de Castro - 5.5.1-1 +- Update to Qt 5.5.1 RC1 + * Sat Aug 08 2015 Rex Dieter 5.5.0-4 - qt5-linguist: move lconvert,lrelease,lupdate, cmake Qt5LinguistTools here diff --git a/sources b/sources index f5548b5..233fe72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2057ef2110b6a1aec260a69e2860a502 qttools-opensource-src-5.5.0.tar.xz +10841315a518de19740cd52f2ec7c109 qttools-opensource-src-5.5.1-rc1.tar.xz From 1c29b08c34be408fdc5e71976dd5ddbdf22c9945 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Thu, 15 Oct 2015 11:23:23 -0300 Subject: [PATCH 2/3] - Update to final release --- .gitignore | 1 + qt5-qttools.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 99a9c6d..ad0b49e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /qttools-opensource-src-5.5.0-rc.tar.xz /qttools-opensource-src-5.5.0.tar.xz /qttools-opensource-src-5.5.1-rc1.tar.xz +/qttools-opensource-src-5.5.1.tar.xz diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 5ead3a5..3c3e612 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -15,7 +15,7 @@ %endif %endif -%define prerelease rc1 +## define prerelease rc1 Summary: Qt5 - QtTool components Name: qt5-qttools diff --git a/sources b/sources index 233fe72..830fa37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10841315a518de19740cd52f2ec7c109 qttools-opensource-src-5.5.1-rc1.tar.xz +535ff9df9d83e9bde08ee3913b751d07 qttools-opensource-src-5.5.1.tar.xz From 21015cabcb28afcf45460f53bc3a27c03c5e51aa Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Thu, 15 Oct 2015 11:24:11 -0300 Subject: [PATCH 3/3] - Update to final release --- qt5-qttools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 3c3e612..ba84d16 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -20,7 +20,7 @@ Summary: Qt5 - QtTool components Name: qt5-qttools Version: 5.5.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv3 or LGPLv2 Url: http://www.qt.io @@ -466,6 +466,9 @@ fi %changelog +* Thu Oct 15 2015 Helio Chissini de Castro - 5.5.1-2 +- Update to final release 5.5.1 + * Tue Sep 29 2015 Helio Chissini de Castro - 5.5.1-1 - Update to Qt 5.5.1 RC1