Compare commits

..

No commits in common. "c8" and "c9-beta" have entirely different histories.
c8 ... c9-beta

3 changed files with 37 additions and 21 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libestr-0.1.10.tar.gz
SOURCES/libestr-0.1.11.tar.gz

View File

@ -1 +1 @@
f920700540ed877ed46505c2d94c445f33371b43 SOURCES/libestr-0.1.10.tar.gz
3acdf7dae0c3e0fa3dabf43267a1fb5f625c0606 SOURCES/libestr-0.1.11.tar.gz

View File

@ -1,16 +1,15 @@
Name: libestr
Version: 0.1.10
Release: 3%{?dist}
Version: 0.1.11
Release: 4%{?dist}
Summary: String handling essentials library
License: LGPLv2+
URL: http://libestr.adiscon.com/
Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: gcc
BuildRequires: make
BuildRequires: autoconf automake libtool
%description
This package compiles the string handling essentials library
used by the Rsyslog daemon.
@ -27,7 +26,6 @@ developing applications that use libestr.
%setup -q
%build
autoreconf -if
%configure --disable-static --with-pic
V=1 make %{?_smp_mflags}
@ -35,9 +33,7 @@ V=1 make %{?_smp_mflags}
make install INSTALL="install -p" DESTDIR=%{buildroot}
rm -f %{buildroot}/%{_libdir}/*.{a,la}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%files
%{!?_licensedir:%global license %%doc}
@ -51,17 +47,37 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
%{_libdir}/pkgconfig/libestr.pc
%changelog
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-3
- Rebuild due to the following message: libestr-0.1.10-2.el8 has already been built
resolves: rhbz#2056293
* Tue Apr 05 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.11-4
- Rebuild libestr to include devel package in the CRB
resolves: rhbz#2071651
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-2
- Rebuild libestr to add the devel package to CRB
resolves: rhbz#2056293
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.11-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Aug 10 2018 Jiri Vymazal <jvymazal@redhat.com> - 0.1.10-1
- rebase to v0.1.10
resolves: rhbz#1614724
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.11-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Mar 02 2021 Attila Lakatos <alakatos@redhat.com> - 0.1.11-1
- Rebase to 0.1.11
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild