[nvidia-settings] Fix and validate appdata
by Leigh Scott
commit 0a8a872c2b9d2c11f513949ad68cb0a52bb1327e
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Apr 10 10:53:28 2018 +0100
Fix and validate appdata
nvidia-settings.appdata.xml | 1 -
nvidia-settings.spec | 7 ++++++-
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-settings.appdata.xml b/nvidia-settings.appdata.xml
index 197b8e7..45b54a9 100644
--- a/nvidia-settings.appdata.xml
+++ b/nvidia-settings.appdata.xml
@@ -28,7 +28,6 @@
</description>
<translation/>
<url type="homepage">http://www.nvidia.com/</url>
- <icon type="local" width="128" height="128">/usr/share/pixmaps/nvidia-settings.png</icon>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<developer_name>NVIDIA Corporation</developer_name>
diff --git a/nvidia-settings.spec b/nvidia-settings.spec
index c8d7480..010f6fe 100644
--- a/nvidia-settings.spec
+++ b/nvidia-settings.spec
@@ -1,6 +1,6 @@
Name: nvidia-settings
Version: 390.48
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Configure the NVIDIA graphics driver
Group: Applications/System
@@ -18,6 +18,7 @@ BuildRequires: hostname
BuildRequires: gtk2-devel
%if 0%{?fedora} || 0%{?rhel} > 6
BuildRequires: gtk3-devel
+BuildRequires: libappstream-glib
%endif
BuildRequires: libXxf86vm-devel
BuildRequires: libXext-devel
@@ -97,6 +98,7 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-user.desk
# AppData installation
mkdir -p %{buildroot}%{_datadir}/appdata
install -p -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/appdata/
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
%endif
%ldconfig_scriptlets
@@ -118,6 +120,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/appdata/
%changelog
+* Tue Apr 10 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.48-3
+- Validate appdata file
+
* Mon Apr 09 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 390.48-2
- Fix typo on icon directory
- Add appdata file
6 years, 11 months
[kodi-pvr-dvblink/f28] Rebuild for tinyxml2 update
by Mohamed ElMorabity
commit a882b7e41c3f2fba2410368096f71e2f962bf5c3
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.com>
Date: Tue Apr 10 10:42:33 2018 +0200
Rebuild for tinyxml2 update
kodi-pvr-dvblink.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kodi-pvr-dvblink.spec b/kodi-pvr-dvblink.spec
index 70056aa..3e96505 100644
--- a/kodi-pvr-dvblink.spec
+++ b/kodi-pvr-dvblink.spec
@@ -10,7 +10,7 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
Version: 3.4.8
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Kodi's DVBLink client addon
Group: Applications/Multimedia
@@ -60,6 +60,9 @@ cp -p %{SOURCE1} .
%changelog
+* Tue Apr 10 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:3.4.8-3
+- Rebuild for tinyxml2 update
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1:3.4.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 11 months
[kodi-pvr-dvblink] Update to 4.5.2
by Mohamed ElMorabity
commit 1601854cfa65628b36566f8f8581d06ac5a335cd
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.com>
Date: Tue Apr 10 10:32:52 2018 +0200
Update to 4.5.2
.gitignore | 1 +
kodi-pvr-dvblink.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4214d4..fe78eaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/kodi-pvr-dvblink-309f62e.tar.gz
/kodi-pvr-dvblink-339c3ea.tar.gz
/pvr.dvblink-594e062.tar.gz
+/pvr.dvblink-acbe9e4.tar.gz
diff --git a/kodi-pvr-dvblink.spec b/kodi-pvr-dvblink.spec
index 52fcb7f..d8b687e 100644
--- a/kodi-pvr-dvblink.spec
+++ b/kodi-pvr-dvblink.spec
@@ -1,6 +1,6 @@
-%global commit 594e0623572b206e0425a4be9ac7de343779f1db
+%global commit acbe9e4ce61818e81956d40a84ef6965693d5665
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20180312
+%global commitdate 20180403
%global kodi_addon pvr.dvblink
%global kodi_version 18.0
@@ -9,8 +9,8 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 4.4.4
-Release: 2%{?dist}
+Version: 4.5.2
+Release: 1%{?dist}
Summary: DVBLink PVR for Kodi
# Addon is GPLv2+. lib/dvblinkremote is MIT
@@ -54,6 +54,9 @@ rm -r depends/common/tinyxml2/
%changelog
+* Tue Apr 10 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:4.5.2-1
+- Update to 4.5.2
+
* Mon Apr 09 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 1:4.4.4-2
- Rebuilt for tinyxml2
diff --git a/sources b/sources
index d5852dc..997bb35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cdcb732d228a2e7eae7c1148acfb68de pvr.dvblink-594e062.tar.gz
+5056a1e28c9264a67667db10ff2689ce pvr.dvblink-acbe9e4.tar.gz
6 years, 11 months
[rpmfusion-nonfree-release/f26] Bump release and add changelog entry
by Xavier Bachelot
commit 81c31e87fe116f71d26481f72fba30d543d64264
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 20 22:27:36 2018 +0100
Bump release and add changelog entry
rpmfusion-nonfree-release.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index 5874e13..f570d13 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -4,7 +4,7 @@
Name: rpmfusion-%{repo}-release
Version: 26
-Release: 1
+Release: 2
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -106,6 +106,9 @@ ln -s $(basename %{SOURCE28}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
%changelog
+* Mon Mar 19 2018 Xavier Bachelot <xavier(a)bachelot.org> - 26-2
+- Create sub-package for tainted repo.
+
* Fri Jul 07 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 26-1
- Update to Final
6 years, 11 months
[rpmfusion-nonfree-release/f26] Create sub-package for tainted repo
by Xavier Bachelot
commit 39cdba998b40a92b0a0e36bb6908f1a5b8bd4d3b
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 20 22:26:04 2018 +0100
Create sub-package for tainted repo
rpmfusion-nonfree-release.spec | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index e531ce5..5874e13 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -14,6 +14,7 @@ Source1: rpmfusion-%{repo}.repo
Source2: rpmfusion-%{repo}-updates.repo
Source3: rpmfusion-%{repo}-updates-testing.repo
Source4: rpmfusion-%{repo}-rawhide.repo
+Source5: rpmfusion-%{repo}-tainted.repo
Source26: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-26-primary
Source27: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-27-primary
Source28: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-28-primary
@@ -41,6 +42,13 @@ Requires: %{name} = %{version}-%{release}
This package provides the RPM Fusion rawhide %{repo} repo definitions.
%endif
+%package tainted
+Summary: RPM Fusion %{repo} Tainted repo definition
+Requires: %{name} = %{version}-%{release}
+
+%description tainted
+This package provides the RPM Fusion %{repo} Tainted repo definitions.
+
%prep
echo "Nothing to prep"
@@ -75,7 +83,12 @@ ln -s $(basename %{SOURCE28}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
# Yum .repo files
-%{__install} -p -m644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
+%{__install} -p -m644 \
+ %{SOURCE1} \
+ %{SOURCE2} \
+ %{SOURCE3} \
+ %{SOURCE4} \
+ %{SOURCE5} \
%{buildroot}%{_sysconfdir}/yum.repos.d
@@ -89,6 +102,9 @@ ln -s $(basename %{SOURCE28}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%endif
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-rawhide.repo
+%files tainted
+%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
+
%changelog
* Fri Jul 07 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 26-1
- Update to Final
6 years, 11 months
[rpmfusion-nonfree-release/f26] Add conf for tainted repo
by Xavier Bachelot
commit 4c5f6aa66438c525a3db77a53c499b58aa6f8b86
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 20 22:24:13 2018 +0100
Add conf for tainted repo
rpmfusion-nonfree-tainted.repo | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
---
diff --git a/rpmfusion-nonfree-tainted.repo b/rpmfusion-nonfree-tainted.repo
new file mode 100644
index 0000000..ee408aa
--- /dev/null
+++ b/rpmfusion-nonfree-tainted.repo
@@ -0,0 +1,33 @@
+[rpmfusion-nonfree-tainted]
+name=RPM Fusion for Fedora $releasever - Nonfree tainted
+#baseurl=http://download1.rpmfusion.org/nonfree/fedora/tainted/$releasever/$basearch/
+metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-tainted-$releasever&arch=$basearch
+enabled=1
+metadata_expire=14d
+type=rpm-md
+gpgcheck=1
+repo_gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
+
+[rpmfusion-nonfree-tainted-debuginfo]
+name=RPM Fusion for Fedora $releasever - Nonfree tainted - Debug
+#baseurl=http://download1.rpmfusion.org/nonfree/fedora/tainted/$releasever/$basearch/debug/
+metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-tainted-debug-$releasever&arch=$basearch
+enabled=0
+metadata_expire=7d
+type=rpm-md
+gpgcheck=1
+repo_gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
+
+[rpmfusion-nonfree-tainted-source]
+name=RPM Fusion for Fedora $releasever - Nonfree tainted - Source
+#baseurl=http://download1.rpmfusion.org/nonfree/fedora/tainted/$releasever/SRPMS/
+metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-tainted-source-$releasever&arch=$basearch
+enabled=0
+metadata_expire=7d
+type=rpm-md
+gpgcheck=1
+repo_gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
+
6 years, 11 months
[rpmfusion-nonfree-release/f27] Bump release and add changelog entry
by Xavier Bachelot
commit 3d8fc5112eb49db7f57a2ad35e2266fec671f517
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 20 22:27:36 2018 +0100
Bump release and add changelog entry
rpmfusion-nonfree-release.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index c3090bb..260055a 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -4,7 +4,7 @@
Name: rpmfusion-%{repo}-release
Version: 27
-Release: 1
+Release: 2
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -106,6 +106,9 @@ ln -s $(basename %{SOURCE29}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
%changelog
+* Mon Mar 19 2018 Xavier Bachelot <xavier(a)bachelot.org> - 27-2
+- Create sub-package for tainted repo.
+
* Mon Nov 13 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 27-1
- Update to f27 Final
6 years, 11 months
[rpmfusion-nonfree-release/f27] Create sub-package for tainted repo
by Xavier Bachelot
commit 8bf509663b88a1385a16f4b679143730978c9897
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 20 22:26:04 2018 +0100
Create sub-package for tainted repo
rpmfusion-nonfree-release.spec | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-nonfree-release.spec b/rpmfusion-nonfree-release.spec
index 2c462f4..c3090bb 100644
--- a/rpmfusion-nonfree-release.spec
+++ b/rpmfusion-nonfree-release.spec
@@ -14,6 +14,7 @@ Source1: rpmfusion-%{repo}.repo
Source2: rpmfusion-%{repo}-updates.repo
Source3: rpmfusion-%{repo}-updates-testing.repo
Source4: rpmfusion-%{repo}-rawhide.repo
+Source5: rpmfusion-%{repo}-tainted.repo
Source27: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-27-primary
Source28: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-28-primary
Source29: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-29-primary
@@ -41,6 +42,13 @@ Requires: %{name} = %{version}-%{release}
This package provides the RPM Fusion rawhide %{repo} repo definitions.
%endif
+%package tainted
+Summary: RPM Fusion %{repo} Tainted repo definition
+Requires: %{name} = %{version}-%{release}
+
+%description tainted
+This package provides the RPM Fusion %{repo} Tainted repo definitions.
+
%prep
echo "Nothing to prep"
@@ -75,7 +83,12 @@ ln -s $(basename %{SOURCE29}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
# Yum .repo files
-%{__install} -p -m644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
+%{__install} -p -m644 \
+ %{SOURCE1} \
+ %{SOURCE2} \
+ %{SOURCE3} \
+ %{SOURCE4} \
+ %{SOURCE5} \
%{buildroot}%{_sysconfdir}/yum.repos.d
@@ -89,6 +102,9 @@ ln -s $(basename %{SOURCE29}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%endif
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-rawhide.repo
+%files tainted
+%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
+
%changelog
* Mon Nov 13 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 27-1
- Update to f27 Final
6 years, 11 months
[rpmfusion-nonfree-release/f27] Add conf for tainted repo
by Xavier Bachelot
commit cc278e4bcc1bdaa37e32d16a16c7273fa942a12a
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 20 22:24:13 2018 +0100
Add conf for tainted repo
rpmfusion-nonfree-tainted.repo | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
---
diff --git a/rpmfusion-nonfree-tainted.repo b/rpmfusion-nonfree-tainted.repo
new file mode 100644
index 0000000..ee408aa
--- /dev/null
+++ b/rpmfusion-nonfree-tainted.repo
@@ -0,0 +1,33 @@
+[rpmfusion-nonfree-tainted]
+name=RPM Fusion for Fedora $releasever - Nonfree tainted
+#baseurl=http://download1.rpmfusion.org/nonfree/fedora/tainted/$releasever/$basearch/
+metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-tainted-$releasever&arch=$basearch
+enabled=1
+metadata_expire=14d
+type=rpm-md
+gpgcheck=1
+repo_gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
+
+[rpmfusion-nonfree-tainted-debuginfo]
+name=RPM Fusion for Fedora $releasever - Nonfree tainted - Debug
+#baseurl=http://download1.rpmfusion.org/nonfree/fedora/tainted/$releasever/$basearch/debug/
+metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-tainted-debug-$releasever&arch=$basearch
+enabled=0
+metadata_expire=7d
+type=rpm-md
+gpgcheck=1
+repo_gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
+
+[rpmfusion-nonfree-tainted-source]
+name=RPM Fusion for Fedora $releasever - Nonfree tainted - Source
+#baseurl=http://download1.rpmfusion.org/nonfree/fedora/tainted/$releasever/SRPMS/
+metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-tainted-source-$releasever&arch=$basearch
+enabled=0
+metadata_expire=7d
+type=rpm-md
+gpgcheck=1
+repo_gpgcheck=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
+
6 years, 11 months