[rpmfusion-nonfree-release/rf-next: 2/4] Create sub-package for next repo
by Xavier Bachelot
commit 216e9960b32cf2c50f7da859399e3bf6e4492d3d
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Fri Jul 23 14:58:03 2021 +0200
Create sub-package for next repo
rpmfusion-nonfree-next.repo | 33 +++++++++++++++++++++++++++++++++
rpmfusion-nonfree-release.spec | 18 +++++++++++++++++-
2 files changed, 50 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-nonfree-next.repo b/rpmfusion-nonfree-next.repo
new file mode 100644
index 0000000..84bf83f
--- /dev/null
+++ b/rpmfusion-nonfree-next.repo
@@ -0,0 +1,33 @@
+[rpmfusion-nonfree-next]
+name=RPM Fusion for EL 8 - Nonfree next
+#baseurl=http://download1.rpmfusion.org/nonfree/el/next/8/$basearch/
+metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-el-next-8&arch=$basearch
+enabled=1
+metadata_expire=6h
+type=rpm-md
+gpgcheck=1
+repo_gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-el-8
+
+[rpmfusion-nonfree-next-debuginfo]
+name=RPM Fusion for EL 8 - Nonfree next - Debug
+#baseurl=http://download1.rpmfusion.org/nonfree/el/next/8/$basearch/debug/
+metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-el-next-debug-8&arch=$basearch
+enabled=0
+metadata_expire=6h
+type=rpm-md
+gpgcheck=1
+repo_gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-el-8
+
+[rpmfusion-nonfree-next-source]
+name=RPM Fusion for EL 8 - Nonfree next - Source
+#baseurl=http://download1.rpmfusion.org/nonfree/el/next/8/SRPMS/
+metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-el-next-source-8&arch=$basearch
+enabled=0
+metadata_expire=6h
+type=rpm-md
+gpgcheck=1
+repo_gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-el-8
+
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index 2263b4b..7ecc4cf 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -3,7 +3,7 @@
Name: rpmfusion-%{_repo}-release
Version: 8
-Release: 0.1
+Release: 0.2
Summary: RPM Fusion (%{_repo}) Repository Configuration
License: BSD
@@ -12,6 +12,7 @@ Source0: RPM-GPG-KEY-rpmfusion-%{_repo}-el-8
Source2: rpmfusion-%{_repo}-updates.repo
Source3: rpmfusion-%{_repo}-updates-testing.repo
Source5: rpmfusion-%{_repo}-tainted.repo
+Source6: rpmfusion-%{_repo}-next.repo
BuildArch: noarch
Requires: redhat-release >= %{version}
@@ -51,6 +52,14 @@ Provides: livna-release = 1:1-2
%description tainted
This package provides the RPM Fusion %{_repo} Tainted repo definitions.
+%package next
+Summary: RPM Fusion %{_repo} Next repo definition
+Requires: %{name} = %{version}-%{release}
+Recommends: (%{name}-next if centos-stream-release)
+
+%description next
+This package provides the RPM Fusion %{_repo} Next repo definitions.
+
%prep
echo "Nothing to prep"
@@ -72,6 +81,7 @@ install -d -m755 \
%{SOURCE2} \
%{SOURCE3} \
%{SOURCE5} \
+ %{SOURCE6} \
%{buildroot}%{_sysconfdir}/yum.repos.d
%files
@@ -81,7 +91,13 @@ install -d -m755 \
%files tainted
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{_repo}-tainted.repo
+%files next
+%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{_repo}-next.repo
+
%changelog
+* Fri Jul 23 2021 Xavier Bachelot <xavier(a)bachelot.org> - 8-0.2
+- Create sub-package for next repo
+
* Wed Jan 09 2019 Xavier Bachelot <xavier(a)bachelot.org> - 8-0.1
- Release for EL-8.
2 years, 12 months
[rpmfusion-nonfree-release/rf-next: 1/4] Fix: bare words are no longer supported
by Xavier Bachelot
commit 68e4a8864a1556785d6ee00aab8043384555adeb
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Fri Jul 23 16:19:04 2021 +0200
Fix: bare words are no longer supported
rpmfusion-nonfree-release.spec | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index 9ae058e..2263b4b 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -1,24 +1,24 @@
-#global repo free
-%global repo nonfree
+#global _repo free
+%global _repo nonfree
-Name: rpmfusion-%{repo}-release
+Name: rpmfusion-%{_repo}-release
Version: 8
Release: 0.1
-Summary: RPM Fusion (%{repo}) Repository Configuration
+Summary: RPM Fusion (%{_repo}) Repository Configuration
License: BSD
URL: http://rpmfusion.org
-Source0: RPM-GPG-KEY-rpmfusion-%{repo}-el-8
-Source2: rpmfusion-%{repo}-updates.repo
-Source3: rpmfusion-%{repo}-updates-testing.repo
-Source5: rpmfusion-%{repo}-tainted.repo
+Source0: RPM-GPG-KEY-rpmfusion-%{_repo}-el-8
+Source2: rpmfusion-%{_repo}-updates.repo
+Source3: rpmfusion-%{_repo}-updates-testing.repo
+Source5: rpmfusion-%{_repo}-tainted.repo
BuildArch: noarch
Requires: redhat-release >= %{version}
Requires: epel-release >= %{version}
-%if %{repo} == "nonfree"
+%if "%{_repo}" == "nonfree"
Requires: rpmfusion-free-release >= %{version}
%description
@@ -41,15 +41,15 @@ packaging guidelines.
%endif
%package tainted
-Summary: RPM Fusion %{repo} Tainted repo definition
+Summary: RPM Fusion %{_repo} Tainted repo definition
Requires: %{name} = %{version}-%{release}
-%if %{repo} == "free"
+%if "%{_repo}" == "free"
Obsoletes: livna-release < 1:1-2
Provides: livna-release = 1:1-2
%endif
%description tainted
-This package provides the RPM Fusion %{repo} Tainted repo definitions.
+This package provides the RPM Fusion %{_repo} Tainted repo definitions.
%prep
echo "Nothing to prep"
@@ -76,10 +76,10 @@ install -d -m755 \
%files
%config %{_sysconfdir}/pki/rpm-gpg/*
-%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-updates*.repo
+%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{_repo}-updates*.repo
%files tainted
-%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
+%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{_repo}-tainted.repo
%changelog
* Wed Jan 09 2019 Xavier Bachelot <xavier(a)bachelot.org> - 8-0.1
2 years, 12 months
[SDLPoP/f35] Update to v1.22
by Andrea Musuruane
Summary of changes:
60c39f5... Update to v1.22 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 12 months
[SDLPoP] Update to v1.22
by Andrea Musuruane
commit 60c39f501db549fff8faa0de69fc2abe07f514d3
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Thu Nov 25 14:41:56 2021 +0100
Update to v1.22
.gitignore | 1 +
SDLPoP-1.20-dupl-symbols.patch | 48 ------------------------------------------
SDLPoP.spec | 14 ++++++------
sources | 2 +-
4 files changed, 9 insertions(+), 56 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 948b9f3..68a7865 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/SDLPoP-1.20.tar.gz
+/SDLPoP-1.22.tar.gz
diff --git a/SDLPoP.spec b/SDLPoP.spec
index f09d347..974e5b2 100644
--- a/SDLPoP.spec
+++ b/SDLPoP.spec
@@ -1,6 +1,6 @@
Name: SDLPoP
-Version: 1.20
-Release: 6%{?dist}
+Version: 1.22
+Release: 1%{?dist}
Summary: An open-source port of Prince of Persia
License: GPLv3+
@@ -8,9 +8,6 @@ URL: https://github.com/NagyD/SDLPoP
Source0: https://github.com/NagyD/%{name}/archive/v%{version}/%{name}-%{version}.t...
Source1: prince.sh
Source2: prince.appdata.xml
-# Fix duplicate symbol errors when building with "-fno-common"
-# https://github.com/NagyD/SDLPoP/pull/203
-Patch0: %{name}-1.20-dupl-symbols.patch
BuildRequires: gcc
BuildRequires: SDL2-devel
@@ -26,7 +23,7 @@ of the DOS version.
%prep
-%autosetup -p1
+%autosetup
%build
@@ -78,10 +75,13 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/prince.appdata
%{_datadir}/icons/hicolor/*/apps/prince.png
%{_metainfodir}/prince.appdata.xml
%license doc/gpl-3.0.txt
-%doc doc/Readme.txt doc/ChangeLog.txt doc/bugs.txt
+%doc doc/Readme.txt doc/ChangeLog.txt
%changelog
+* Thu Nov 25 2021 Andrea Musuruane <musuruan(a)gmail.com> - 1.22-1
+- Update to v1.22
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.20-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index 2265caf..bb8ba00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (SDLPoP-1.20.tar.gz) = 9adb47cd22eab553dd64678de2efb2b3d568a7352a3c277acb6ea2ce9b9b02c845b84beb9706ac7bf911ccf5689df504980008f05a14382e8f1d7cae7381b1f1
+SHA512 (SDLPoP-1.22.tar.gz) = d25777066c7293742a61aa75bb7be2fc20bad6a2ca8f46918978396a53a25cca532f238d1f8d679021ecb353aadeec9a199791045ffc2b90ae7ee45a3e1041da
2 years, 12 months
[ffmpeg/f35] rebuilt
by Nicolas Chauvet
commit b17e48b4f051b8cc28ef6428f79b0d262879101c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Nov 25 10:24:09 2021 +0100
rebuilt
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index acee7fc..784597e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -112,7 +112,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.4.1
-Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 2%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -479,6 +479,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Thu Nov 25 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 4.4.1-2
+- rebuilt
+
* Mon Oct 25 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.4.1-1
- Update to 4.4.1 release
2 years, 12 months
[libheif] Rebuilt
by Nicolas Chauvet
commit 4a42c113cad21178ba859d72f0bb4b3635a76e5e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Nov 25 10:01:27 2021 +0100
Rebuilt
libheif.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libheif.spec b/libheif.spec
index 80a5d3a..80a77db 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -1,6 +1,6 @@
Name: libheif
Version: 1.12.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: HEIF file format decoder and encoder
License: LGPLv3+ and MIT
@@ -83,6 +83,9 @@ find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f
%changelog
+* Thu Nov 25 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1.12.0-3
+- Rebuilt
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.12.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2 years, 12 months