[wireguard/f29] Release 0.0.20181018
by Robert-André Mauchin
commit 665d90a9641edb644b21dd22ca07a20722860782
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Oct 18 16:38:23 2018 +0200
Release 0.0.20181018
.gitignore | 1 +
sources | 2 +-
wireguard.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01232c6..4e615b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/WireGuard-0.0.20180925.tar.xz
/WireGuard-0.0.20181006.tar.xz
/WireGuard-0.0.20181007.tar.xz
+/WireGuard-0.0.20181018.tar.xz
diff --git a/sources b/sources
index 5c09344..b26d773 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b798d35a544ac4578458ee6c7aefa5ed WireGuard-0.0.20181007.tar.xz
+f6c9956a447f8f97159144467083c7fb WireGuard-0.0.20181018.tar.xz
diff --git a/wireguard.spec b/wireguard.spec
index d18568d..eaa7a53 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,6 +1,6 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
-Version: 0.0.20181007
+Version: 0.0.20181018
Release: 1%{?dist}
License: GPLv2
@@ -82,6 +82,9 @@ popd
%changelog
+* Thu Oct 18 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181018-1
+- Release 0.0.20181018
+
* Sun Oct 07 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181007-1
- Release 0.0.20181007
6 years, 1 month
[rpmfusion-free-release] Update Changelog
by Leigh Scott
commit 63e7449a3b2a629bbd390872fb632494ac9f42f5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Oct 18 15:51:46 2018 +0100
Update Changelog
rpmfusion-free-release.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-free-release.spec b/rpmfusion-free-release.spec
index 6ab1db5..f67f5e7 100644
--- a/rpmfusion-free-release.spec
+++ b/rpmfusion-free-release.spec
@@ -4,7 +4,7 @@
Name: rpmfusion-%{repo}-release
Version: 30
-Release: 0.1
+Release: 0.2
Summary: RPM Fusion (%{repo}) Repository Configuration
License: BSD
@@ -107,6 +107,10 @@ ln -s $(basename %{SOURCE31}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY
%config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-%{repo}-tainted.repo
%changelog
+* Thu Oct 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 30-0.2
+- Remove f28 key
+- Add f31 key
+
* Thu Aug 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 30-0.1
- Bump for 30
6 years, 1 month
[rpmfusion-free-release] Update rawhide
by Leigh Scott
commit a10a064b996ee0c54e67ea83242990529d2a2eae
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Oct 18 15:49:34 2018 +0100
Update rawhide
rpmfusion-free-release.spec | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/rpmfusion-free-release.spec b/rpmfusion-free-release.spec
index 6ea841f..6ab1db5 100644
--- a/rpmfusion-free-release.spec
+++ b/rpmfusion-free-release.spec
@@ -14,9 +14,9 @@ Source2: rpmfusion-%{repo}-updates.repo
Source3: rpmfusion-%{repo}-updates-testing.repo
Source4: rpmfusion-%{repo}-rawhide.repo
Source5: rpmfusion-%{repo}-tainted.repo
-Source28: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-28-primary
Source29: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-29-primary
Source30: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-30-primary
+Source31: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-31-primary
BuildArch: noarch
Requires: system-release(%{version})
@@ -67,19 +67,20 @@ install -d -m755 \
# GPG Key
%{__install} -Dp -m644 \
- %{SOURCE28} \
%{SOURCE29} \
%{SOURCE30} \
+ %{SOURCE31} \
%{buildroot}%{_sysconfdir}/pki/rpm-gpg
# Avoid using basearch in name for the key. Introduced in F18
-ln -s $(basename %{SOURCE28}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-28
ln -s $(basename %{SOURCE29}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-29
ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-30
+ln -s $(basename %{SOURCE31}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-31
# Links for the keys
-ln -s $(basename %{SOURCE29}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest
-ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide
+ln -s $(basename %{SOURCE29}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-29
+ln -s $(basename %{SOURCE30}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest
+ln -s $(basename %{SOURCE31}) %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-rawhide
# Yum .repo files
6 years, 1 month
[wireguard] Release 0.0.20181018
by Robert-André Mauchin
commit e1a1c48ed97f8829cbafd86c812c663c75d47ae2
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Thu Oct 18 16:38:23 2018 +0200
Release 0.0.20181018
.gitignore | 1 +
sources | 2 +-
wireguard.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01232c6..4e615b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/WireGuard-0.0.20180925.tar.xz
/WireGuard-0.0.20181006.tar.xz
/WireGuard-0.0.20181007.tar.xz
+/WireGuard-0.0.20181018.tar.xz
diff --git a/sources b/sources
index 5c09344..b26d773 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b798d35a544ac4578458ee6c7aefa5ed WireGuard-0.0.20181007.tar.xz
+f6c9956a447f8f97159144467083c7fb WireGuard-0.0.20181018.tar.xz
diff --git a/wireguard.spec b/wireguard.spec
index d18568d..eaa7a53 100644
--- a/wireguard.spec
+++ b/wireguard.spec
@@ -1,6 +1,6 @@
Name: wireguard
Summary: Fast, modern, secure VPN tunnel
-Version: 0.0.20181007
+Version: 0.0.20181018
Release: 1%{?dist}
License: GPLv2
@@ -82,6 +82,9 @@ popd
%changelog
+* Thu Oct 18 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181018-1
+- Release 0.0.20181018
+
* Sun Oct 07 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181007-1
- Release 0.0.20181007
6 years, 1 month
[buildsys-build-rpmfusion/f29] rebuild for kernel 4.18.12-300.fc29
by Nicolas Chauvet
commit 9712f1ab5036cea6aff61f882f9b2b80643b0721
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 18 13:40:03 2018 +0200
rebuild for kernel 4.18.12-300.fc29
buildsys-build-rpmfusion-kerneldevpkgs-current | 8 ++++----
buildsys-build-rpmfusion.spec | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/buildsys-build-rpmfusion-kerneldevpkgs-current b/buildsys-build-rpmfusion-kerneldevpkgs-current
index aff4a83..fc06c58 100644
--- a/buildsys-build-rpmfusion-kerneldevpkgs-current
+++ b/buildsys-build-rpmfusion-kerneldevpkgs-current
@@ -1,4 +1,4 @@
-4.16.2-300.fc28
-4.16.2-300.fc28smp
-4.16.2-300.fc28PAE
-4.16.2-300.fc28lpae
+4.18.12-300.fc29
+4.18.12-300.fc29smp
+4.18.12-300.fc29PAE
+4.18.12-300.fc29lpae
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index b4f4514..44d77a7 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 29
-Release: 0.2
+Release: 1
Summary: Tools and files used by the %{repo} buildsys
License: MIT
@@ -77,6 +77,9 @@ sed -i 's|^default_prefix=.*|default_prefix=%{_datadir}/%{name}/|' \
%changelog
+* Thu Oct 18 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 10:29-1
+- rebuild for kernel 4.18.12-300.fc29
+
* Mon Apr 16 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 10:29-0.2
- rebuild for kernel 4.16.2-300.fc28
6 years, 1 month
[mpd/f29] (4 commits) ...Use https source url
by Leigh Scott
Summary of changes:
0cfbd28... Remove Group tag (*)
7485fa5... Update to 0.20.21 (*)
6621c0d... Add BuildRequires: gcc (*)
26815f0... Use https source url (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[mpd] Add BuildRequires: gcc
by Leigh Scott
commit 6621c0dc87758ef1ad1540c8717c89268cb2d94b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Oct 17 11:41:51 2018 +0100
Add BuildRequires: gcc
mpd.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mpd.spec b/mpd.spec
index edd59ec..4ce54fa 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -41,6 +41,7 @@ BuildRequires: bzip2-devel
BuildRequires: faad2-devel
BuildRequires: ffmpeg-devel
BuildRequires: flac-devel
+BuildRequires: gcc
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: lame-devel
BuildRequires: libao-devel
6 years, 1 month
[mpd] Update to 0.20.21
by Leigh Scott
commit 7485fa5f4fd61df152794a3f34c3a25e4a3efce0
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Oct 17 11:41:00 2018 +0100
Update to 0.20.21
mpd.spec | 8 ++++++--
sources | 4 ++--
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index 571cf3b..edd59ec 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -16,8 +16,8 @@
Name: mpd
Epoch: 1
-Version: 0.20.19
-Release: 3%{?dist}
+Version: 0.20.21
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: http://www.musicpd.org/
@@ -201,6 +201,10 @@ fi
%changelog
+* Wed Oct 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1:0.20.21-1
+- Update to 0.20.21
+- Remove Group tag
+
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:0.20.19-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 9188c38..e50e622 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5faa4a5c6d74b9eae6777a3f88a7c533 mpd-0.20.19.tar.xz
-03b067f9e76fe7e5a84c5ce28bc3d297 mpd-0.20.19.tar.xz.sig
+d93c3c86f5e0fc56cc2e1020f80f8b66 mpd-0.20.21.tar.xz
+e506455c501f491d7ae564c4e09c3d8d mpd-0.20.21.tar.xz.sig
6 years, 1 month
[mpd] Remove Group tag
by Leigh Scott
commit 0cfbd28b504fb312b87667bc58ac18dc7d0ca63c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Oct 17 11:32:43 2018 +0100
Remove Group tag
mpd.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/mpd.spec b/mpd.spec
index 6447b0c..571cf3b 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -20,7 +20,6 @@ Version: 0.20.19
Release: 3%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
-Group: Applications/Multimedia
URL: http://www.musicpd.org/
Source0: http://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz
6 years, 1 month