commit 4147f4221fce637555c0aff828c9c61747981d68
Author: Witold Filipczyk <[email protected]>
Date:   Sat Jan 6 14:23:11 2024 +0100

    - updated to 0.9.2
    - removed libCSS-restrict.patch

 libCSS-restrict.patch | 19 -------------------
 libCSS.spec           | 12 +++++-------
 2 files changed, 5 insertions(+), 26 deletions(-)
---
diff --git a/libCSS.spec b/libCSS.spec
index 64d0041..e48bfaf 100644
--- a/libCSS.spec
+++ b/libCSS.spec
@@ -5,18 +5,17 @@
 Summary:       CSS parser and selection engine
 Summary(pl.UTF-8):     Silnik analizujący i wybierający CSS
 Name:          libCSS
-Version:       0.9.1
+Version:       0.9.2
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       
http://download.netsurf-browser.org/libs/releases/libcss-%{version}-src.tar.gz
-# Source0-md5: fdabe9a18b9075b05bafb7e85748b74d
-Patch0:                %{name}-restrict.patch
+# Source0-md5: eeb912a26c943aa1cc8fa5b5b6ec316b
 URL:           http://www.netsurf-browser.org/projects/libcss/
-BuildRequires: libparserutils-devel >= 0.2.4
+BuildRequires: libparserutils-devel >= 0.2.5
 BuildRequires: libwapcaplet-devel >= 0.4.3
-BuildRequires: netsurf-buildsystem >= 1.9
-Requires:      libparserutils >= 0.2.4
+BuildRequires: netsurf-buildsystem >= 1.10
+Requires:      libparserutils >= 0.2.5
 Requires:      libwapcaplet >= 0.4.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                specflags       -Wno-error=maybe-uninitialized
@@ -77,7 +76,6 @@ Statyczna biblioteka libCSS.
 
 %prep
 %setup -q -n libcss-%{version}
-%patch0 -p1
 
 # create "gen" target just to execute PRE_TARGETS
 printf '\ngen: $(PRE_TARGETS)\n' >> Makefile
diff --git a/libCSS-restrict.patch b/libCSS-restrict.patch
deleted file mode 100644
index 69e9497..0000000
--- a/libCSS-restrict.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- libcss-0.8.0/include/libcss/computed.h.orig        2018-08-22 
15:27:44.000000000 +0200
-+++ libcss-0.8.0/include/libcss/computed.h     2018-12-29 19:02:55.633399014 
+0100
-@@ -79,13 +79,13 @@
- css_error css_computed_style_destroy(css_computed_style *style);
- 
- css_error css_computed_style_compose(
--              const css_computed_style *restrict parent,
--              const css_computed_style *restrict child,
-+              const css_computed_style *__restrict parent,
-+              const css_computed_style *__restrict child,
-               css_error (*compute_font_size)(void *pw,
-                               const struct css_hint *parent,
-                               struct css_hint *size),
-               void *pw,
--              css_computed_style **restrict result);
-+              css_computed_style **__restrict result);
- 
- 
/******************************************************************************
-  * Property accessors below here                                              
*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libCSS.git/commitdiff/4147f4221fce637555c0aff828c9c61747981d68

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to