[qarte/f29] Update to 4.5.0
by Martin Gansser
Summary of changes:
8a91a19... Update to 4.5.0 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 2 months
[qarte] Update to 4.5.0
by Martin Gansser
commit 8a91a19901f21baf107761e96e7de1e9be21e47c
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Oct 2 09:43:01 2018 +0200
Update to 4.5.0
qarte.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/qarte.spec b/qarte.spec
index b27ec2d..e2cd90d 100644
--- a/qarte.spec
+++ b/qarte.spec
@@ -2,8 +2,8 @@
%global __python %{__python3}
Name: qarte
-Version: 4.4.0
-Release: 3%{?dist}
+Version: 4.5.0
+Release: 1%{?dist}
License: GPLv3+
URL: https://launchpad.net/qarte
Source0: http://oqapy.eu/releases/%{name}-%{version}.tar.gz
@@ -48,6 +48,9 @@ cp -pR locale %{buildroot}%{_datadir}
%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
%changelog
+* Wed Sep 12 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 4.5.0-1
+- Update to 4.5.0
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 4.4.0-3
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
diff --git a/sources b/sources
index 59abaee..58333fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55a83f5e0f02f652fa52ac85994f7183 qarte-4.4.0.tar.gz
+e8a9517b912935ae8f1bdc7bd70c9d1b qarte-4.5.0.tar.gz
6 years, 2 months
[pipelight] Add missing c++
by Nicolas Chauvet
commit 450c8c78a085663c168d6d55e990fd77bae20a7a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Oct 1 20:01:09 2018 +0200
Add missing c++
pipelight.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/pipelight.spec b/pipelight.spec
index ba2ec2a..aec83cb 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -37,6 +37,7 @@ Source2: https://bitbucket.org/mmueller2012/pipelight/raw/%{insta
# Wine is available on these arches, only.
ExclusiveArch: %{arm} %{ix86} x86_64
+BuildRequires: gcc-c++
BuildRequires: %{__gpg}
BuildRequires: libX11-devel
BuildRequires: mingw32-gcc-c++
6 years, 2 months
[pipelight] Fix isa on mozilla-filesystem
by Nicolas Chauvet
commit bc5df193fb19401836077b77debb6de28f492e77
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Oct 1 12:05:44 2018 +0200
Fix isa on mozilla-filesystem
pipelight.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/pipelight.spec b/pipelight.spec
index 940b7b0..ba2ec2a 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -24,7 +24,7 @@
Name: pipelight
Version: 0.2.8.2
-Release: 11%{?gitrel}%{?dist}
+Release: 12%{?gitrel}%{?dist}
Summary: NPAPI Wrapper Plugin for using Windows plugins in Linux browsers
License: GPLv2+ or LGPLv2+ or MPLv1.1
@@ -46,7 +46,9 @@ BuildRequires: mingw32-winpthreads-static
BuildRequires: mingw64-winpthreads-static
%endif # 0%{?fedora} >= 20 || 0%{?rhel} >= 7
-Requires: mozilla-filesystem%{?_isa}
+# mozilla-filesystem is arched but not multilibs
+# don't enforce %%{_isa} on this package
+Requires: mozilla-filesystem
Requires: %{name}-common == %{version}-%{release}
Requires: %{name}-selinux == %{version}-%{release}
Requires: wine%{?_isa} >= 1.7.22-2
@@ -254,6 +256,9 @@ fi
%changelog
+* Mon Oct 01 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.8.2-12
+- Fix isa on mozilla-filesystem
+
* Wed Aug 22 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.8.2-11
- Fix broken url
6 years, 2 months