Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/libgee-0.20.1.tar.xz
|
||||
/libgee-0.20.3.tar.xz
|
||||
/libgee-0.20.4.tar.xz
|
||||
|
@ -1 +0,0 @@
|
||||
39f30589e0833aa89ac37337d7b02c0a3e73e743 SOURCES/libgee-0.20.1.tar.xz
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -1,6 +1,6 @@
|
||||
Name: libgee
|
||||
Version: 0.20.1
|
||||
Release: 1%{?dist}
|
||||
Version: 0.20.4
|
||||
Release: 3%{?dist}
|
||||
Summary: GObject collection library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -9,6 +9,7 @@ Source0: https://download.gnome.org/sources/libgee/0.20/libgee-%{version}
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
libgee is a collection library providing GObject-based interfaces and
|
||||
@ -72,7 +73,9 @@ make check
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%make_install \
|
||||
typelibdir=%{_libdir}/girepository-1.0 \
|
||||
girdir=%{_datadir}/gir-1.0
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
@ -98,6 +101,46 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.20.4-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.20.4-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 0.20.4-1
|
||||
- Update to 0.20.4
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sun Feb 9 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.20.3
|
||||
- Update to 0.20.3
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 0.20.2-1
|
||||
- Update to 0.20.2
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sat Jun 15 2019 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.20.1-5
|
||||
- Update project URL
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Aug 9 2018 Owen Taylor <otaylor@redhat.com> - 0.20.1-3
|
||||
- Fix installation with %_prefix != /usr
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 0.20.1-1
|
||||
- Update to 0.20.1
|
||||
|
Loading…
Reference in New Issue
Block a user