[slowmovideo] Rebuilt for opencv 4.6.0
by Sérgio M. Basto
commit 90b3017ab488f558efff626423cdcdb7277cb6c2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jun 23 22:46:22 2022 +0100
Rebuilt for opencv 4.6.0
slowmovideo.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/slowmovideo.spec b/slowmovideo.spec
index 5767cb0..646ab93 100644
--- a/slowmovideo.spec
+++ b/slowmovideo.spec
@@ -13,7 +13,7 @@
Name: slowmovideo
Version: 0.6.0
-Release: 6.%{?date0}git%{?shortcommit0}%{?dist}
+Release: 7.%{?date0}git%{?shortcommit0}%{?dist}
Summary: Tool that uses optical flow for generating slow-motion videos
License: GPLv3+
@@ -125,6 +125,9 @@ cd -
%changelog
+* Thu Jun 23 2022 Sérgio Basto <sergio(a)serjux.com> - 0.6.0-7.20200516git279026a
+- Rebuilt for opencv 4.6.0
+
* Thu Feb 17 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.6.0-6.20200516git279026a
- Rebuild for libGLEW
2 years, 5 months
[performous] Rebuilt for opencv 4.6.0
by Sérgio M. Basto
commit 3aa3560146f2af0656bdefd9e945961b478e43e5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jun 23 22:24:20 2022 +0100
Rebuilt for opencv 4.6.0
performous.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/performous.spec b/performous.spec
index c640e0a..1abab15 100644
--- a/performous.spec
+++ b/performous.spec
@@ -7,7 +7,7 @@
Name: performous
Epoch: 1
Version: 1.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Free cross-platform music and rhythm / party game
# The main code is GPLv2+, and there are fonts under ASL 2.0 and SIL licenses
@@ -128,6 +128,9 @@ rm -rf %buildroot%{_libdir}/*.{a,la}
%changelog
+* Thu Jun 23 2022 Sérgio Basto <sergio(a)serjux.com> - 1:1.2.0-3
+- Rebuilt for opencv 4.6.0
+
* Sat Apr 30 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1:1.2.0-2
- Add epoch to the requires
- Spec file clean up
2 years, 5 months
[libopenshot] Rebuilt for opencv 4.6.0
by Sérgio M. Basto
commit 07a5679a001f16179ee45b43d07e5e167f4bf38a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jun 23 21:09:59 2022 +0100
Rebuilt for opencv 4.6.0
Fix cmake build
libopenshot.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index 88d3869..c06c3d0 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -5,7 +5,7 @@
Name: libopenshot
Version: 0.2.7
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
@@ -89,7 +89,7 @@ applications that use %{name}.
%if 0%{?fedora} && 0%{?fedora} > 35
export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
%endif
-%cmake3 -Wno-dev -DCMAKE_BUILD_TYPE:STRING=Release .
+%cmake3 -Wno-dev -DCMAKE_BUILD_TYPE:STRING=Release
%cmake3_build
%check
@@ -120,6 +120,10 @@ export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
%{ruby_vendorarchdir}/*
%changelog
+* Thu Jun 23 2022 Sérgio Basto <sergio(a)serjux.com> - 0.2.7-6
+- Rebuilt for opencv 4.6.0
+- Fix cmake build
+
* Sun Feb 06 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.7-5
- Rebuilt for ffmpeg
2 years, 5 months
[zerotier-one] The official package is built against openssl1.1
by Leigh Scott
commit 20332cfd2e908a67f9e8387933990c78ca9548c0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 22 18:43:45 2022 +0100
The official package is built against openssl1.1
zerotier-one.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/zerotier-one.spec b/zerotier-one.spec
index e3c34a3..002c284 100644
--- a/zerotier-one.spec
+++ b/zerotier-one.spec
@@ -1,6 +1,6 @@
Name: zerotier-one
Version: 1.8.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Smart Ethernet Switch for Earth
# Boost: README.md
@@ -47,7 +47,7 @@ BuildRequires: go-md2man
BuildRequires: http-parser-devel
BuildRequires: json-devel
BuildRequires: libnatpmp-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl1.1-devel
BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(liblz4)
@@ -58,6 +58,8 @@ Provides: bundled(http-parser)
Provides: bundled(json) = 3.10.2
Provides: bundled(salsa2012)
+Requires: openssl1.1
+
%description
ZeroTier is a smart programmable Ethernet switch for planet Earth. It allows all
networked devices, VMs, containers, and applications to communicate as if they
@@ -120,6 +122,9 @@ install -Dpm0644 debian/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
%changelog
+* Wed Jun 22 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.8.9-2
+- The official package is built against openssl1.1
+
* Mon Jun 13 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.8.9-1
- chore(update): 1.8.9
2 years, 5 months
[xt7-player-mpv] Update to 0.34.3172
by Martin Gansser
commit 7b4e5b5b0d3cd5851ac21a7543ca24ecf7185edd
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed Jun 22 15:18:42 2022 +0200
Update to 0.34.3172
.gitignore | 1 +
sources | 2 +-
xt7-player-mpv.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e17d49..0d066f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/xt7-player-mpv-0.33.3152.tar.gz
/xt7-player-mpv-0.33.3162.tar.gz
/xt7-player-mpv-0.34.3170.tar.gz
+/xt7-player-mpv-0.34.3172.tar.gz
diff --git a/sources b/sources
index 3af7a7e..44f8ace 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xt7-player-mpv-0.34.3170.tar.gz) = f5be92b4bbdcbca89b4448d83bb0e66e9d68f0d7afe6e479e0559f2dee6d63433cc3f28104bc8f7f2498918d355f9dbc63a08075da13c06800ab8882a277e8b8
+SHA512 (xt7-player-mpv-0.34.3172.tar.gz) = 027bd51010df550df924c2601483f90e71b8ed946d3fa1cf1d7bde7ea734ffcd8a91f2d322f9bd208502d09ddc402cd4c8d0755e2af694cc35a77d10d0ce3684
diff --git a/xt7-player-mpv.spec b/xt7-player-mpv.spec
index a8a8d94..653221d 100644
--- a/xt7-player-mpv.spec
+++ b/xt7-player-mpv.spec
@@ -5,7 +5,7 @@
%global gitrelease .%{gitdate}.git%{shortcommit}
Name: xt7-player-mpv
-Version: 0.34.3170
+Version: 0.34.3172
#Release: 0.1%%{?gitrelease}%%{?dist}
Release: 1%{?dist}
Summary: Qt/Gambas gui to mpv media player
@@ -122,7 +122,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/%{name}*.xml
%changelog
-* Wed Apr 13 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 0.34.3170
+* Wed Jun 22 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 0.34.3172-1
+- Update to 0.34.3172
+
+* Wed Apr 13 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 0.34.3170-1
- Update to 0.34.3170
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.33.3162-2
2 years, 5 months