update to 4.12.0_rc1 [release 4.12.0_rc1-1mamba;Wed Apr 08 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 17:05:07 +01:00
parent 97e5e2b23c
commit 283343755e

View File

@ -1,14 +1,16 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
%define pkgver %(echo %version | tr _ -)
Name: qt-creator Name: qt-creator
Version: 4.11.1 Version: 4.12.0_rc1
Release: 3mamba Release: 1mamba
Summary: An integrated development environment (IDE) tailored to the needs of Qt developers Summary: An integrated development environment (IDE) tailored to the needs of Qt developers
Group: Development/Tools Group: Development/Tools
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://qt.digia.com/Product/Developer-Tools/ URL: http://qt.digia.com/Product/Developer-Tools/
Source: http://download.qt.io/official_releases/qtcreator/%{majver}/%{version}/qt-creator-opensource-src-%{version}.tar.xz Source: http://download.qt.io/development_releases/qtcreator/4.12/4.12.0-rc1/qt-creator-opensource-src-%{pkgver}.tar.xz
#Source: http://download.qt.io/official_releases/qtcreator/%{majver}/%{version}/qt-creator-opensource-src-%{version}.tar.xz
Source1: qtcreator.desktop Source1: qtcreator.desktop
Source2: qtcreator-wrapper Source2: qtcreator-wrapper
Patch0: qt-creator-4.11.1-enable-it-es-translations.patch Patch0: qt-creator-4.11.1-enable-it-es-translations.patch
@ -42,7 +44,7 @@ It includes:
#% debug_package #% debug_package
%prep %prep
%setup -q -n %{name}-opensource-src-%{version} %setup -q -n %{name}-opensource-src-%{pkgver}
%patch0 -p1 %patch0 -p1
%build %build
@ -107,6 +109,9 @@ done
%doc LICENSE.GPL3-EXCEPT %doc LICENSE.GPL3-EXCEPT
%changelog %changelog
* Wed Apr 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.12.0_rc1-1mamba
- update to 4.12.0_rc1
* Tue Mar 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-3mamba * Tue Mar 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.1-3mamba
- translatons patch fixed - translatons patch fixed