[dwb] Update to version 2014.03.07

Sébastien Willmann wilqu at fedoraproject.org
Fri Mar 7 15:17:55 UTC 2014


commit 41b16c5d84de30b760153c532fe81dac9e12719e
Author: Sébastien Willmann <sebastien.willmann at gmail.com>
Date:   Fri Mar 7 16:15:36 2014 +0100

    Update to version 2014.03.07
    
    Build issues have been fixed by removing a -Werror flag.
    This version adds dwbremote

 .gitignore         |    1 +
 disable_hsts.patch |  192 ----------------------------------------------------
 dwb-mimetype.patch |    9 ---
 dwb.spec           |   17 ++++-
 sources            |    2 +-
 5 files changed, 15 insertions(+), 206 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ef80af..2e8eec3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /dwb-2012.10.28.tar.gz
 /dwb-2012.12.03.tar.gz
 /dwb-2013.03.30.tar.gz
+/dwb-2014.03.07.tar.gz
diff --git a/dwb.spec b/dwb.spec
index 83e3946..0d483a8 100644
--- a/dwb.spec
+++ b/dwb.spec
@@ -1,15 +1,17 @@
 %global ext_manager dwbem
+%global remote dwbremote
 
 Name:           dwb
-Version:        2013.03.30
-Release:        2%{?dist}
+Version:        2014.03.07
+Release:        1%{?dist}
 Summary:        Dynamic web browser based on WebKit and GTK+
 
 License:        GPLv3+
 URL:            https://bitbucket.org/portix/dwb/wiki/Home
 Source0:        https://bitbucket.org/portix/dwb/downloads/%{name}-%{version}.tar.gz
 
-Patch0:         disable_hsts.patch
+# Remove a -Werror flag that makes the build fail
+patch0:         Werror.patch
 
 BuildRequires:  readline-devel
 BuildRequires:  gtk3-devel
@@ -26,7 +28,7 @@ that aims to be mostly keyboard-driven.
 %patch0 -p1
 
 %build
-make GTK=3 DISABLE_HSTS=1 %{?_smp_mflags}
+make GTK=3 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -42,16 +44,23 @@ update-desktop-database &> /dev/null || :
 %files
 %{_bindir}/%{name}
 %{_bindir}/%{ext_manager}
+%{_bindir}/%{remote}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
 %{_mandir}/man1/%{ext_manager}.1.gz
+%{_mandir}/man1/%{remote}.1.gz
 %{_mandir}/man7/%{name}-js.7.gz
 %{_datadir}/pixmaps/%{name}.png
 
 %doc README CHANGELOG COPYING AUTHORS gpl-3.0.txt
 
 %changelog
+* Fri Mar 07 2014 sebastien.willmann at gmail.com - 2014.03.07-1
+- Update to version 2014.03.07
+- Fixed build by removing a -Werror flag
+- Added dwbremote
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2013.03.30-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 668ac53..6374fa3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bed54418cc6a560e3e6818e44e52a7bb  dwb-2013.03.30.tar.gz
+270f17a3b926cae48dff475aa786df22  dwb-2014.03.07.tar.gz


More information about the scm-commits mailing list