[olive] Update to olive-20221118git5fce683
by Sérgio M. Basto
commit a890008db14828028a242a2fe8788ffcc92f6dcd
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Nov 19 21:29:24 2022 +0000
Update to olive-20221118git5fce683
.gitignore | 1 +
olive.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a83aa5..e6e122c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/olive-0.1.2.tar.gz
/olive-41a49c4.tar.gz
/olive-20220818gitb169ad9.tar.gz
+/olive-20221118git5fce683.tar.gz
diff --git a/olive.spec b/olive.spec
index 41928da..b8caef3 100644
--- a/olive.spec
+++ b/olive.spec
@@ -1,10 +1,10 @@
#For git snapshots, set to 0 to use release instead:
%global usesnapshot 1
%if 0%{?usesnapshot}
-# https://github.com/olive-editor/olive/commit/b169ad923cdf92d6d83c0add4a46...
-%global commit0 b169ad923cdf92d6d83c0add4a46fa7afd27858f
+# https://github.com/olive-editor/olive/commit/5fce683e0d78c8db7dbd1604fab6...
+%global commit0 5fce683e0d78c8db7dbd1604fab6a1899c085571
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global gitdate 20220818
+%global gitdate 20221118
%endif
%global unique_name org.olivevideoeditor.Olive
%global appl_name application-vnd.olive-project
@@ -12,11 +12,11 @@
%undefine __cmake_in_source_build
Name: olive
-Version: 0.1.2
+Version: 0.2.0
%if 0%{?usesnapshot}
-Release: 0.9.%{gitdate}git%{shortcommit0}%{?dist}
+Release: 0.10.%{gitdate}git%{shortcommit0}%{?dist}
%else
-Release: 13%{?dist}
+Release: 15%{?dist}
%endif
Summary: A free non-linear video editor
License: GPLv3+
@@ -103,6 +103,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{unique_name
#%%{_datadir}/%%{name}-editor
%changelog
+* Sat Nov 19 2022 Sérgio Basto <sergio(a)serjux.com> - 0.2.0-0.10.20221118git5fce683
+- Update to olive-20221118git5fce683
+
* Fri Nov 11 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.1.2-0.9.20220818gitb169ad9
- rebuilt
diff --git a/sources b/sources
index a866a77..661904f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (olive-20220818gitb169ad9.tar.gz) = df525e7c0f52a4cc0db57587fcfa3d2f7fec9e5b3133959d56e1227143d075259707f2b79d15354339f819e7de14734b3e135f76f15bc339236e9ab7488819fa
+SHA512 (olive-20221118git5fce683.tar.gz) = 65174f1975eda74b2a7246eed906666b7ced61d438a633bd2006d0fe2cffba0a4f28ce5a7b5ab77659cdbe1b0ab66a7451e023ed0db3ec0c104a4c143456ea51
2 years, 1 month
[VirtualBox: 2/2] Update VirtualBox to 7.0.4
by Sérgio M. Basto
commit 266a8fa47ca81c9950cc6511946fbb0c6672e15d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Nov 19 17:26:35 2022 +0000
Update VirtualBox to 7.0.4
Drop system-libs.patch and fix-build.patch already upstreamed
VirtualBox.spec | 11 +++--
fix-build.patch | 21 --------
sources | 4 +-
system-libs_cutted.patch | 121 -----------------------------------------------
update_vbox.sh | 2 +-
5 files changed, 9 insertions(+), 150 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 7f6d7f2..e5c247f 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -45,7 +45,7 @@
%bcond_without python3
Name: VirtualBox
-Version: 7.0.2
+Version: 7.0.4
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -84,8 +84,6 @@ Patch4: VirtualBox-5.1.0-lib64-VBox.sh.patch
#to revert on EL7
Patch29: 590355dbdcffa4081c377fd31565e172785b390c.patch
#from Debian
-Patch30: system-libs_cutted.patch
-Patch31: fix-build.patch
# from ArchLinux
Patch40: 007-python2-path.patch
# from Mageia
@@ -346,8 +344,6 @@ rm -r src/libs/libtpms-0.9.0/
%if 0%{?rhel} && 0%{?rhel} < 8
%patch29 -p2 -R -b .gsoap3
%endif
-%patch30 -p1 -b .use_vorbis_and_ogg_system
-%patch31 -p1 -b .fix_build_noneed_kBuildUnits
%if %{with python3}
%patch40 -p1 -b .python2_path
%endif
@@ -380,6 +376,7 @@ rm -r src/libs/libtpms-0.9.0/
%if !%{with python3}
--disable-python \
%endif
+ --enable-libogg --enable-libvorbis
%if !%{with docs}
cp %{SOURCE1} UserManual.pdf
@@ -908,6 +905,10 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sat Nov 19 2022 Sérgio Basto <sergio(a)serjux.com> - 7.0.4-1
+- Update VirtualBox to 7.0.4
+- Drop system-libs.patch and fix-build.patch already upstreamed
+
* Wed Oct 26 2022 Sérgio Basto <sergio(a)serjux.com> - 7.0.2-1
- Update to 7.0.2
- Drop python2 support
diff --git a/sources b/sources
index a0d4fed..cce505f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (VirtualBox-7.0.2.tar.bz2) = c79d6365f83e1fde356a7f4a6ccd23bc7306d1b5b4be669634c575f08ba53338caca684758c9409ecef2b05ab6f9ad37dfa6075ad6afbc5d7909d46ee6794927
-SHA512 (UserManual.pdf) = 930e1e371b20e2d1d66ea66a3eda87338e9f51df7cfb6530147c649f4a0ab7e1ec194606b0cda2acbab40d426a0f496e17b327bacf196bf79b1978c51b83db66
+SHA512 (VirtualBox-7.0.4.tar.bz2) = 70f2031c4897249177131795281bf6bd5a75166067d1921db70fd1e21f5638285b5a0c3298a7070e272ac2f093a60c35eb3cab4e5f7d16a68d17b211f637b0bc
+SHA512 (UserManual.pdf) = f685a22f034d9428f2d34feaa9b8b47938626d87849de35240302c898ed851f71bd9e4ca6daa235dae8d4bfa566430a0f92bc575696cf6f4068f985286d697ad
diff --git a/update_vbox.sh b/update_vbox.sh
index 21b46ae..98f4f07 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=7.0.2
+VERSION=7.0.4
REL=1
RAWHIDE=38
REPOS="f37 f36 f35 el9 el8 el7"
2 years, 1 month