[kodi] Revert "Disable LTO for arm"
by Nicolas Chauvet
commit c15f1fd5cc298bd957d26e433dfab5aaef6fe532
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Aug 3 12:14:22 2020 +0200
Revert "Disable LTO for arm"
This reverts commit 24f833bc12e3b410e03e19c24befcf21738dc8aa.
kodi.spec | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 3a3844d..5794d79 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -384,10 +384,6 @@ sed -i 's/ pkg_check_modules(PC_PYTHON python>=2.7 QUIET)/ pkg_check_modules(P
%build
-# Disable LTO for arm, see http://koji.rpmfusion.org/koji/taskinfo?taskID=424139
-%ifarch %{arm}
-%define _lto_cflags %{nil}
-%endif
mkdir {fedora-gbm,fedora-wayland,fedora-x11}
for BACKEND in %{kodi_backends}
4 years, 3 months
[libaacs] Update to 0.11.0
by Xavier Bachelot
commit ec3470eab17c0ae013c4205ca0f02073b5911b54
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Mon Aug 3 11:15:22 2020 +0200
Update to 0.11.0
.gitignore | 1 +
libaacs.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1483767..17c5130 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
libaacs-0.8.1.tar.bz2
/libaacs-0.9.0.tar.bz2
/libaacs-0.10.0.tar.bz2
+/libaacs-0.11.0.tar.bz2
diff --git a/libaacs.spec b/libaacs.spec
index 5959680..6692d0e 100644
--- a/libaacs.spec
+++ b/libaacs.spec
@@ -4,7 +4,7 @@
%global git_short %(echo '%{git_hash}' | cut -c -13)
Name: libaacs
-Version: 0.10.0
+Version: 0.11.0
Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
Summary: Open implementation of AACS specification
License: LGPLv2+
@@ -80,20 +80,23 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%files
-%doc KEYDB.cfg ChangeLog README.txt
+%doc KEYDB.cfg ChangeLog README.md
%license COPYING
-%{_libdir}/*.so.*
+%{_libdir}/libaacs.so.0*
%files utils
%{_bindir}/aacs_info
%files devel
%{_includedir}/*
-%{_libdir}/*.so
+%{_libdir}/libaacs.so
%{_libdir}/pkgconfig/libaacs.pc
%changelog
+* Mon Aug 03 2020 Xavier Bachelot <xavier(a)bachelot.org> 0.11.0-1
+- Update to 0.11.0
+
* Mon May 11 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.10.0-1
- Update to 0.10.0
diff --git a/sources b/sources
index 4955234..98f3871 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libaacs-0.10.0.tar.bz2) = 4527749c3c78fd270012b3b36e916356a4aeb8f90169e781a00739f01f190121691042607209864e9b676ede9741f614c6003a7dfbb350dc020e1fa94cd6d66e
+SHA512 (libaacs-0.11.0.tar.bz2) = 167edbb6f26599e41d6084908039bf902f69f57da1f64f1491734157d1568ad0b32c8ea3064e0706e383af8dc6007eef65170b2b47222bf3d363e395e0b60388
4 years, 3 months
[kodi] Disable LTO for arm
by Leigh Scott
commit 24f833bc12e3b410e03e19c24befcf21738dc8aa
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 3 09:29:05 2020 +0100
Disable LTO for arm
kodi.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/kodi.spec b/kodi.spec
index 5794d79..3a3844d 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -384,6 +384,10 @@ sed -i 's/ pkg_check_modules(PC_PYTHON python>=2.7 QUIET)/ pkg_check_modules(P
%build
+# Disable LTO for arm, see http://koji.rpmfusion.org/koji/taskinfo?taskID=424139
+%ifarch %{arm}
+%define _lto_cflags %{nil}
+%endif
mkdir {fedora-gbm,fedora-wayland,fedora-x11}
for BACKEND in %{kodi_backends}
4 years, 3 months
[kodi] Use old cmake macro
by Leigh Scott
commit 0e6fab26ba841d32f84f07ee7aedab90b55d3b93
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 2 23:43:27 2020 +0100
Use old cmake macro
kodi.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/kodi.spec b/kodi.spec
index bdef3a0..5794d79 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,3 +1,5 @@
+# Use old cmake macro
+%global __cmake_in_source_build 1
#global PRERELEASE rc5
#global DIRVERSION %{version}
%global GITCOMMIT b6daed5
4 years, 3 months
[kodi] Rebuild for libfmt
by Leigh Scott
commit 6ccf6786770374dfa2ff1382493cd9cd18f1a6c1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 2 23:41:41 2020 +0100
Rebuild for libfmt
kodi.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kodi.spec b/kodi.spec
index f560b13..bdef3a0 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -38,7 +38,7 @@
Name: kodi
Version: 19.0
-Release: 0.20200705gitb6daed5%{?dist}
+Release: 0.20200706gitb6daed5%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -533,6 +533,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Sun Aug 02 2020 Leigh Scott <leigh123linux(a)gmail.com> - 19.0-0.20200706gitb6daed5
+- Rebuild for libfmt
+
* Mon Jul 06 2020 Michael Cronenworth <mike(a)cchtml.com> - 19.0-0.20200705gitb6daed5
- Initial version 19 snapshot
4 years, 3 months
[compat-ffmpeg28] Rebuild for libdc1394
by Leigh Scott
commit 787c10d6177491a709081a2198dbbddc77902dca
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 2 23:38:05 2020 +0100
Rebuild for libdc1394
compat-ffmpeg28.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/compat-ffmpeg28.spec b/compat-ffmpeg28.spec
index 4c9c396..7f7eb49 100644
--- a/compat-ffmpeg28.spec
+++ b/compat-ffmpeg28.spec
@@ -12,7 +12,7 @@
Summary: Digital VCR and streaming server
Name: compat-ffmpeg28
Version: 2.8.17
-Release: 1%{?dist}
+Release: 2%{?dist}
%if 0%{?!_without_amr:1}
License: GPLv3+
%else
@@ -221,6 +221,9 @@ fi
%changelog
+* Sun Aug 02 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.8.17-2
+- Rebuild for libdc1394
+
* Thu Jul 09 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2.8.17-1
- Update to 2.8.17
4 years, 3 months
[vlc] Revert "Disable LTO"
by Leigh Scott
commit e727fcf13a51038c39751300aadd6dcce1b46bea
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 2 19:25:25 2020 +0100
Revert "Disable LTO"
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 7eb0713..625d915 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -51,7 +51,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.11.1
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@@ -596,6 +596,9 @@ fi || :
%changelog
+* Sun Aug 02 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.11.1-3
+- Revert "Disable LTO"
+
* Sat Aug 01 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.11.1-2
- Rebuilt for live555
4 years, 3 months