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 majver %(echo %version | cut -d. -f 1-2)
|
||||
Name: firebird
|
||||
Version: 4.0.0.2496
|
||||
Release: 3mamba
|
||||
Version: 4.0.1
|
||||
Release: 1mamba
|
||||
Summary: SQL Relational Database
|
||||
Group: Applications/Databases
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
Source2: Firebird-2.1.2.18118.0-profile.csh
|
||||
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
|
||||
|
||||
%prep
|
||||
%setup -q -n Firebird-%{version}-0
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< __EOF
|
||||
%patch0 -p1
|
||||
%patch1 -p1 -b .no-copy-from-icu
|
||||
%patch2 -p1 -b .cloop-honour-build-flags
|
||||
#%patch1 -p1 -b .no-copy-from-icu
|
||||
#%patch2 -p1 -b .cloop-honour-build-flags
|
||||
%patch3 -p1 -b .c++17
|
||||
%patch4 -p1 -b .noexcept
|
||||
%patch5 -p1 -b .ttmath-abseil-4.0.0
|
||||
#%patch5 -p1 -b .ttmath-abseil-4.0.0
|
||||
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
||||
@ -278,6 +278,9 @@ fi
|
||||
%{_datadir}/doc/firebird/*
|
||||
|
||||
%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
|
||||
- added patches from Fedora, including pkg-config file
|
||||
- fix includes installation directory
|
||||
|
Loading…
Reference in New Issue
Block a user