[wireguard/f30] Unifying spec with Lubomir Rintel's one Rebuilt for akmods-ostree-post scriptlet
by Robert-André Mauchin
commit 78048c8b46245e51109b6d95dd56f3e398deccd4
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Apr 4 19:35:32 2019 +0200
Unifying spec with Lubomir Rintel's one
Rebuilt for akmods-ostree-post scriptlet
Signed-off-by: Robert-André Mauchin <zebob.m(a)gmail.com>
wireguard.spec | 42 +++++++++++++++++++-----------------------
1 file changed, 19 insertions(+), 23 deletions(-)
---
diff --git a/wireguard.spec b/wireguard.spec
index 8e5d988..2ca3050 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,7 +1,7 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
Version: 0.0.20190227
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
URL: https://www.wireguard.com/
@@ -17,41 +17,33 @@ Provides: %{name}-kmod-common = %{version}
Requires: %{name}-kmod >= %{version}
%description
-WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes
-state-of-the-art cryptography. It aims to be faster, simpler, leaner,
-and more useful than IPSec, while avoiding the massive headache. It intends
-to be considerably more performant than OpenVPN. WireGuard is designed as a
-general purpose VPN for running on embedded interfaces and super computers
+WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes
+state-of-the-art cryptography. It aims to be faster, simpler, leaner,
+and more useful than IPSec, while avoiding the massive headache. It intends
+to be considerably more performant than OpenVPN. WireGuard is designed as a
+general purpose VPN for running on embedded interfaces and super computers
alike, fit for many different circumstances. It runs over UDP.
%prep
-%autosetup -n WireGuard-%{version} different circumstances. It runs over UDP.
+%autosetup -n WireGuard-%{version}
# Remove .gitignore files in examples
find contrib/ -type f -name ".gitignore" -exec rm "{}" \;
# Do not use /usr/bin/env
sed -i '1s@/usr/bin/env bash@/bin/bash@' contrib/examples/ncat-client-server/client-quick.sh
-# Use standard perms for /etc/wireguard
-sed -i 's|install -v -m 0700|install -v -m 0755|' src/tools/Makefile
%build
%set_build_flags
-
-pushd contrib/examples/dns-hatchet
-sh apply.sh
-popd
-
-pushd src/tools
-%make_build V=1
-popd
+%make_build V=1 -C src/tools
%install
-pushd src/tools
-%make_install
-popd
+%make_install -C src/tools \
+ WITH_BASHCOMPLETION=yes \
+ WITH_WGQUICK=yes \
+ WITH_SYSTEMDUNITS=yes
%post
@@ -71,17 +63,21 @@ popd
%license COPYING
%{_bindir}/wg
%{_bindir}/wg-quick
+%{_unitdir}/wg-quick@.service
%{_sysconfdir}/wireguard
+%{_mandir}/man8/wg.8*
+%{_mandir}/man8/wg-quick.8*
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/wg
%{_datadir}/bash-completion/completions/wg-quick
-%{_unitdir}/wg-quick@.service
-%{_mandir}/man8/wg.8*
-%{_mandir}/man8/wg-quick.8*
%changelog
+* Thu Mar 07 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190227-3
+- Unifying spec with Lubomir Rintel's one
+- Rebuilt for akmods-ostree-post scriptlet
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.0.20190227-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4 years, 6 months
[chromium-vaapi/f30] Update to 73.0.3683.103.
by Vasiliy Glazov
commit 5e4b736a150a5ead5bfc014654968125d927f064
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Apr 5 10:58:38 2019 +0300
Update to 73.0.3683.103.
chromium-vaapi.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 70226a0..bab2823 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -67,8 +67,8 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 73.0.3683.86
-Release: 2%{?dist}
+Version: 73.0.3683.103
+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)
URL: https://www.chromium.org/Home
@@ -691,6 +691,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Fri Apr 05 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 73.0.3683.103-1
+- Update to 73.0.3683.103
+
* Tue Mar 26 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 73.0.3683.86-2
- Switched to GNU ar and nm to work around a bug in the current llvm in f30 #rhbz 1685029
- Pipewire flag added to enable it by default on Fedora
diff --git a/sources b/sources
index 50c63e7..784a21d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eac0227103881604469a52ff76c251a6 chromium-73.0.3683.86.tar.xz
+6614c55c213b9348ce7f4d072fe0a848 chromium-73.0.3683.103.tar.xz
4 years, 6 months
[chromium-vaapi] Update to 73.0.3683.103.
by Vasiliy Glazov
commit 8bf777fd96f79d67cf87c97a100be989a613bbd8
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Apr 5 09:51:12 2019 +0300
Update to 73.0.3683.103.
.gitignore | 1 +
chromium-vaapi.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e5feff..d91289e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/chromium-72.0.3626.109.tar.xz
/chromium-72.0.3626.121.tar.xz
/chromium-73.0.3683.75.tar.xz
+/chromium-73.0.3683.103.tar.xz
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index bf884c3..bfa0498 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -67,8 +67,8 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 73.0.3683.86
-Release: 3%{?dist}
+Version: 73.0.3683.103
+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)
URL: https://www.chromium.org/Home
@@ -687,6 +687,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Fri Apr 05 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 73.0.3683.103-1
+- Update to 73.0.3683.103
+
* Tue Apr 02 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 73.0.3683.86-3
- Revert switching to GNU ar and nm
diff --git a/sources b/sources
index 50c63e7..784a21d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eac0227103881604469a52ff76c251a6 chromium-73.0.3683.86.tar.xz
+6614c55c213b9348ce7f4d072fe0a848 chromium-73.0.3683.103.tar.xz
4 years, 6 months
[wireguard] Unifying spec with Lubomir Rintel's one Rebuilt for akmods-ostree-post scriptlet
by Robert-André Mauchin
commit 35ec7d4e82a5e633302774f25d68cf3265a8a51d
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Apr 4 19:35:32 2019 +0200
Unifying spec with Lubomir Rintel's one
Rebuilt for akmods-ostree-post scriptlet
Signed-off-by: Robert-André Mauchin <zebob.m(a)gmail.com>
wireguard.spec | 42 +++++++++++++++++++-----------------------
1 file changed, 19 insertions(+), 23 deletions(-)
---
diff --git a/wireguard.spec b/wireguard.spec
index 8e5d988..2ca3050 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,7 +1,7 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
Version: 0.0.20190227
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
URL: https://www.wireguard.com/
@@ -17,41 +17,33 @@ Provides: %{name}-kmod-common = %{version}
Requires: %{name}-kmod >= %{version}
%description
-WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes
-state-of-the-art cryptography. It aims to be faster, simpler, leaner,
-and more useful than IPSec, while avoiding the massive headache. It intends
-to be considerably more performant than OpenVPN. WireGuard is designed as a
-general purpose VPN for running on embedded interfaces and super computers
+WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes
+state-of-the-art cryptography. It aims to be faster, simpler, leaner,
+and more useful than IPSec, while avoiding the massive headache. It intends
+to be considerably more performant than OpenVPN. WireGuard is designed as a
+general purpose VPN for running on embedded interfaces and super computers
alike, fit for many different circumstances. It runs over UDP.
%prep
-%autosetup -n WireGuard-%{version} different circumstances. It runs over UDP.
+%autosetup -n WireGuard-%{version}
# Remove .gitignore files in examples
find contrib/ -type f -name ".gitignore" -exec rm "{}" \;
# Do not use /usr/bin/env
sed -i '1s@/usr/bin/env bash@/bin/bash@' contrib/examples/ncat-client-server/client-quick.sh
-# Use standard perms for /etc/wireguard
-sed -i 's|install -v -m 0700|install -v -m 0755|' src/tools/Makefile
%build
%set_build_flags
-
-pushd contrib/examples/dns-hatchet
-sh apply.sh
-popd
-
-pushd src/tools
-%make_build V=1
-popd
+%make_build V=1 -C src/tools
%install
-pushd src/tools
-%make_install
-popd
+%make_install -C src/tools \
+ WITH_BASHCOMPLETION=yes \
+ WITH_WGQUICK=yes \
+ WITH_SYSTEMDUNITS=yes
%post
@@ -71,17 +63,21 @@ popd
%license COPYING
%{_bindir}/wg
%{_bindir}/wg-quick
+%{_unitdir}/wg-quick@.service
%{_sysconfdir}/wireguard
+%{_mandir}/man8/wg.8*
+%{_mandir}/man8/wg-quick.8*
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/wg
%{_datadir}/bash-completion/completions/wg-quick
-%{_unitdir}/wg-quick@.service
-%{_mandir}/man8/wg.8*
-%{_mandir}/man8/wg-quick.8*
%changelog
+* Thu Mar 07 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190227-3
+- Unifying spec with Lubomir Rintel's one
+- Rebuilt for akmods-ostree-post scriptlet
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.0.20190227-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4 years, 6 months
[wireguard-kmod] Rebuilt for akmods-ostree-post scriptlet
by Robert-André Mauchin
commit d06feeaa39c85115111421813a60f530293d10ef
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Apr 4 19:28:33 2019 +0200
Rebuilt for akmods-ostree-post scriptlet
Signed-off-by: Robert-André Mauchin <zebob.m(a)gmail.com>
wireguard-kmod.spec | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/wireguard-kmod.spec b/wireguard-kmod.spec
index d2d4b13..c183f2f 100644
--- a/wireguard-kmod.spec
+++ b/wireguard-kmod.spec
@@ -4,7 +4,7 @@
Name: wireguard-kmod
Summary: Kernel module (kmod) for Wireguard
Version: 0.0.20190227
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
URL: https://www.wireguard.com/
@@ -18,11 +18,11 @@ BuildRequires: elfutils-libelf-devel
%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
%description
-WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes
-state-of-the-art cryptography. It aims to be faster, simpler, leaner,
-and more useful than IPSec, while avoiding the massive headache. It intends
-to be considerably more performant than OpenVPN. WireGuard is designed as a
-general purpose VPN for running on embedded interfaces and super computers
+WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes
+state-of-the-art cryptography. It aims to be faster, simpler, leaner,
+and more useful than IPSec, while avoiding the massive headache. It intends
+to be considerably more performant than OpenVPN. WireGuard is designed as a
+general purpose VPN for running on embedded interfaces and super computers
alike, fit for many different circumstances. It runs over UDP.
This package contains the kmod module for WireGuard.
@@ -58,6 +58,9 @@ done
%changelog
+* Thu Apr 04 19:27:39 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20190227-3
+- Rebuilt for akmods-ostree-post scriptlet
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.0.20190227-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4 years, 6 months
[kaffeine/f28] Fix sources
by Wolfgang Ulbrich
commit c5b8afbc13352205ef5e10016ea343e8c945361e
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Apr 4 11:44:22 2019 +0100
Fix sources
kaffeine.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index 4e9b52c..3cd3043 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -8,10 +8,10 @@ Summary: KDE media player
URL: https://github.com/KDE/kaffeine
# Source0: https://download.kde.org/%{stable}/%{name}/%{name}-%{version}.tar.xz
# spectool -g kaffeine.spec
-Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
+Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
# tarball from github doesn't have translations!
# take them from https://download.kde.org/%{stable}/%{name}/%{name}-2.0.16-2.tar.xz
-Source1: /home/rave/Downloads/f30/kaffeine-po.tar.xz
+Source1: kaffeine-po.tar.xz
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
4 years, 6 months
[kaffeine/f29] Fix sources
by Wolfgang Ulbrich
commit 7dd406281267c0c62a966cbd8aadc062c1a7201a
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Apr 4 11:44:22 2019 +0100
Fix sources
kaffeine.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index d5fcc41..90b5d15 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -8,10 +8,10 @@ Summary: KDE media player
URL: https://github.com/KDE/kaffeine
# Source0: https://download.kde.org/%{stable}/%{name}/%{name}-%{version}.tar.xz
# spectool -g kaffeine.spec
-Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
+Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
# tarball from github doesn't have translations!
# take them from https://download.kde.org/%{stable}/%{name}/%{name}-2.0.16-2.tar.xz
-Source1: /home/rave/Downloads/f30/kaffeine-po.tar.xz
+Source1: kaffeine-po.tar.xz
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
4 years, 6 months
[kaffeine/f30] (2 commits) ...Fix source1 url
by Wolfgang Ulbrich
Summary of changes:
365489a... Fix source0 url and upload source (*)
54ce3ad... Fix source1 url (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 6 months
[kaffeine] Fix source1 url
by Leigh Scott
commit 54ce3ad13aaf5711e7864b7f388ccb4ba129aff4
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Apr 4 11:47:03 2019 +0100
Fix source1 url
kaffeine.spec | 2 +-
sources | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index 6a604c5..05de648 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -11,7 +11,7 @@ URL: https://github.com/KDE/kaffeine
Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
# tarball from github doesn't have translations!
# take them from https://download.kde.org/%{stable}/%{name}/%{name}-2.0.16-2.tar.xz
-Source1: /home/rave/Downloads/f30/kaffeine-po.tar.xz
+Source1: kaffeine-po.tar.xz
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
diff --git a/sources b/sources
index 5a92181..10e3c8f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
14293147a6f6faa35dee27f1f2726e28 kaffeine-2.0.16.tar.gz
+99718d1112512fd013bf9e79335af532 kaffeine-po.tar.xz
4 years, 6 months
[kaffeine] Fix source0 url and upload source
by Leigh Scott
commit 365489a7eb74e1010e252f18bd22c9e1bc0911e8
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Thu Apr 4 11:44:22 2019 +0100
Fix source0 url and upload source
kaffeine.spec | 2 +-
sources | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index 3d54145..6a604c5 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -8,7 +8,7 @@ Summary: KDE media player
URL: https://github.com/KDE/kaffeine
# Source0: https://download.kde.org/%{stable}/%{name}/%{name}-%{version}.tar.xz
# spectool -g kaffeine.spec
-Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
+Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
# tarball from github doesn't have translations!
# take them from https://download.kde.org/%{stable}/%{name}/%{name}-2.0.16-2.tar.xz
Source1: /home/rave/Downloads/f30/kaffeine-po.tar.xz
diff --git a/sources b/sources
index 10e3c8f..5a92181 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
14293147a6f6faa35dee27f1f2726e28 kaffeine-2.0.16.tar.gz
-99718d1112512fd013bf9e79335af532 kaffeine-po.tar.xz
4 years, 6 months