View | Details | Raw Unified | Return to bug 46314
Collapse All | Expand All

(-)opendbx.spec.orig (-3 / +8 lines)
Lines 8-14 Link Here
8
%def_without firebird
8
%def_without firebird
9
9
10
Name: opendbx
10
Name: opendbx
11
Version: 1.4.3
11
Version: 1.4.6
12
Release: alt3
12
Release: alt3
13
13
14
Summary: Unified database layer with a clean and lightweight interface
14
Summary: Unified database layer with a clean and lightweight interface
Lines 19-25 Link Here
19
19
20
# http://www.linuxnetworks.de/opendbx/download/%name-%version.tar.gz
20
# http://www.linuxnetworks.de/opendbx/download/%name-%version.tar.gz
21
Source: %name-%version.tar
21
Source: %name-%version.tar
22
Patch: %name-1.4.0-alt-sqlite3-no-threadsafe.patch
22
Patch0: %name-1.4.0-alt-sqlite3-no-threadsafe.patch
23
Patch1: %name-1.4.6-update.patch
23
24
24
# Automatically added by buildreq on Wed Apr 08 2009
25
# Automatically added by buildreq on Wed Apr 08 2009
25
BuildRequires: gcc-c++ libncurses-devel libreadline-devel
26
BuildRequires: gcc-c++ libncurses-devel libreadline-devel
Lines 109-115 Link Here
109
110
110
%prep
111
%prep
111
%setup -q
112
%setup -q
112
%patch -p0
113
%patch0 -p0
114
%patch1 -p1
113
115
114
%build
116
%build
115
%if_with mysql
117
%if_with mysql
Lines 173-178 Link Here
173
%endif
175
%endif
174
176
175
%changelog
177
%changelog
178
* Tue May 30 2023 Danil Nazarov <idaniel959@yandex.ru> 1.4.6-alt3
179
- Updated to version 1.4.6
180
176
* Tue Oct 12 2021 Aleksei Nikiforov <darktemplar@altlinux.org> 1.4.3-alt3
181
* Tue Oct 12 2021 Aleksei Nikiforov <darktemplar@altlinux.org> 1.4.3-alt3
177
- Fixed build with gcc-11.
182
- Fixed build with gcc-11.
178
183

Return to bug 46314