[obs-studio] Update to 27.0.1
by Neal Gompa
commit 45934bc4888bc3aab44cc43beba467fefb785d76
Author: Neal Gompa <ngompa13(a)gmail.com>
Date: Sat Jun 12 20:00:06 2021 -0400
Update to 27.0.1
obs-studio.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 6c0cdf6..8aca393 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -6,7 +6,7 @@
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
Name: obs-studio
-Version: 27.0.0
+Version: 27.0.1
Release: 1%{?dist}
Summary: Open Broadcaster Software Studio
@@ -135,6 +135,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{_includedir}/obs/
%changelog
+* Sat Jun 12 2021 Neal Gompa <ngompa13(a)gmail.com> - 27.0.1-1
+- Update to 27.0.1
+
* Tue Jun 01 2021 Neal Gompa <ngompa13(a)gmail.com> - 27.0.0-1
- Bump to 27.0.0 final
- Move unversioned so files to -libs for third-party plugins (rfbz#5999)
diff --git a/sources b/sources
index c09b279..b9a2603 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (obs-studio-27.0.0.tar.gz) = 105da97c2adaa4a8404742368ce75ce841264268f82ae39115232dcff65245b09bb252897935fd94b305546023ef762cf8487f47e096e88ce1c27d7820f8f788
+SHA512 (obs-studio-27.0.1.tar.gz) = c15dda62c1f212f623914e61a90c6b1e035720fb84d64726c14f43d77ae7569777a23d04221db34347ce610e7c3407c29e726ae36412e98e34ea2ddb2072b7f3
SHA512 (obs-vst-aaa7b7f.tar.gz) = 84e359da46e157e484f49f7e96bbd311d07a4373f474f7419f9791110fa450ec4e4e7531e1581d060fd9942939c4927e779cdc48bd8f2a2f57907a63453da0e3
3 years, 5 months
[obs-studio] Fix version-release in changelog
by Neal Gompa
commit b0646bcd4bcfb67caa13ecf2b0d780206c8ce066
Author: Neal Gompa <ngompa13(a)gmail.com>
Date: Sat Jun 12 19:59:13 2021 -0400
Fix version-release in changelog
obs-studio.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 0c034d0..6c0cdf6 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -135,7 +135,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{_includedir}/obs/
%changelog
-* Tue Jun 01 2021 Neal Gompa <ngompa13(a)gmail.com> - 27.0.0
+* Tue Jun 01 2021 Neal Gompa <ngompa13(a)gmail.com> - 27.0.0-1
- Bump to 27.0.0 final
- Move unversioned so files to -libs for third-party plugins (rfbz#5999)
- Make build for EL8
3 years, 5 months
[ffmpegthumbs] Add missing file
by Sérgio M. Basto
commit 318588e4b55d8f3dba278666dd7801d38120d944
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jun 12 19:03:10 2021 +0100
Add missing file
ffmpegthumbs.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index 9e38024..4600a9d 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -54,6 +54,7 @@ KDE ffmpegthumbnailer service
%{_kf5_qtplugindir}/ffmpegthumbs.so
%{_kf5_datadir}/kservices5/ffmpegthumbs.desktop
%{_kf5_datadir}/config.kcfg/ffmpegthumbnailersettings5.kcfg
+%{_kf5_datadir}/qlogging-categories5/ffmpegthumbs.categories
%{_kf5_metainfodir}/org.kde.%{name}.metainfo.xml
3 years, 5 months
[ffmpegthumbs] Update ffmpegthumbs to 21.04.2
by Sérgio M. Basto
commit ec7bffbe15c77269b3609fe97fa6fd9971be7cf3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jun 12 18:51:53 2021 +0100
Update ffmpegthumbs to 21.04.2
.gitignore | 1 +
ffmpegthumbs.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eaa1b4e..547430c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ ffmpegthumbs-4.13.97.tar.xz
/ffmpegthumbs-19.12.1.tar.xz
/ffmpegthumbs-20.08.1.tar.xz
/ffmpegthumbs-20.12.2.tar.xz
+/ffmpegthumbs-21.04.2.tar.xz
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index 04990bf..9e38024 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,7 +1,7 @@
%undefine __cmake_in_source_build
Name: ffmpegthumbs
-Version: 20.12.2
+Version: 21.04.2
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -58,6 +58,9 @@ KDE ffmpegthumbnailer service
%changelog
+* Sat Jun 12 2021 Sérgio Basto <sergio(a)serjux.com> - 21.04.2-1
+- Update ffmpegthumbs to 21.04.2
+
* Sun Feb 21 2021 Sérgio Basto <sergio(a)serjux.com> - 20.12.2-1
- Update ffmpegthumbs to 20.12.2
- Add missing dependency on taglib
diff --git a/sources b/sources
index 4fb9e9b..e38aef2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpegthumbs-20.12.2.tar.xz) = 42a293c785d157548714529ce59f12f2d2458f80552b173fd21682ccfc466c8bc6ee7b271dfa899848821bd763b23d195efca21de9e01e0f7ad0356418e00263
+SHA512 (ffmpegthumbs-21.04.2.tar.xz) = c645d5277ed31ca105b1f0115602a7e5c026669f252f1bc6bedc6d0b0343a15f87857d16505b3de92b38b2c4747d0bf72efe554e0baae1db91523a73a6da96d2
3 years, 5 months
[nemo-dropbox] Update to 5.0.0
by Leigh Scott
commit e896f7d401a072bc032de7ca8de631c288057932
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jun 12 17:37:12 2021 +0100
Update to 5.0.0
nemo-dropbox.spec | 21 +++++++++++----------
sources | 2 +-
2 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/nemo-dropbox.spec b/nemo-dropbox.spec
index 7451fa9..160f001 100644
--- a/nemo-dropbox.spec
+++ b/nemo-dropbox.spec
@@ -1,7 +1,7 @@
Summary: Dropbox extension for nemo
Name: nemo-dropbox
-Version: 4.8.0
-Release: 2%{?dist}
+Version: 5.0.0
+Release: 1%{?dist}
License: GPLv2+ and LGPLv2+ and MIT
URL: https://github.com/linuxmint/nemo-extensions
Source0: %url/archive/%{version}/nemo-extensions-%{version}.tar.gz
@@ -9,7 +9,7 @@ Source0: %url/archive/%{version}/nemo-extensions-%{version}.tar.gz
ExclusiveArch: i686 x86_64
BuildRequires: nemo-devel >= %{version}
-BuildRequires: automake
+BuildRequires: meson
BuildRequires: libtool
@@ -25,16 +25,14 @@ your computers automatically.
%build
pushd nemo-dropbox
-NOCONFIGURE=1 ./autogen.sh
-%configure
-%make_build
+%meson
+%meson_build
popd
%install
-%make_install -C nemo-dropbox
-
-#Remove libtool archives.
-find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
+pushd nemo-dropbox
+%meson_install
+popd
rm -rf %{buildroot}%{_bindir}
rm -rf %{buildroot}%{_datadir}
@@ -48,6 +46,9 @@ rm -rf %{buildroot}%{_datadir}
%changelog
+* Sat Jun 12 2021 Leigh Scott <leigh123linux(a)gmail.com> - 5.0.0-1
+- Update to 5.0.0
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index d92e500..3a7bd72 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nemo-extensions-4.8.0.tar.gz) = a3ef107d79f0c76807cc7a7ce4290d2de36811e284995a1c1e315fa6b38a2b977975fe8179d2fcb6be524c49903c3b6751a8afc8fc039022bc5974c18cdef21c
+SHA512 (nemo-extensions-5.0.0.tar.gz) = bd52404831960de820b4232b3a01c618e35e9be23dc2877f6c0e9462e377e2e72b5a0e61010f8767548cb6c8f2bbb3b555944f84741678720fb5ee1ae17202f7
3 years, 5 months