Compare commits

...

No commits in common. 'c9' and 'i8c' have entirely different histories.
c9 ... i8c

@ -3,7 +3,7 @@
Summary: ECPG - Embedded SQL in C
Name: libecpg
Version: %majorversion.5
Release: 1%{?dist}
Release: 3%{?dist}
License: PostgreSQL
Url: http://www.postgresql.org/
@ -28,7 +28,6 @@ BuildRequires: openldap-devel
BuildRequires: libpq-devel
BuildRequires: gettext
BuildRequires: multilib-rpm-config
BuildRequires: make
Requires: libpgtypes = %{version}-%{release}
@ -79,11 +78,11 @@ find . -type f -name .gitignore | xargs rm
--without-readline \
--datadir=%_datadir/pgsql
%make_build -C "src/interfaces/ecpg" -j1
%make_build -C "src/interfaces/ecpg"
%install
%make_install -C "src/interfaces/ecpg" -j1
%make_install -C "src/interfaces/ecpg"
# remove files not to be packaged
find $RPM_BUILD_ROOT -name '*.a' -delete
@ -130,43 +129,31 @@ find_lang_bins %name-devel.lst ecpg
%changelog
* Mon Nov 15 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
- Rebase to upstream release 13.5
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 13.5-3
- Rebuilt for MSVSphere 8.8
* 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
* Thu Dec 09 2021 Filip Janus <fjanus@redhat.com> - 13.5-3
- Fix gating.yaml and rebuild
- switch to osci.brew-build.tier0.functional
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-7
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Mon Dec 6 2021 Marek Kulik <mkulik@redhat.com> - 13.5-2
- Rebuild for gating.
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Nov 24 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
- Update to 13.5 version
* 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
* Fri Feb 19 2021 Patrik Novotný <panovotn@redhat.com> - 13.2-1
- Rebase to upstream release 13.2
* 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 Nov 18 2020 Honza Horak <hhorak@redhat.com> - 13.1-1
- Rebase to upstream release 13.0
* 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
* Fri Oct 23 2020 Honza Horak <hhorak@redhat.com> - 13.0-1
- Rebase to upstream release 13.0

Loading…
Cancel
Save