[tarsnap] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
by Leigh Scott
commit 6da5ed3f7bb8535f15978c264c9f648648c1ad24
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Tue Mar 5 07:59:46 2019 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)googlemail.com>
tarsnap.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/tarsnap.spec b/tarsnap.spec
index bea723d..fe89c9a 100644
--- a/tarsnap.spec
+++ b/tarsnap.spec
@@ -4,7 +4,7 @@
Name: tarsnap
Version: 1.0.39
-Release: 4%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
+Release: 5%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: Online encrypted backup service (client)
Group: Applications/Archiving
@@ -93,6 +93,9 @@ autoreconf -fiv
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}-keymgmt
%changelog
+* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.0.39-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Sun Aug 19 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.0.39-4
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
5 years, 8 months
[chromium-vaapi/f29] Updated to 72.0.3626.121 spec cleanup
by Akarshan Biswas
commit 76d8fc854e046438b998cecd3d9eb419424e35eb
Author: Akarshan Biswas <akarshan.biswas(a)gmail.com>
Date: Sun Mar 3 18:20:06 2019 +0530
Updated to 72.0.3626.121 spec cleanup
.gitignore | 1 +
chromium-vaapi.spec | 13 +++++--------
sources | 2 +-
3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 750ad4c..27f05b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/chromium-71.0.3578.98.tar.xz
/chromium-72.0.3626.81.tar.xz
/chromium-72.0.3626.109.tar.xz
+/chromium-72.0.3626.121.tar.xz
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 1099ae0..1edf3c9 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -53,8 +53,6 @@
#Turn on verbose mode
%global debug_logs 0
-# Allow compiling with clang
-%global clang 0
#Allow jumbo builds
# Enabled by default
%global jumbo 1
@@ -69,7 +67,7 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 72.0.3626.109
+Version: 72.0.3626.121
Release: 1%{?dist}
Summary: A Chromium web browser with video decoding acceleration
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)
@@ -102,14 +100,9 @@ Source15: LICENSE
%global chromiumdir %{_libdir}/%{name}
########################################################################################
#Compiler settings
-%if %{clang}
-BuildRequires: clang, llvm, lld
-%else
-#GCC mode on
# Make sure we don't encounter any bug
BuildRequires: gcc
BuildRequires: gcc-c++
-%endif
# Basic tools and libraries needed for building
BuildRequires: ninja-build, nodejs, bison, gperf, hwdata
BuildRequires: libgcc, glibc, libatomic
@@ -674,6 +667,10 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Sun Mar 03 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> 72.0.3626.121-1
+- Updated to 72.0.3626.121
+- spec cleanup
+
* Tue Feb 19 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> 72.0.3626.109-1
- Update to 72.0.3626.109
- remove ozone patches
diff --git a/sources b/sources
index cf0d9eb..03899ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cc44806be5e7b41727a04f7e7eb2545 chromium-72.0.3626.109.tar.xz
+c9b2cd5509e257501d21ed4b5db4b4c2 chromium-72.0.3626.121.tar.xz
5 years, 8 months