update to 4.0.1 [release 4.0.1-1mamba;Tue Dec 21 2021]
This commit is contained in:
parent
8ff3dcd271
commit
5e91f14aff
@ -5,15 +5,15 @@
|
|||||||
%define major_ %(echo %version | cut -d. -f 1-3 | tr . _)
|
%define major_ %(echo %version | cut -d. -f 1-3 | tr . _)
|
||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: firebird
|
Name: firebird
|
||||||
Version: 4.0.0.2496
|
Version: 4.0.1
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: SQL Relational Database
|
Summary: SQL Relational Database
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.firebirdsql.org/
|
URL: http://www.firebirdsql.org/
|
||||||
Source0: https://github.com/FirebirdSQL/firebird/releases/download/v%{major}/Firebird-%{version}-0.tar.xz
|
Source0: https://github.com/FirebirdSQL/firebird.git/v%{major}/firebird-%{version}.tar.bz2
|
||||||
Source1: Firebird-2.1.2.18118.0-profile.sh
|
Source1: Firebird-2.1.2.18118.0-profile.sh
|
||||||
Source2: Firebird-2.1.2.18118.0-profile.csh
|
Source2: Firebird-2.1.2.18118.0-profile.csh
|
||||||
Source3: Firebird-2.1.2.18118.0-logrotate
|
Source3: Firebird-2.1.2.18118.0-logrotate
|
||||||
@ -95,15 +95,15 @@ This package contains multi-threaded, non-local client libraries for Firebird SQ
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Firebird-%{version}-0
|
%setup -q
|
||||||
#-D -T
|
#-D -T
|
||||||
#:<< __EOF
|
#:<< __EOF
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1 -b .no-copy-from-icu
|
#%patch1 -p1 -b .no-copy-from-icu
|
||||||
%patch2 -p1 -b .cloop-honour-build-flags
|
#%patch2 -p1 -b .cloop-honour-build-flags
|
||||||
%patch3 -p1 -b .c++17
|
%patch3 -p1 -b .c++17
|
||||||
%patch4 -p1 -b .noexcept
|
%patch4 -p1 -b .noexcept
|
||||||
%patch5 -p1 -b .ttmath-abseil-4.0.0
|
#%patch5 -p1 -b .ttmath-abseil-4.0.0
|
||||||
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
||||||
@ -278,6 +278,9 @@ fi
|
|||||||
%{_datadir}/doc/firebird/*
|
%{_datadir}/doc/firebird/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.1-1mamba
|
||||||
|
- update to 4.0.1
|
||||||
|
|
||||||
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0.2496-2mamba
|
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0.2496-2mamba
|
||||||
- added patches from Fedora, including pkg-config file
|
- added patches from Fedora, including pkg-config file
|
||||||
- fix includes installation directory
|
- fix includes installation directory
|
||||||
|
Loading…
Reference in New Issue
Block a user