[qt5-qtwebengine-freeworld: 3/4] Revert "Rebuild for Qt 5.9.4 (F26/F27)"
by Kevin Kofler
commit 6887b67d7f2f5748baa16772666e0ac5f9ee1a74
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Sun Feb 18 19:26:58 2018 +0100
Revert "Rebuild for Qt 5.9.4 (F26/F27)"
This reverts commit 5e523fb0d714e8df1f72e1fa70e723857c02d123.
qt5-qtwebengine-freeworld.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 6664626..7f0e63e 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -45,7 +45,7 @@
Summary: Qt5 - QtWebEngine components (freeworld version)
Name: qt5-qtwebengine-freeworld
Version: 5.10.0
-Release: 1%{?dist}.2
+Release: 1%{?dist}.1
%global major_minor %(echo %{version} | cut -d. -f-2)
%global major %(echo %{version} | cut -d. -f1)
@@ -410,9 +410,6 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
-* Tue Feb 06 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.0-1.2
-- Rebuild for Qt 5.9.4 (F26/F27)
-
* Thu Jan 25 2018 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.10.0-1.1
- Disable 32-bit ARM build until we can figure out why it keeps hanging up
6 years, 9 months
[vlc] Enable microdns (rfbz#4793)
by Leigh Scott
commit 58002093f529da4b4f5c7e286e768fdfedbbb79c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Feb 18 14:08:02 2018 +0000
Enable microdns (rfbz#4793)
vlc.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 2c261cc..8ecc155 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -43,7 +43,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: %{vlc_vers}
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -148,6 +148,7 @@ BuildRequires: pcre-devel
BuildRequires: pkgconfig(libarchive) >= 3.1.0
BuildRequires: pkgconfig(libpulse) >= 0.9.8
BuildRequires: pkgconfig(libsecret-1) >= 0.18
+BuildRequires: pkgconfig(microdns)
BuildRequires: pkgconfig(protobuf-lite) >= 2.5
BuildRequires: pkgconfig(Qt5Core) >= 5.5
BuildRequires: pkgconfig(Qt5Gui) >= 5.5
@@ -546,6 +547,9 @@ fi || :
%changelog
+* Sun Feb 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-2
+- Enable microdns (rfbz#4793)
+
* Fri Feb 09 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-1
- Update to 3.0.0 release
6 years, 9 months
[tarsnap: 5/5] Update to 1.0.39 (#4792)
by Sérgio M. Basto
commit 66ff65600282d9b7e3538ff4f8baa378361958c9
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 18 06:16:59 2018 +0000
Update to 1.0.39 (#4792)
.gitignore | 1 +
sources | 2 +-
tarsnap.spec | 17 ++++++++++-------
3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d62ff88..e759dfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
tarsnap-autoconf-1.0.36.1.tgz
/tarsnap-4db3705fa3ce0b0d45244a51acf78f2504988400.tar.gz
+/tarsnap-1.0.39.tar.gz
diff --git a/sources b/sources
index 264160b..ffc7e3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb1f6f2898d0d09145259b5dd0e0f151 tarsnap-4db3705fa3ce0b0d45244a51acf78f2504988400.tar.gz
+e2dfdbf1443080306c7d09bc35d21d92 tarsnap-1.0.39.tar.gz
diff --git a/tarsnap.spec b/tarsnap.spec
index 8e3e27f..9330a13 100644
--- a/tarsnap.spec
+++ b/tarsnap.spec
@@ -1,10 +1,10 @@
-%global commit 4db3705fa3ce0b0d45244a51acf78f2504988400
-%global date 20170417
-%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
+#global commit 4db3705fa3ce0b0d45244a51acf78f2504988400
+#global date 20170417
+#global shortcommit0 #(c=#{commit}; echo ${c:0:7})
Name: tarsnap
-Version: 1.0.38
-Release: 0.2%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
+Version: 1.0.39
+Release: 1%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: Online encrypted backup service (client)
Group: Applications/Archiving
@@ -34,7 +34,7 @@ Group: Applications/Archiving
License: Tarsnap License and BSD and Public Domain
URL: https://www.tarsnap.com/
#Source0: https://www.tarsnap.com/download/tarsnap-autoconf-%{version}.tgz
-Source0: https://github.com/Tarsnap/tarsnap/archive/%{commit}.tar.gz#/%{name}-%{co...
+Source0: https://github.com/Tarsnap/tarsnap/archive/%{version}/%{name}-%{version}....
BuildRequires: openssl-devel
BuildRequires: zlib-devel
@@ -63,7 +63,7 @@ Requires: bash
Bash completion support for the %{name}'s utilities.
%prep
-%setup -q -n %{name}-%{commit}
+%setup -q -n %{name}-%{version}
autoreconf -fiv
%build
@@ -93,6 +93,9 @@ autoreconf -fiv
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}-keymgmt
%changelog
+* Sun Feb 18 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.39-1
+- Update to 1.0.39 (#4792)
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.0.38-0.2.20170417git4db3705
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6 years, 9 months
[tarsnap: 4/5] Merge branch 'el7'
by Sérgio M. Basto
commit 4801bf975590d4c721ba9b6ab5c5ca8844614fdc
Merge: 0064450 c22baec
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 18 06:14:38 2018 +0000
Merge branch 'el7'
---
6 years, 9 months
[tarsnap: 3/5] Merge branch 'el6' into el7
by Sérgio M. Basto
commit c22baec96975f01ac5128485356b953836d6b1fe
Merge: 76e36e2 ab923cd
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 18 05:18:16 2018 +0000
Merge branch 'el6' into el7
---
6 years, 9 months
[tarsnap/f27] (5 commits) ...Update to 1.0.39 (#4792)
by Sérgio M. Basto
Summary of changes:
b6f82eb... Update to 1.0.32. (*)
ab923cd... sync el6 with el7 (*)
c22baec... Merge branch 'el6' into el7 (*)
4801bf9... Merge branch 'el7' (*)
66ff656... Update to 1.0.39 (#4792) (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 9 months