[devedeng] Updated to new upstream release
by Andrea Musuruane
commit adda0f79205e80b9c91936e06d7d87307557adb3
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Mon Apr 30 09:48:06 2018 +0200
Updated to new upstream release
.gitignore | 1 +
devedeng.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de470e5..c14a3e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/devedeng-4.8.11.tar.gz
/devedeng-4.8.12.tar.gz
/devedeng-4.9.0.tar.gz
+/devedeng-4.10.0.tar.gz
diff --git a/devedeng.spec b/devedeng.spec
index 7af52dc..0a07c91 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,5 +1,5 @@
Name: devedeng
-Version: 4.9.0
+Version: 4.10.0
Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
@@ -101,6 +101,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Mon Apr 30 2018 Andrea Musuruane <musuruan(a)gmail.com> - 4.10.0-1
+- Updated to new upstream release
+
* Wed Apr 18 2018 Andrea Musuruane <musuruan(a)gmail.com> - 4.9.0-1
- Updated to new upstream release
diff --git a/sources b/sources
index e41169c..1aabcc0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a06085fea08df684721a65be5bbd3951 devedeng-4.9.0.tar.gz
+c496bb6ca805892a3c18439315cedad1 devedeng-4.10.0.tar.gz
6 years, 6 months
[vokoscreen] Update to 2.5.8 (Beta)
by Sérgio M. Basto
commit 8edaa924fecf8c2c45a5d080abddf141c9dda49d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 30 03:32:52 2018 +0100
Update to 2.5.8 (Beta)
.gitignore | 1 +
sources | 2 +-
vokoscreen.spec | 16 +++++++++++-----
3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 695dd22..0f308b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
vokoscreen-2.4.0.tar.gz
/vokoscreen-2.5.0.tar.gz
+/vokoscreen-2.5.8-beta.tar.gz
diff --git a/sources b/sources
index 46eec1a..40c4545 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4fd74a1a459dab818eb05df1ca93be0 vokoscreen-2.5.0.tar.gz
+acc95033dd702e566f518bd66d3abdf1 vokoscreen-2.5.8-beta.tar.gz
diff --git a/vokoscreen.spec b/vokoscreen.spec
index 97d3912..f1a77b5 100644
--- a/vokoscreen.spec
+++ b/vokoscreen.spec
@@ -1,11 +1,13 @@
+%global prerel beta
+
Name: vokoscreen
-Version: 2.5.0
-Release: 4%{?dist}
+Version: 2.5.8
+Release: 1.beta%{?dist}
Summary: Screencast creator
License: GPLv2+ and BSD
Group: Applications/Multimedia
Url: https://github.com/vkohaupt/vokoscreen
-Source: https://github.com/vkohaupt/vokoscreen/archive/%{version}.tar.gz#/%{name}...
+Source: https://github.com/vkohaupt/vokoscreen/archive/%{version}%{?prerel:-%{pre...
BuildRequires: desktop-file-utils
BuildRequires: alsa-lib-devel
@@ -16,7 +18,8 @@ BuildRequires: opencv-devel
BuildRequires: qt5-linguist
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtx11extras-devel
-BuildRequires: qtsingleapplication-qt5-devel
+BuildRequires: qt5-qtmultimedia-devel
+BuildRequires: qtsingleapplication-qt5-devel
Requires: alsa-utils
Requires: ffmpeg
Requires: lame
@@ -29,7 +32,7 @@ vokoscreen is an easy to use screencast creator to record educational
videos, live recordings of browser, installation, videoconferences, etc.
%prep
-%autosetup -p0
+%autosetup -n %{name}-%{version}%{?prerel:-%{prerel}}
# remove bundled QtSingleApplication libraries
rm -rf QtSingleApplicationQt5
@@ -60,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%changelog
+* Mon Apr 30 2018 Sérgio Basto <sergio(a)serjux.com> - 2.5.8-1
+- Update to 2.5.8 (Beta)
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 2.5.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 6 months
[mp3gain] Update to 1.6.1 Drop upstreamed patch Update spec
by Sérgio M. Basto
commit 7412bd84b6b14bd1b4db600d0e055989ad520225
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 30 03:00:16 2018 +0100
Update to 1.6.1
Drop upstreamed patch
Update spec
.gitignore | 1 +
mp3gain-tempfile-1.5.2.patch | 118 -------------------------------------------
mp3gain.spec | 29 +++++------
sources | 2 +-
4 files changed, 16 insertions(+), 134 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1e7ed2..c3f6471 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
mp3gain-1_5_2_r2-src.zip
mp3gain.1.gz
+/mp3gain-1_6_1-src.zip
diff --git a/mp3gain.spec b/mp3gain.spec
index 7a2e820..ed01406 100644
--- a/mp3gain.spec
+++ b/mp3gain.spec
@@ -1,8 +1,8 @@
-%define tarball_version 1_5_2_r2
+%define tarball_version 1_6_1
Name: mp3gain
-Version: 1.5.2
-Release: 8%{?dist}
+Version: 1.6.1
+Release: 1%{?dist}
Summary: Lossless MP3 volume adjustment tool
Group: Applications/Multimedia
@@ -11,10 +11,10 @@ URL: http://mp3gain.sourceforge.net
Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-...
Source1: %{name}.1.gz
Source2: README.method
-Patch0: %{name}-tempfile-1.5.2.patch
Patch2: %{name}-cflags-1.5.2.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+
+BuildRequires: mpg123-devel
+
%description
MP3Gain analyzes and adjusts mp3 files so that they have the same
@@ -28,34 +28,33 @@ and re-encoding.
%prep
%setup -q -c %{name}-%{tarball_version}
-%patch0 -p0 -b .tempfile
%patch2 -p0 -b .cflags
install -p -m 644 %{SOURCE2} .
%{__sed} -i 's/\r//' lgpl.txt
%build
-make %{?_smp_mflags}
+%make_build
%install
-rm -rf $RPM_BUILD_ROOT
install -Dp -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
install -Dp -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1.gz
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%files
-%defattr(-,root,root,-)
-%doc lgpl.txt README.method
+%doc README.method
+%license lgpl.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%changelog
+* Mon Apr 30 2018 Sérgio Basto <sergio(a)serjux.com> - 1.6.1-1
+- Update to 1.6.1
+- Drop upstreamed patch
+- Update spec
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.5.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index a1258c1..0a04d6a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b8e429f3225cc298c5d13d31afd050b6 mp3gain-1_5_2_r2-src.zip
+0df5c6849353de212e8c36a0353d716c mp3gain-1_6_1-src.zip
be6cfa62f64a2f4c2818de9b93411525 mp3gain.1.gz
6 years, 6 months
[libde265] Add the new /usr/bin file to examples package
by Sérgio M. Basto
commit 55fab62bd1cf5965e23e4fe4b4f06a2be49bda0d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 30 01:36:00 2018 +0100
Add the new /usr/bin file to examples package
libde265.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/libde265.spec b/libde265.spec
index 4027e23..c74e510 100644
--- a/libde265.spec
+++ b/libde265.spec
@@ -98,10 +98,12 @@ rm %{buildroot}%{_bindir}/yuv-distortion
%doc README.md
%{_bindir}/libde265-dec265
%{_bindir}/libde265-sherlock265
+%{_bindir}/acceleration_speed
%changelog
* Sun Apr 29 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.3-1
- Update to 1.0.3
+- Add the new /usr/bin file to examples package
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.0.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 6 months
[dvd-slideshow] Fix another typo
by Sérgio M. Basto
commit 4d535387d5bbbbe1fee716ab65700cc77e3e1800
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 30 01:17:49 2018 +0100
Fix another typo
dvd-slideshow.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dvd-slideshow.spec b/dvd-slideshow.spec
index fd5ea9f..370ee16 100644
--- a/dvd-slideshow.spec
+++ b/dvd-slideshow.spec
@@ -28,7 +28,7 @@ which generates a menu for your dvd (dvd-menu).
%prep
-%setup -qn %{name}-%{version}-%{revision}
+%setup -qn %{name}-%{realversion}-%{revision}
# Note there is no building to be done, but this surpresses rpmlint errors and
6 years, 6 months
[stella] fix directory name
by Sérgio M. Basto
commit c2e34114a5ecc5312752de405d53ed24683032c4
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Apr 29 23:40:36 2018 +0100
fix directory name
stella.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/stella.spec b/stella.spec
index e0b324d..5f40176 100644
--- a/stella.spec
+++ b/stella.spec
@@ -32,7 +32,7 @@ Stella is now DonationWare. Please help to encourage further Stella development
by considering a contribution.
%prep
-%setup -q -n %{name}-%{version}%{?prerel:-%{prerel}}
+%setup -q -n %{name}-%{version}%{?prerel:-%{prerel}}-src
rm -r src/zlib src/libpng
sed -i "s/-c -s -m/-m/" Makefile
6 years, 6 months
[libde265] Update to 1.0.3
by Sérgio M. Basto
commit cde13fc70fcc7a9ce236bd55a605677a23283f36
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Apr 29 23:27:14 2018 +0100
Update to 1.0.3
.gitignore | 1 +
libde265.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66ec624..3c6454f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/libde265-1.0.2.tar.gz
+/libde265-1.0.3.tar.gz
diff --git a/libde265.spec b/libde265.spec
index f31fe43..4027e23 100644
--- a/libde265.spec
+++ b/libde265.spec
@@ -1,7 +1,7 @@
Name: libde265
Summary: Open H.265 video codec implementation
-Version: 1.0.2
-Release: 8%{?dist}
+Version: 1.0.3
+Release: 1%{?dist}
License: LGPLv3+
Group: System Environment/Libraries
Source: https://github.com/strukturag/libde265/releases/download/v%{version}/%{na...
@@ -100,6 +100,9 @@ rm %{buildroot}%{_bindir}/yuv-distortion
%{_bindir}/libde265-sherlock265
%changelog
+* Sun Apr 29 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.3-1
+- Update to 1.0.3
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1.0.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index bcc9dda..ac72ce7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93520b378df25f3a94e962f2b54872cc libde265-1.0.2.tar.gz
+0e1e26ffcb2177c3749c748e20fcd588 libde265-1.0.3.tar.gz
6 years, 6 months
[mpd] Update 0.20.19
by Sérgio M. Basto
commit c9c4488572331a83c7270199c0f9e6dc8b089f75
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Apr 29 22:18:34 2018 +0100
Update 0.20.19
mpd.spec | 7 +++++--
sources | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index b45ddc6..b68f2ce 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,8 +16,8 @@
Name: mpd
Epoch: 1
-Version: 0.20.16
-Release: 3%{?dist}
+Version: 0.20.19
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
@@ -188,6 +188,9 @@ fi
%changelog
+* Sun Apr 29 2018 Sérgio Basto <sergio(a)serjux.com> - 1:0.20.19-1
+- Update 0.20.19
+
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 1:0.20.16-3
- Rebuilt for new ffmpeg snapshot
diff --git a/sources b/sources
index 2367d9f..9188c38 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-766947cfc9a3ef184a8a179f1db734d2 mpd-0.20.16.tar.xz
-85ecac66b7f38b71acf84c1ef68c7ca9 mpd-0.20.16.tar.xz.sig
+5faa4a5c6d74b9eae6777a3f88a7c533 mpd-0.20.19.tar.xz
+03b067f9e76fe7e5a84c5ce28bc3d297 mpd-0.20.19.tar.xz.sig
6 years, 6 months