[yapeSDL] Added gcc dependency Fixed AppData file Added license tag
by Andrea Musuruane
commit 1e26d8d9f120170485825b74d442d80591bf76aa
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Thu May 17 19:28:53 2018 +0200
Added gcc dependency
Fixed AppData file
Added license tag
yapeSDL.appdata.xml | 2 +-
yapeSDL.spec | 11 +++++++++--
2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/yapeSDL.appdata.xml b/yapeSDL.appdata.xml
index cb47933..d4b4069 100644
--- a/yapeSDL.appdata.xml
+++ b/yapeSDL.appdata.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
-<id>snes9x.desktop</id>
+<id>yapeSDL.desktop</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPLv2+</project_license>
<name>yapeSDL</name>
diff --git a/yapeSDL.spec b/yapeSDL.spec
index ea8b1f2..470387a 100644
--- a/yapeSDL.spec
+++ b/yapeSDL.spec
@@ -1,6 +1,6 @@
Name: yapeSDL
Version: 0.70.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A Commodore 264 family (C16, plus/4 etc.) emulator
License: GPLv2+
@@ -15,6 +15,7 @@ Source1: %{name}.desktop
Source2: Plus4.png
Source3: %{name}.appdata.xml
+BuildRequires: gcc-c++
BuildRequires: SDL2-devel
BuildRequires: minizip-devel
BuildRequires: desktop-file-utils
@@ -94,9 +95,15 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.a
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/metainfo/%{name}.appdata.xml
-%doc Changes COPYING README.SDL
+%doc Changes README.SDL
+%license COPYING
%changelog
+* Thu May 17 2018 Andrea Musuruane <musuruan(a)gmail.com> - 0.70.2-4
+- Added gcc dependency
+- Fixed AppData file
+- Added license tag
+
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 0.70.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 6 months
[devedeng/f27] Fixed AppData file
by Andrea Musuruane
Summary of changes:
9b3db38... Fixed AppData file (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[devedeng/f28] Fixed AppData file
by Andrea Musuruane
Summary of changes:
9b3db38... Fixed AppData file (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[devedeng] Fixed AppData file
by Andrea Musuruane
commit 9b3db3851b12855912ef494368c6f24aa448669c
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Thu May 17 18:23:42 2018 +0200
Fixed AppData file
devede_ng.py.appdata.xml | 2 +-
devedeng.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/devede_ng.py.appdata.xml b/devede_ng.py.appdata.xml
index ebe857a..a5bc040 100644
--- a/devede_ng.py.appdata.xml
+++ b/devede_ng.py.appdata.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
-<id>snes9x.desktop</id>
+<id>devede_ng.py.desktop</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPLv3+</project_license>
<name>DevedeNG</name>
diff --git a/devedeng.spec b/devedeng.spec
index 4480f0e..c902155 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,6 +1,6 @@
Name: devedeng
Version: 4.11.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
License: GPLv3+
@@ -101,6 +101,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Thu May 17 2018 Andrea Musuruane <musuruan(a)gmail.com> - 4.11.0-2
+- Fixed AppData file
+
* Thu May 03 2018 Andrea Musuruane <musuruan(a)gmail.com> - 4.11.0-1
- Updated to new upstream release
6 years, 6 months
[nvidia-modprobe/f28] Update to 390.59
by Leigh Scott
commit 358d702a75b14116ccc72d5719a4ae6a7ec1c299
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed May 16 23:25:19 2018 +0100
Update to 390.59
.gitignore | 1 +
nvidia-modprobe.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac51c16..cf3ea0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
nvidia-modprobe-*.tar.gz
/nvidia-modprobe-390.42.tar.bz2
/nvidia-modprobe-390.48.tar.bz2
+/nvidia-modprobe-390.59.tar.bz2
diff --git a/nvidia-modprobe.spec b/nvidia-modprobe.spec
index 02f1827..4b49347 100644
--- a/nvidia-modprobe.spec
+++ b/nvidia-modprobe.spec
@@ -1,5 +1,5 @@
Name: nvidia-modprobe
-Version: 390.48
+Version: 390.59
Release: 1%{?dist}
Summary: Load the NVIDIA kernel module and create NVIDIA character device files
@@ -40,6 +40,9 @@ chmod -x %{buildroot}%{_mandir}/man1/nvidia-modprobe.1.*
%changelog
+* Wed May 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.59-1
+- Update to 390.59
+
* Thu Mar 29 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.48-1
- Update to 390.48
diff --git a/sources b/sources
index 68940b2..a657292 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-679d42da4a7fff5a581ad99ecacf1b2b nvidia-modprobe-390.48.tar.bz2
+10c87de69fc6a915f30bda3d14a12cca nvidia-modprobe-390.59.tar.bz2
6 years, 6 months
[nvidia-persistenced/f28] Update to 390.59
by Leigh Scott
commit c02865fb539f5f432b40ea4b3a5fb4ce55519dc0
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed May 16 23:23:09 2018 +0100
Update to 390.59
.gitignore | 1 +
nvidia-persistenced.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3992736..5a1a573 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
nvidia-persistenced-*.tar.gz
/nvidia-persistenced-390.42.tar.bz2
/nvidia-persistenced-390.48.tar.bz2
+/nvidia-persistenced-390.59.tar.bz2
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index b61d137..b7aa999 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -1,5 +1,5 @@
Name: nvidia-persistenced
-Version: 390.48
+Version: 390.59
Release: 1%{?dist}
Summary: Daemon for maintaining persistent driver state
@@ -70,6 +70,9 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
+* Wed May 16 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.59-1
+- Update to 390.59
+
* Thu Mar 29 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 390.48-1
- Update to 390.48
diff --git a/sources b/sources
index edcfe3e..d1ec7e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeff8bc7cfe2560735b44ccc19cdf827 nvidia-persistenced-390.48.tar.bz2
+61498b77f3e7c8fdd818029469f20258 nvidia-persistenced-390.59.tar.bz2
6 years, 6 months