[python-vlc] Update to 3.0.16120
by Leigh Scott
commit 3318e7352f044f0dde4f157f705a7d4768898996
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Apr 12 12:04:47 2022 +0100
Update to 3.0.16120
.gitignore | 1 +
python-vlc.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f80b1ee..e86999f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ python-vlc-1.1.0-20141115git.tar.bz2
/python-vlc-3.0.9113.tar.gz
/python-vlc-3.0.10114.tar.gz
/python-vlc-3.0.11115.tar.gz
+/python-vlc-3.0.16120.tar.gz
diff --git a/python-vlc.spec b/python-vlc.spec
index d8e0f5b..74d64c3 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -4,8 +4,8 @@
%global desc This package provides a python interface to control VLC Media Player.
Name: python-%{srcname}
-Version: 3.0.11115
-Release: 6%{?dist}
+Version: 3.0.16120
+Release: 1%{?dist}
Summary: %{sum}
License: LGPLv2+
@@ -57,6 +57,9 @@ chmod +x %{buildroot}%{python3_sitelib}/vlc.py
%{python3_sitelib}/python_vlc-%{version}-py%{python3_version}.egg-info
%changelog
+* Tue Apr 12 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.16120-1
+- Update to 3.0.16120
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.0.11115-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index 5abd9eb..95085b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-vlc-3.0.11115.tar.gz) = 34bec8cd067abec68fd9d48471c1395f06695125484b56be7c51b02285bb690dcf9987781fa1b0eec7c18f44c63d61420f6dbdaec37ed7f5488399a6585cd6ec
+SHA512 (python-vlc-3.0.16120.tar.gz) = 8acf6e8bfe0bacc13b6c4c58fd2e5bc2f6040c47dcdce513aa6560eb09301c1a9a6c78125e491735b1898b11a6194465bf3076b653ddbf6caff9b49e7c15b975
2 years, 7 months
[vdr-plex] Set flag POCO_UNBUNDLED
by Martin Gansser
commit 872fd9712e8058c79182103a6af9352c450b8b5b
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Apr 12 11:00:30 2022 +0200
Set flag POCO_UNBUNDLED
vdr-plex.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vdr-plex.spec b/vdr-plex.spec
index baddbc3..e3274c9 100644
--- a/vdr-plex.spec
+++ b/vdr-plex.spec
@@ -3,7 +3,7 @@
Name: vdr-plex
Version: 0.4.0
-Release: 26%{?dist}
+Release: 27%{?dist}
Summary: A Plex Client for the VDR
License: GPLv2
URL: http://projects.vdr-developer.org/projects/plg-plex
@@ -31,7 +31,7 @@ Cast Vimeo, Youtube, Apple-Trailers, and many other Plexchannels to your VDR.
%autosetup -p1 -n vdr-plugin-plex-%{version}
%build
-%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" all
+%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC -DPOCO_UNBUNDLED=true" all
%install
%make_install
@@ -44,6 +44,9 @@ Cast Vimeo, Youtube, Apple-Trailers, and many other Plexchannels to your VDR.
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Tue Apr 12 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-27
+- Set flag POCO_UNBUNDLED
+
* Mon Apr 11 2022 Sérgio Basto <sergio(a)serjux.com> - 0.4.0-26
- Rebuilt for VDR 2.6.x
2 years, 7 months
[megasync] Explicitly disable arm32 arches build.
by Vasiliy Glazov
commit 509b0bf3b106b0348126fdd7bb53b8c226b5afc3
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Apr 12 09:51:32 2022 +0300
Explicitly disable arm32 arches build.
megasync.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/megasync.spec b/megasync.spec
index 87c8a0f..60a3c30 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -11,7 +11,7 @@
Name: megasync
Version: 4.6.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
License: Proprietary and BSD
@@ -19,7 +19,7 @@ URL: https://mega.nz
Source0: https://github.com/meganz/MEGAsync/archive/v%{version}_%{source_suffix}.t...
Source1: https://github.com/meganz/sdk/archive/v%{sdk_version}.tar.gz
-ExcludeArch: %power64 aarch64
+ExcludeArch: %power64 aarch64 %arm32
BuildRequires: openssl-devel
BuildRequires: sqlite-devel
@@ -257,6 +257,9 @@ popd
%endif
%changelog
+* Tue Apr 12 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.6.6.0-2
+- Disable armv7 build
+
* Mon Apr 11 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.6.6.0-1
- Update to 4.6.6.0
2 years, 7 months
[chromium-freeworld] Update to 100.0.4896.88
by Leigh Scott
commit 1c500e8dd75e8ccef22ab5edb4333b208d5e5748
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Apr 12 07:09:30 2022 +0100
Update to 100.0.4896.88
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index a377832..0131bdb 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -42,7 +42,7 @@
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 100.0.4896.75
+Version: 100.0.4896.88
Release: 1%{?dist}
Summary: Chromium built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -527,6 +527,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Mon Apr 11 2022 Leigh Scott <leigh123linux(a)gmail.com> - 100.0.4896.88-1
+- Update to 100.0.4896.88
+
* Tue Apr 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 100.0.4896.75-1
- Update to 100.0.4896.75
diff --git a/sources b/sources
index 0577957..b14cfdf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-100.0.4896.75.tar.xz) = df066ee1a9f8ae324c6ab0d788e01e5d30a9d30148c45f88b270dc00246d34d74a760e7ae6eb8490c4d688ad2d7b8f00d604bb0a260dd3fb7bfc80d3a987958e
+SHA512 (chromium-100.0.4896.88.tar.xz) = 875ca6ad8062afe12e69f38767ad021dbda3342ea0a30a92ae4c90bf337984307bc7c3ae9ebc339b9d4daa39c00647ea94f43d7d6783f519a084ae6bb5c50e38
SHA512 (chromium-patches-chromium-100-patchset-4.tar.gz) = d7639bcb5d3dd87f2a53bd44566e5f8e6703d1be5c9975cf6b8d05ecffbeb28171d41b70c735b8ff0d13d1bfdb41a8ce24a458e9cc0437a88280cbe59fc7fcdf
2 years, 7 months
[obs-studio/f34] (3 commits) ...Update to 27.2.4
by Leigh Scott
Summary of changes:
61ae411... Rebuild for new qt (*)
0e028a8... Add Br libdrm-devel (*)
36ebfad... Update to 27.2.4 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[obs-studio/f35] (3 commits) ...Update to 27.2.4
by Leigh Scott
Summary of changes:
61ae411... Rebuild for new qt (*)
0e028a8... Add Br libdrm-devel (*)
36ebfad... Update to 27.2.4 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months