Update to upstream version 1.8.4

f39
Artur Iwicki 7 years ago
parent f21946b7f9
commit d89b9f94b6

1
.gitignore vendored

@ -14,3 +14,4 @@ lazarus-0.9.28-src.tar.bz2
/lazarus-1.6.4-0.tar.gz /lazarus-1.6.4-0.tar.gz
/lazarus-1.8.0.tar.gz /lazarus-1.8.0.tar.gz
/lazarus-1.8.2.tar.gz /lazarus-1.8.2.tar.gz
/lazarus-1.8.4.tar.gz

@ -1,12 +1,12 @@
Name: lazarus Name: lazarus
Version: 1.8.2 Version: 1.8.4
Release: 3%{?dist} Release: 1%{?dist}
Summary: Lazarus Component Library and IDE for Freepascal Summary: Lazarus Component Library and IDE for Freepascal
# GNU Classpath style exception, see COPYING.modifiedLGPL # GNU Classpath style exception, see COPYING.modifiedLGPL
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
URL: http://www.lazarus-ide.org/ URL: http://www.lazarus-ide.org/
Source0: http://downloads.sourceforge.net/project/%{name}/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}.tar.gz Source0: https://downloads.sourceforge.net/project/%{name}/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}.tar.gz
patch0: Makefile_patch.diff patch0: Makefile_patch.diff
patch1: Desktop_patch.diff patch1: Desktop_patch.diff
patch2: disable_pascalscript_powerpc64.diff patch2: disable_pascalscript_powerpc64.diff
@ -26,9 +26,11 @@ Component Library - LCL, which is also included in this package.
# Qt5pas start # Qt5pas start
# The version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro # The version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
%global qt5pas_version 2.6 %global qt5pas_version 2.6
%global qt5pas_release 4
%package -n qt5pas %package -n qt5pas
Version: %{qt5pas_version} Version: %{qt5pas_version}
Release: %{qt5pas_release}
Summary: Qt5 bindings for Pascal Summary: Qt5 bindings for Pascal
%description -n qt5pas %description -n qt5pas
@ -36,8 +38,9 @@ Qt5 bindings for Pascal from Lazarus.
%package -n qt5pas-devel %package -n qt5pas-devel
Version: %{qt5pas_version} Version: %{qt5pas_version}
Release: %{qt5pas_release}
Summary: Development files for qt5pas Summary: Development files for qt5pas
Requires: qt5pas%{?_isa} = %{qt5pas_version}-%{release} Requires: qt5pas%{?_isa} = %{qt5pas_version}-%{qt5pas_release}
%description -n qt5pas-devel %description -n qt5pas-devel
The qt5pas-devel package contains libraries and header files for The qt5pas-devel package contains libraries and header files for
@ -132,6 +135,9 @@ fi
%changelog %changelog
* Sat Aug 18 2018 Artur Iwicki <fedora@svgames.pl> - 1.8.4-1
- Update to new upstream version
* Tue Aug 07 2018 Artur Iwicki <fedora@svgames.pl> - 1.8.2-3 * Tue Aug 07 2018 Artur Iwicki <fedora@svgames.pl> - 1.8.2-3
- Add the Qt5pas package (pull request #3) - Add the Qt5pas package (pull request #3)
- Remove the Group: tag (no longer used in Fedora) - Remove the Group: tag (no longer used in Fedora)

@ -1 +1 @@
SHA512 (lazarus-1.8.2.tar.gz) = 3dddbf3bfacb0b04c427086c911a4ff67be0d5b291d23c1efce2d813e2cbd2e26b54b2851b5ad223f8df8c2652c002bc684a54c936a0a77c85ccdce08651531b SHA512 (lazarus-1.8.4.tar.gz) = 82cdc3c32dddf8e67c0bed9292a9a924227bab50f22ca479f5e98ecccbf60dd66c7f886ecb8e2979d9d8fccc3d25462ee8c55fcab085aa4194b4704660e0b95d

Loading…
Cancel
Save