]> git.pld-linux.org Git - packages/netsurf.git/commitdiff
- updated netsurf-link.patch
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 30 Oct 2017 11:07:04 +0000 (12:07 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 30 Oct 2017 11:07:04 +0000 (12:07 +0100)
- updated to 3.7

netsurf-link.patch
netsurf.spec

index 82a3567e39a2e22306f2288d17ef8f042a39748f..4fea2025d4e194121b6c0c1322b3b005333eddff 100644 (file)
@@ -1,14 +1,13 @@
---- netsurf-3.6/Makefile.orig  2016-11-19 14:37:41.000000000 +0100
-+++ netsurf-3.6/Makefile       2016-11-21 17:41:51.001343161 +0100
-@@ -563,6 +563,11 @@ $(eval $(call pkg_config_find_and_add_en
- $(eval $(call pkg_config_find_and_add_enabled,NSSVG,libsvgtiny,SVG))
- $(eval $(call pkg_config_find_and_add_enabled,ROSPRITE,librosprite,Sprite))
- $(eval $(call pkg_config_find_and_add_enabled,NSPSL,libnspsl,PSL))
+--- netsurf-3.7/Makefile.orig  2017-10-15 15:39:24.000000000 +0200
++++ netsurf-3.7/Makefile       2017-10-30 12:01:38.659851290 +0100
+@@ -555,7 +555,10 @@ $(eval $(call pkg_config_find_and_add_en
+ $(eval $(call pkg_config_find_and_add_enabled,PNG,libpng,PNG))
+ $(eval $(call pkg_config_find_and_add_enabled,BMP,libnsbmp,BMP))
+ $(eval $(call pkg_config_find_and_add_enabled,GIF,libnsgif,GIF))
 +$(eval $(call pkg_config_find_and_add_enabled,RSVG,librsvg-2.0,SVG))
-+$(eval $(call pkg_config_find_and_add_enabled,NSSVG,libsvgtiny,SVG))
+ $(eval $(call pkg_config_find_and_add_enabled,NSSVG,libsvgtiny,SVG))
 +$(eval $(call feature_enabled,WEBP,-DWITH_WEBP,-lwebp,WebP (libwebp)))
 +$(eval $(call pkg_config_find_and_add_enabled,VIDEO,gstreamer-0.10,Video))
-+
- # List of directories in which headers are searched for
- INCLUDE_DIRS :=. include $(OBJROOT)
+ $(eval $(call pkg_config_find_and_add_enabled,ROSPRITE,librosprite,Sprite))
+ $(eval $(call pkg_config_find_and_add_enabled,NSPSL,libnspsl,PSL))
+ $(eval $(call pkg_config_find_and_add_enabled,NSLOG,libnslog,LOG))
index 71dfdba8c01e8abe7de08753789bfe42fc444827..814a7e04ef42bf0d92fe2c4a143e2d8c4cb551dc 100644 (file)
@@ -8,12 +8,12 @@
 Summary:       Light WWW browser with CSS support
 Summary(pl.UTF-8):     Lekka przeglądarka WWW z obsługą CSS
 Name:          netsurf
-Version:       3.6
+Version:       3.7
 Release:       1
 License:       GPL v2 with OpenSSL exception (code), MIT (artwork)
 Group:         Applications/Networking
 Source0:       http://download.netsurf-browser.org/netsurf/releases/source/%{name}-%{version}-src.tar.gz
-# Source0-md5: 105e1ee258cf283b945489dd36e7effa
+# Source0-md5: 27e011cb3eae054e7ee7d20c03cbac0a
 Source1:       %{name}.desktop
 Patch0:                nsfb-ldflags.patch
 Patch1:                %{name}-link.patch
@@ -24,21 +24,22 @@ BuildRequires:      curl-devel
 BuildRequires: freetype-devel >= 2
 %{?with_gstreamer:BuildRequires:       gstreamer0.10-devel >= 0.10}
 BuildRequires: gtk+2-devel >= 2.0
-BuildRequires: libCSS-devel >= 0.6.1
-BuildRequires: libdom-devel >= 0.3.1
+BuildRequires: libCSS-devel >= 0.7.0
+BuildRequires: libdom-devel >= 0.3.2
 %{?with_pdf:BuildRequires:     libharu-devel}
-BuildRequires: libhubbub-devel >= 0.3.3
+BuildRequires: libhubbub-devel >= 0.3.4
 BuildRequires: libjpeg-devel
 BuildRequires: libnsbmp-devel >= 0.1.4
-BuildRequires: libnsfb-devel >= 0.1.5
-BuildRequires: libnsgif-devel >= 0.1.4
-BuildRequires: libnspsl-devel >= 0.1.0
+BuildRequires: libnsfb-devel >= 0.1.6
+BuildRequires: libnsgif-devel >= 0.2.0
+BuildRequires: libnslog-devel >= 0.1.0
+BuildRequires: libnspsl-devel >= 0.1.2
 BuildRequires: libnsutils-devel >= 0.0.3
 BuildRequires: libparserutils-devel >= 0.2.3
 BuildRequires: libpng-devel
 BuildRequires: librsvg-devel
-BuildRequires: libsvgtiny-devel >= 0.1.5
-BuildRequires: libutf8proc-devel >= 1.3.1
+BuildRequires: libsvgtiny-devel >= 0.1.6
+BuildRequires: libutf8proc-devel >= 1.3.1-2
 BuildRequires: libwapcaplet-devel >= 0.4.0
 %{?with_webp:BuildRequires:    libwebp-devel}
 BuildRequires: openssl-devel
This page took 0.096207 seconds and 4 git commands to generate.