Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -3,7 +3,7 @@
|
||||
Summary: ECPG - Embedded SQL in C
|
||||
Name: libecpg
|
||||
Version: %majorversion.5
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: PostgreSQL
|
||||
Url: http://www.postgresql.org/
|
||||
@ -28,6 +28,7 @@ BuildRequires: openldap-devel
|
||||
BuildRequires: libpq-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: multilib-rpm-config
|
||||
BuildRequires: make
|
||||
|
||||
Requires: libpgtypes = %{version}-%{release}
|
||||
|
||||
@ -78,11 +79,11 @@ find . -type f -name .gitignore | xargs rm
|
||||
--without-readline \
|
||||
--datadir=%_datadir/pgsql
|
||||
|
||||
%make_build -C "src/interfaces/ecpg"
|
||||
%make_build -C "src/interfaces/ecpg" -j1
|
||||
|
||||
|
||||
%install
|
||||
%make_install -C "src/interfaces/ecpg"
|
||||
%make_install -C "src/interfaces/ecpg" -j1
|
||||
|
||||
# remove files not to be packaged
|
||||
find $RPM_BUILD_ROOT -name '*.a' -delete
|
||||
@ -129,28 +130,43 @@ find_lang_bins %name-devel.lst ecpg
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 09 2021 Filip Janus <fjanus@redhat.com> - 13.5-3
|
||||
* Mon Nov 15 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
|
||||
- Rebase to upstream release 13.5
|
||||
|
||||
* Fri Aug 20 2021 Filip Januš <fjanus@redhat.com> - 13.1-11
|
||||
- Add -j1 also into build section
|
||||
- Resolves: #1975438
|
||||
|
||||
* Thu Aug 05 2021 Filip Januš <fjanus@redhat.com> - 13.1-10
|
||||
- Disable parallel build
|
||||
- Resolves: #1975438
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-9
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Wed Jul 28 2021 Filip Januš <fjanus@redhat.com> - 13.1-8
|
||||
- Fix gating.yaml and rebuild
|
||||
- switch to osci.brew-build.tier0.functional
|
||||
|
||||
* Mon Dec 6 2021 Marek Kulik <mkulik@redhat.com> - 13.5-2
|
||||
- Rebuild for gating.
|
||||
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-7
|
||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||
Related: rhbz#1971065
|
||||
|
||||
* Wed Nov 24 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
|
||||
- Update to 13.5 version
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-6
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Fri Feb 19 2021 Patrik Novotný <panovotn@redhat.com> - 13.2-1
|
||||
- Rebase to upstream release 13.2
|
||||
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 13.1-5
|
||||
- rebuild for libpq ABI fix rhbz#1908268
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 13.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Dec 03 2020 Honza Horak <hhorak@redhat.com> - 13.1-3
|
||||
- Add Requires: libpgtypes to avoid the need to test interoperability
|
||||
between the various combinations of old and new subpackages
|
||||
|
||||
* Wed Dec 02 2020 Honza Horak <hhorak@redhat.com> - 13.1-2
|
||||
- Rebuild for CI tests fix
|
||||
|
||||
* Mon Nov 23 2020 Honza Horak <hhorak@redhat.com> - 13.1-1
|
||||
- Update to 13.1 version
|
||||
* Wed Nov 18 2020 Honza Horak <hhorak@redhat.com> - 13.1-1
|
||||
- Rebase to upstream release 13.0
|
||||
|
||||
* Fri Oct 23 2020 Honza Horak <hhorak@redhat.com> - 13.0-1
|
||||
- Rebase to upstream release 13.0
|
||||
|
Loading…
Reference in New Issue
Block a user