[devedeng] Updated to new upstream release Added AppData file Preserved timestamps
by Andrea Musuruane
commit 760cc32d79790350c674c35bc3e617301b5d7c55
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Dec 2 14:18:27 2017 +0100
Updated to new upstream release
Added AppData file
Preserved timestamps
.gitignore | 1 +
devedeng.appdata.xml | 27 +++++++++++++++++++++++++++
devedeng.spec | 21 +++++++++++++++++----
sources | 2 +-
4 files changed, 46 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 58ec468..4b80df2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/devedeng-4.8.7.tar.gz
/devedeng-4.8.8.tar.gz
/devedeng-4.8.9.tar.gz
+/devedeng-4.8.10.tar.gz
diff --git a/devedeng.appdata.xml b/devedeng.appdata.xml
new file mode 100644
index 0000000..ebe857a
--- /dev/null
+++ b/devedeng.appdata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+<id>snes9x.desktop</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>GPLv3+</project_license>
+ <name>DevedeNG</name>
+ <summary>A program to create video DVDs and CDs (VCD, sVCD or CVD)</summary>
+ <description>
+ <p>
+ DevedeNG is a program to create video DVDs and CDs (VCD, sVCD
+ or CVD), suitable for home players, from any number of video
+ files, in any of the formats supported by FFMpeg.
+
+ The suffix NG is because it is a rewrite from scratch of the
+ old Devede, to work with Python3 and Gtk3, and with a new
+ internal architecture that allows to expand it and easily add
+ new features.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>http://www.rastersoft.com/imagen/devede.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">http://www.rastersoft.com/programas/devede.html</url>
+</component>
+
diff --git a/devedeng.spec b/devedeng.spec
index eb260ab..4b8bd85 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,11 +1,12 @@
Name: devedeng
-Version: 4.8.9
-Release: 2%{?dist}
+Version: 4.8.10
+Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
License: GPLv3+
URL: http://www.rastersoft.com/programas/devede.html
Source0: https://github.com/rastersoft/%{name}/archive/%{version}.tar.gz#/%{name}-...
+Source1: %{name}.appdata.xml
BuildArch: noarch
@@ -15,6 +16,7 @@ Obsoletes: devede < 4.0
BuildRequires: python3-devel
BuildRequires: gettext
BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
#Requires: mplayer
#Requires: mpv
Requires: vlc
@@ -76,8 +78,13 @@ mv %{buildroot}%{_datadir}/pixmaps/%{name}.svg \
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
# Add docs
-install -m 644 HISTORY.md %{buildroot}%{_pkgdocdir}
-install -m 644 README.md %{buildroot}%{_pkgdocdir}
+install -p -m 644 HISTORY.md %{buildroot}%{_pkgdocdir}
+install -p -m 644 README.md %{buildroot}%{_pkgdocdir}
+
+# Install AppData file
+install -d %{buildroot}%{_datadir}/metainfo
+install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
%find_lang %{name}
@@ -103,6 +110,7 @@ fi
%{_datadir}/%{name}
%{python3_sitelib}/%{name}*.egg-info
%{python3_sitelib}/%{name}
+%{_datadir}/metainfo/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%exclude %{_mandir}/man1/devede.1*
@@ -111,6 +119,11 @@ fi
%changelog
+* Sat Dec 02 2017 Andrea Musuruane <musuruan(a)gmail.com> 4.8.10-1
+- Updated to new upstream release
+- Added AppData file
+- Preserved timestamps
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 4.8.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index b34424f..c808a32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4da997efe3aac8b6bb55b0200f893b7e devedeng-4.8.9.tar.gz
+c3264a0c6461c89ed0c2e8bfb1633ed3 devedeng-4.8.10.tar.gz
6 years, 11 months
[nvidia-xconfig] Update to 387.34
by Leigh Scott
commit 9282d7fc2bdbed9764525e72dafa9e38416e4677
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Dec 2 08:55:19 2017 +0000
Update to 387.34
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index 45bd9b7..b7694db 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,5 +1,5 @@
Name: nvidia-xconfig
-Version: 387.22
+Version: 387.34
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -48,6 +48,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Sat Dec 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.34-1
+- Update to 387.34
+
* Mon Oct 30 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 387.22-1
- Update to 387.22
diff --git a/sources b/sources
index f371338..a756eb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e93bda34b856c655098ae3834c6dd1b6 nvidia-xconfig-387.22.tar.bz2
+8b4664ed22cf82082a3308e9e0897637 nvidia-xconfig-387.34.tar.bz2
6 years, 11 months
[nvidia-modprobe] Update to 387.34
by Leigh Scott
commit 63c647b3e58231d225d9b3d3856d441773c1de24
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Dec 2 08:53:33 2017 +0000
Update to 387.34
nvidia-modprobe.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-modprobe.spec b/nvidia-modprobe.spec
index 6dd0674..3aaf360 100644
--- a/nvidia-modprobe.spec
+++ b/nvidia-modprobe.spec
@@ -1,5 +1,5 @@
Name: nvidia-modprobe
-Version: 387.22
+Version: 387.34
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
+* Sat Dec 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.34-1
+- Update to 387.34
+
* Mon Oct 30 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.22-1
- Update to 387.22
diff --git a/sources b/sources
index bccb19b..9584e60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f624e180e5573f3f3bd5accec322b2c nvidia-modprobe-387.22.tar.gz
+abdf8894526c1a79d15e5832d6395a5a nvidia-modprobe-387.34.tar.gz
6 years, 11 months
[nvidia-persistenced] Update to 387.34
by Leigh Scott
commit c2dc059ba4b5a4f306b775fd501067b407a14062
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Dec 2 08:27:12 2017 +0000
Update to 387.34
nvidia-persistenced.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index cc6b13f..9bc4aaf 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -1,5 +1,5 @@
Name: nvidia-persistenced
-Version: 387.22
+Version: 387.34
Release: 1%{?dist}
Summary: Daemon for maintaining persistent driver state
@@ -69,6 +69,9 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
+* Sat Dec 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.34-1
+- Update to 387.34
+
* Mon Oct 30 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 387.22-1
- Update to 387.22
diff --git a/sources b/sources
index 01eafab..0e42675 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-613b7f8001ec5d40cdbc022f21d872b9 nvidia-persistenced-387.22.tar.gz
+40ee8314a9da87f430c237c8cd20e1f8 nvidia-persistenced-387.34.tar.gz
6 years, 11 months
[nvidia-settings] Update to 387.34
by Leigh Scott
commit 9e0366a3699c535ba29a6867d1f076cac825d8f9
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Dec 2 08:24:11 2017 +0000
Update to 387.34
nvidia-settings.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-settings.spec b/nvidia-settings.spec
index 28fb085..76887d7 100644
--- a/nvidia-settings.spec
+++ b/nvidia-settings.spec
@@ -1,5 +1,5 @@
Name: nvidia-settings
-Version: 387.22
+Version: 387.34
Release: 1%{?dist}
Summary: Configure the NVIDIA graphics driver
@@ -100,6 +100,9 @@ install -pm 0644 doc/nvidia-settings.png \
%changelog
+* Sat Dec 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.34-1
+- Update to 387.34
+
* Mon Oct 30 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 387.22-1
- Update to 387.22
diff --git a/sources b/sources
index d2e6094..a22e638 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d754f6d00501491ccd48af5d4e0cfae8 nvidia-settings-387.22.tar.bz2
+5ec9fcb89a0e32ef28fbe8e50d6bc34f nvidia-settings-387.34.tar.bz2
6 years, 11 months
[HandBrake] Rebuild against new libmfx (rhbz#1471768)
by Dominik Mierzejewski
commit 7b69a986daee315ef2522efbbfab43a33974949b
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Fri Dec 1 12:35:32 2017 +0100
Rebuild against new libmfx (rhbz#1471768)
HandBrake.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/HandBrake.spec b/HandBrake.spec
index 69d80be..6f3a880 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -17,7 +17,7 @@
Name: HandBrake
Version: 1.0.7
-Release: 7%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Release: 8%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: An open-source multiplatform video transcoder
License: GPLv2+
URL: http://handbrake.fr/
@@ -71,8 +71,7 @@ BuildRequires: libdvdread-devel >= 5.0.0
%{?_with_fdk:BuildRequires: libfdk-aac-devel >= 0.1.4}
BuildRequires: libgudev-devel
%if 0%{?_with_mfx:1}
-BuildRequires: libmfx-devel >= 1.16
-#BuildRequires: libva-devel
+BuildRequires: libmfx-devel >= 1.23-1
%endif
BuildRequires: libmpeg2-devel >= 0.5.1
BuildRequires: libnotify-devel
@@ -234,6 +233,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/HandBrakeCLI
%changelog
+* Fri Dec 01 2017 Dominik Mierzejewski <rpm(a)greysector.net> - 1.0.7-8
+- Rebuild against new libmfx (rhbz#1471768)
+
* Wed Nov 01 2017 Sérgio Basto <sergio(a)serjux.com> - 1.0.7-7
- Rebuild for x265 update
6 years, 11 months
[vlc] Rebuild against new libmfx (rhbz#1471768)
by Leigh Scott
commit 0796745c9608b15815dcca5fc2a7375d32bfa3b1
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Dec 1 10:20:35 2017 +0000
Rebuild against new libmfx (rhbz#1471768)
vlc.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 3b74b0c..01dff91 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -39,7 +39,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.41%{?vlc_date:.git%{vlc_date}}%{?dist}
+Release: 0.42%{?vlc_date:.git%{vlc_date}}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -554,6 +554,10 @@ fi || :
%changelog
+* Fri Dec 01 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-0.42.git20171122
+- Rebuild for new protobuf version
+- Rebuild against new libmfx (rhbz#1471768)
+
* Sun Nov 26 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.41.git20171122
- Rebuilt for live555
6 years, 11 months