[kodi-inputstream-adaptive/f30] Update to 2.4.2
by Mohamed ElMorabity
commit 251d4a322372c25466058e0da12791500f36dce3
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 20 11:12:54 2020 +0100
Update to 2.4.2
kodi-inputstream-adaptive.spec | 26 ++++++++++++++++++--------
sources | 2 +-
2 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index cc83f95..7a9762f 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -3,40 +3,44 @@
%global kodi_branch Leia
Name: kodi-inputstream-adaptive
-Version: 2.3.22
+Version: 2.4.2
Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
-Group: Applications/Multimedia
-License: GPLv2+
-URL: https://github.com/peak3d/inputstream.adaptive/
-Source0: https://github.com/peak3d/%{aname}/archive/%{version}-%{kodi_branch}/%{an...
+# wvdecryper contains parts of Chromium CDM under BSD
+License: GPLv2+ and BSD
+URL: https://github.com/peak3d/%{aname}/
+Source0: %{url}/archive/%{version}-%{kodi_branch}/%{aname}-%{version}-%{kodi_branch}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
-BuildRequires: kodi-platform-devel
BuildRequires: expat-devel
Requires: kodi >= %{kodi_version}
Provides: bundled(bento4)
+Provides: bundled(libwebm)
ExcludeArch: %{power64} ppc64le
%description
%{summary}.
+
%prep
%autosetup -n %{aname}-%{version}-%{kodi_branch}
# Fix spurious-executable-perm on debug package
-find . -name '*.h' -or -name '*.cpp' | xargs chmod a-x
+find . -name '*.h' -or -name '*.c' -or -name '*.cc' -or -name '*.cpp' | xargs chmod a-x
+chmod a-x README.md %{aname}/changelog.txt
+
%build
%cmake .
%make_build
+
%install
%make_install
@@ -44,12 +48,18 @@ find . -name '*.h' -or -name '*.cpp' | xargs chmod a-x
find $RPM_BUILD_ROOT%{_datadir}/kodi/addons/ -type f -exec chmod 0644 {} \;
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/kodi/addons/%{aname}/*.so
+
%files
-%doc %{_datadir}/kodi/addons/%{aname}/changelog.txt
+%doc README.md %{aname}/changelog.txt
+%license LICENSE.GPL
%{_libdir}/kodi/addons/%{aname}/
%{_datadir}/kodi/addons/%{aname}/
+
%changelog
+* Mon Jan 20 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 2.4.2-1
+- Update to 2.4.2
+
* Mon Sep 02 2019 Michael Cronenworth <mike(a)cchtml.com> - 2.3.22-1
- Update to 2.3.22
diff --git a/sources b/sources
index 3053e73..4961aab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b57c75b5a87ae574385f9bda5bca4c5 inputstream.adaptive-2.3.22-Leia.tar.gz
+SHA512 (inputstream.adaptive-2.4.2-Leia.tar.gz) = 218be820b4e7f05d9a3ffd330db785997afe225a994ed4187a1aaa13b28189453d4a82e3553210613aa644f9f98b30bfc7bc048a1ad9674521053ef21e2e26e0
4 years, 10 months
[kodi-inputstream-adaptive/f31] Update to 2.4.2
by Mohamed ElMorabity
commit e0113dc162381d28cbf4891dc6b4c85256257cc5
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 20 11:12:54 2020 +0100
Update to 2.4.2
kodi-inputstream-adaptive.spec | 26 ++++++++++++++++++--------
sources | 2 +-
2 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index cc83f95..7a9762f 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -3,40 +3,44 @@
%global kodi_branch Leia
Name: kodi-inputstream-adaptive
-Version: 2.3.22
+Version: 2.4.2
Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
-Group: Applications/Multimedia
-License: GPLv2+
-URL: https://github.com/peak3d/inputstream.adaptive/
-Source0: https://github.com/peak3d/%{aname}/archive/%{version}-%{kodi_branch}/%{an...
+# wvdecryper contains parts of Chromium CDM under BSD
+License: GPLv2+ and BSD
+URL: https://github.com/peak3d/%{aname}/
+Source0: %{url}/archive/%{version}-%{kodi_branch}/%{aname}-%{version}-%{kodi_branch}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
-BuildRequires: kodi-platform-devel
BuildRequires: expat-devel
Requires: kodi >= %{kodi_version}
Provides: bundled(bento4)
+Provides: bundled(libwebm)
ExcludeArch: %{power64} ppc64le
%description
%{summary}.
+
%prep
%autosetup -n %{aname}-%{version}-%{kodi_branch}
# Fix spurious-executable-perm on debug package
-find . -name '*.h' -or -name '*.cpp' | xargs chmod a-x
+find . -name '*.h' -or -name '*.c' -or -name '*.cc' -or -name '*.cpp' | xargs chmod a-x
+chmod a-x README.md %{aname}/changelog.txt
+
%build
%cmake .
%make_build
+
%install
%make_install
@@ -44,12 +48,18 @@ find . -name '*.h' -or -name '*.cpp' | xargs chmod a-x
find $RPM_BUILD_ROOT%{_datadir}/kodi/addons/ -type f -exec chmod 0644 {} \;
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/kodi/addons/%{aname}/*.so
+
%files
-%doc %{_datadir}/kodi/addons/%{aname}/changelog.txt
+%doc README.md %{aname}/changelog.txt
+%license LICENSE.GPL
%{_libdir}/kodi/addons/%{aname}/
%{_datadir}/kodi/addons/%{aname}/
+
%changelog
+* Mon Jan 20 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 2.4.2-1
+- Update to 2.4.2
+
* Mon Sep 02 2019 Michael Cronenworth <mike(a)cchtml.com> - 2.3.22-1
- Update to 2.3.22
diff --git a/sources b/sources
index 3053e73..4961aab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b57c75b5a87ae574385f9bda5bca4c5 inputstream.adaptive-2.3.22-Leia.tar.gz
+SHA512 (inputstream.adaptive-2.4.2-Leia.tar.gz) = 218be820b4e7f05d9a3ffd330db785997afe225a994ed4187a1aaa13b28189453d4a82e3553210613aa644f9f98b30bfc7bc048a1ad9674521053ef21e2e26e0
4 years, 10 months
[kodi-inputstream-adaptive] Update to 2.4.2
by Mohamed ElMorabity
commit 857230579e49fb22c3ba8b709660d1bf8cff10d0
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Jan 20 11:12:54 2020 +0100
Update to 2.4.2
kodi-inputstream-adaptive.spec | 26 ++++++++++++++++++--------
sources | 2 +-
2 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index cc83f95..7a9762f 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -3,40 +3,44 @@
%global kodi_branch Leia
Name: kodi-inputstream-adaptive
-Version: 2.3.22
+Version: 2.4.2
Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
-Group: Applications/Multimedia
-License: GPLv2+
-URL: https://github.com/peak3d/inputstream.adaptive/
-Source0: https://github.com/peak3d/%{aname}/archive/%{version}-%{kodi_branch}/%{an...
+# wvdecryper contains parts of Chromium CDM under BSD
+License: GPLv2+ and BSD
+URL: https://github.com/peak3d/%{aname}/
+Source0: %{url}/archive/%{version}-%{kodi_branch}/%{aname}-%{version}-%{kodi_branch}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
-BuildRequires: kodi-platform-devel
BuildRequires: expat-devel
Requires: kodi >= %{kodi_version}
Provides: bundled(bento4)
+Provides: bundled(libwebm)
ExcludeArch: %{power64} ppc64le
%description
%{summary}.
+
%prep
%autosetup -n %{aname}-%{version}-%{kodi_branch}
# Fix spurious-executable-perm on debug package
-find . -name '*.h' -or -name '*.cpp' | xargs chmod a-x
+find . -name '*.h' -or -name '*.c' -or -name '*.cc' -or -name '*.cpp' | xargs chmod a-x
+chmod a-x README.md %{aname}/changelog.txt
+
%build
%cmake .
%make_build
+
%install
%make_install
@@ -44,12 +48,18 @@ find . -name '*.h' -or -name '*.cpp' | xargs chmod a-x
find $RPM_BUILD_ROOT%{_datadir}/kodi/addons/ -type f -exec chmod 0644 {} \;
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/kodi/addons/%{aname}/*.so
+
%files
-%doc %{_datadir}/kodi/addons/%{aname}/changelog.txt
+%doc README.md %{aname}/changelog.txt
+%license LICENSE.GPL
%{_libdir}/kodi/addons/%{aname}/
%{_datadir}/kodi/addons/%{aname}/
+
%changelog
+* Mon Jan 20 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 2.4.2-1
+- Update to 2.4.2
+
* Mon Sep 02 2019 Michael Cronenworth <mike(a)cchtml.com> - 2.3.22-1
- Update to 2.3.22
diff --git a/sources b/sources
index 3053e73..4961aab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b57c75b5a87ae574385f9bda5bca4c5 inputstream.adaptive-2.3.22-Leia.tar.gz
+SHA512 (inputstream.adaptive-2.4.2-Leia.tar.gz) = 218be820b4e7f05d9a3ffd330db785997afe225a994ed4187a1aaa13b28189453d4a82e3553210613aa644f9f98b30bfc7bc048a1ad9674521053ef21e2e26e0
4 years, 10 months
[rpmfusion-packager/f30] (3 commits) ...Source uploaded
by Sérgio M. Basto
Summary of changes:
42f1461... Fix Python2 with sync with an old version of Fedora-package (*)
78c4fdb... Finally, all synced from the latest version of fedora-packa (*)
a0665e3... Source uploaded (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[rpmfusion-packager] Source uploaded
by Sérgio M. Basto
commit a0665e3ff4c8ef614169aeec86759404527fe8db
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jan 20 07:29:46 2020 +0000
Source uploaded
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index c4779be..07d7b8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ rpmfusion-packager-0.4.tar.bz2
/rpmfusion-packager-0.6.4.tar.gz
/rpmfusion-packager-0.6.5.tar.gz
/rpmfusion-packager-0.6.6.tar.gz
+/rpmfusion-packager-0.6.7.tar.gz
diff --git a/sources b/sources
index 799bbf0..09f6b8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rpmfusion-packager-0.6.6.tar.gz) = f77d48f537fad5c5f920b4b5fe981c33cdbf112de44c36fb0b87c2974ebac2e6ead1af9cf5553cdc65c740673680afd7e2a24b8c5e6db437610c7bde1d18e89b
+SHA512 (rpmfusion-packager-0.6.7.tar.gz) = b8a80c051f8c28787f65567d4de701c311fa78457a5fb75c7e8a893748f447cf117df11a2a7c6b5370e117964544551995fe971224df1106851a236fabf3df74
4 years, 10 months
[rpmfusion-packager] Finally, all synced from the latest version of fedora-packager-setup. rpmfusion-packager-setup now
by Sérgio M. Basto
commit 78c4fdbf36bdf6f24e34aa700daf73c0e646aa34
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jan 20 07:28:41 2020 +0000
Finally, all synced from the latest version of fedora-packager-setup.
rpmfusion-packager-setup now will generate the user certificate and overwrite
server certificate and CA certificate preventing other errors.
rpmfusion-packager.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index 82d631a..6f38826 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -11,7 +11,7 @@
%endif
Name: rpmfusion-packager
-Version: 0.6.6
+Version: 0.6.7
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
@@ -118,6 +118,11 @@ autoreconf -i
%endif
%changelog
+* Thu Nov 28 2019 Sérgio Basto <sergio(a)serjux.com> - 0.6.7-1
+ Finally, all synced from the latest version of fedora-packager-setup.
+ rpmfusion-packager-setup now will generate the user certificate and overwrite
+ server certificate and CA certificate preventing other errors.
+
* Wed Nov 27 2019 Sérgio Basto <sergio(a)serjux.com> - 0.6.6-1
- Fix Python2 with sync with an old version of Fedora-packager
4 years, 10 months
[VirtualBox-kmod] Improve update_vbox.sh helper script
by Sérgio M. Basto
commit 5f38aced5b473771804b7c2717d241c28bf00284
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jan 19 16:27:57 2020 +0000
Improve update_vbox.sh helper script
update_vbox.sh | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index a5b7a37..9780bdf 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,6 +1,7 @@
-VERSION=6.1.0
+VERSION=6.1.2
REL=1
RAWHIDE=32
+REPOS="31 30"
if [ -z "$1" ]
then
@@ -37,19 +38,14 @@ fi
if test $stage -le 2
then
echo STAGE 2
-BRANCH1=f31
-BRANCH2=fc31
+for repo in $REPOS ; do
+BRANCH1=f$repo
+BRANCH2=fc$repo
echo Press enter tag-build $BRANCH1 to continue; read dummy;
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2 && \
git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master) &
-BRANCH1=f30
-BRANCH2=fc30
-echo Press enter tag-build $BRANCH1 to continue; read dummy;
-koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
-(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2 && \
-git checkout $BRANCH1 && git merge master && git push && rfpkg build --nowait; git checkout master) &
-#koji-rpmfusion watch-task
+done
fi
if test $stage -le 3
4 years, 10 months
[VirtualBox-kmod/el7] Update to 6.1.2
by Leigh Scott
commit 50b924d9f8e1f713c573d9a3ed1b8ed2b05de307
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Jan 19 10:35:55 2020 +0000
Update to 6.1.2
VirtualBox-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 0725446..b680857 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -44,7 +44,7 @@
%global __arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Name: VirtualBox-kmod
-Version: 6.1.0
+Version: 6.1.2
Release: 1%{?dist}
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
@@ -145,6 +145,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Sun Jan 19 2020 Leigh Scott <leigh123linux(a)googlemail.com> - 6.1.2-1
+- Update to 6.1.2
+
* Wed Dec 18 2019 Sérgio Monteiro Basto <sergio(a)serjux.com> - 6.1.0-1
- Update to 6.1.0
4 years, 10 months