Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/twolame-0.3.13.tar.gz
|
/twolame-0.3.13.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
3ca460472c2f6eeedad70291d8e37da88b64eb8b SOURCES/twolame-0.3.13.tar.gz
|
|
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
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (twolame-0.3.13.tar.gz) = 241ae5faebf05cb919959bb0545cb89e9b71cfb07f92a7118d864499ea4f0065ddaa646ab1482ffbcbca427d52c2436764074bd67fd19a1eb9979987f23163f7
|
@ -1,17 +1,17 @@
|
|||||||
Name: twolame
|
Name: twolame
|
||||||
Version: 0.3.13
|
Version: 0.3.13
|
||||||
Release: 12%{?dist}
|
Release: 19%{?dist}
|
||||||
Summary: Optimized MPEG Audio Layer 2 encoding library based on tooLAME
|
Summary: Optimized MPEG Audio Layer 2 encoding library based on tooLAME
|
||||||
# build-scripts/install-sh is MIT/X11, build-scripts/{libtool.m4, ltmain.sh} are GPLv2+
|
# build-scripts/install-sh is MIT/X11, build-scripts/{libtool.m4, ltmain.sh} are GPLv2+
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.twolame.org/
|
URL: http://www.twolame.org/
|
||||||
Source: http://downloads.sourceforge.net/twolame/%{name}-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/twolame/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
#BuildRequires: libtool
|
#BuildRequires: libtool
|
||||||
|
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME,
|
TwoLAME is an optimized MPEG Audio Layer 2 encoding library based on tooLAME,
|
||||||
which in turn is based heavily on
|
which in turn is based heavily on
|
||||||
@ -83,10 +83,30 @@ rm -rf %{buildroot}%{_docdir}
|
|||||||
%{_includedir}/%{name}.h
|
%{_includedir}/%{name}.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 16 2020 Wim Taymans <wtaymans@redhat.com> - 0.3.13-12
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-19
|
||||||
- Add explicit Requires for the -libs package.
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
- Do NVR bump to move twolame-devel from buildroot to CRB
|
Related: rhbz#1991688
|
||||||
- Resolves: rhbz#1843275
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.13-18
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-11
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
Loading…
Reference in New Issue
Block a user