commit libcss for openSUSE:Factory

2020-09-02 Thread root
Hello community,

here is the log from the commit of package libcss for openSUSE:Factory checked 
in at 2020-09-03 01:17:00

Comparing /work/SRC/openSUSE:Factory/libcss (Old)
 and  /work/SRC/openSUSE:Factory/.libcss.new.3399 (New)


Package is "libcss"

Thu Sep  3 01:17:00 2020 rev:6 rq:831415 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libcss/libcss.changes2017-08-16 
16:13:12.989570959 +0200
+++ /work/SRC/openSUSE:Factory/.libcss.new.3399/libcss.changes  2020-09-03 
01:17:56.308554048 +0200
@@ -1,0 +2,10 @@
+Wed Sep  2 09:03:04 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.9.1:
+  * Many bugfixes around
+  * support for new netsurf-buildsystem toolset
+- Rebase libcss-buildopts.patch to this release
+- Add patch to fix missing inlcudes:
+  * fix-test-includes.patch
+
+---

Old:

  libcss-0.4.0-src.tar.gz

New:

  fix-test-includes.patch
  libcss-0.9.1-src.tar.gz



Other differences:
--
++ libcss.spec ++
--- /var/tmp/diff_new_pack.vmCAp8/_old  2020-09-03 01:17:57.292554410 +0200
+++ /var/tmp/diff_new_pack.vmCAp8/_new  2020-09-03 01:17:57.296554412 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcss
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%global make_vars COMPONENT_TYPE=lib-shared PREFIX=%{_prefix} LIBDIR=%{_lib} Q=
+%global make_vars COMPONENT_TYPE=lib-shared PREFIX=%{_prefix} LIBDIR=%{_lib} 
CC=cc Q=
 %global build_vars OPTCFLAGS='%{optflags}' OPTLDFLAGS="$RPM_LD_FLAGS"
 Name:   libcss
-Version:0.4.0
+Version:0.9.1
 Release:0
 Summary:A CSS parser and selection engine
 License:MIT
-Group:  Development/Libraries/C and C++
-Url:http://www.netsurf-browser.org/projects/libcss/
+URL:https://www.netsurf-browser.org/projects/libcss/
 Source: 
http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz
-BuildRequires:  check-devel
-BuildRequires:  libparserutils-devel >= 0.2.0
-BuildRequires:  libwapcaplet-devel >= 0.2.1
+Patch0: libcss-buildopts.patch
+Patch1: fix-test-includes.patch
 BuildRequires:  netsurf-buildsystem >= 1.1
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch:  libcss-buildopts.patch
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(check)
+BuildRequires:  pkgconfig(libparserutils) >= 0.2.0
+BuildRequires:  pkgconfig(libwapcaplet) >= 0.2.1
 
 %description
 LibCSS is a CSS (Cascading Style Sheet) parser and selection engine,
@@ -40,7 +39,6 @@
 
 %package -n libcss0
 Summary:A CSS parser and selection engine
-Group:  System/Libraries
 
 %description -n libcss0
 LibCSS is a CSS (Cascading Style Sheet) parser and selection engine,
@@ -55,7 +53,6 @@
 
 %package devel
 Summary:Development files for %{name}
-Group:  Development/Libraries/C and C++
 Requires:   libcss0 = %{version}-%{release}
 
 %description devel
@@ -64,29 +61,27 @@
 
 %prep
 %setup -q
-%patch -p1
+%autopatch -p1
 
 %build
-make %{?_smp_mflags} %{make_vars} %{build_vars}
+%make_build %{make_vars} %{build_vars}
 
 %install
-make install DESTDIR=%{buildroot} %{make_vars}
+%make_install %{make_vars}
 
-%post -n libcss0 -p /sbin/ldconfig
+%check
+%make_build test %{make_vars} %{build_vars}
 
+%post -n libcss0 -p /sbin/ldconfig
 %postun -n libcss0 -p /sbin/ldconfig
 
-%check
-make %{?_smp_mflags} test %{make_vars}
-
 %files -n libcss0
-%defattr(-,root,root)
+%license COPYING
 %{_libdir}/%{name}.so.*
 
 %files devel
-%defattr(-,root,root)
 %doc docs/*
-%doc COPYING README
+%doc README
 %{_includedir}/%{name}
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc

++ fix-test-includes.patch ++
Index: libcss-0.9.1/test/dump_computed.h
===
--- libcss-0.9.1.orig/test/dump_computed.h
+++ libcss-0.9.1/test/dump_computed.h
@@ -1,3 +1,4 @@
+#include 
 #include 
 #include 
 #include 
++ libcss-0.4.0-src.tar.gz -> libcss-0.9.1-src.tar.gz ++
 55503 lines of diff (skipped)

++ libcss-buildopts.patch ++
--- /var/tmp/diff_new_pack.vmCAp8/_old  2020-09-03 01:17:57.628554534 +0200
+++ /var/tmp/diff_new_pack.vmCAp8/_new  2020-09-03 

commit libcss for openSUSE:Factory

2017-08-16 Thread root
Hello community,

here is the log from the commit of package libcss for openSUSE:Factory checked 
in at 2017-08-16 16:13:11

Comparing /work/SRC/openSUSE:Factory/libcss (Old)
 and  /work/SRC/openSUSE:Factory/.libcss.new (New)


Package is "libcss"

Wed Aug 16 16:13:11 2017 rev:5 rq:515245 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/libcss/libcss.changes2015-02-05 
11:01:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcss.new/libcss.changes   2017-08-16 
16:13:12.989570959 +0200
@@ -1,0 +2,5 @@
+Tue Aug  8 19:39:14 UTC 2017 - jeng...@inai.de
+
+- Fix RPM groups.
+
+---



Other differences:
--
++ libcss.spec ++
--- /var/tmp/diff_new_pack.xiqBfA/_old  2017-08-16 16:13:14.045422750 +0200
+++ /var/tmp/diff_new_pack.xiqBfA/_new  2017-08-16 16:13:14.057421066 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcss
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Release:0
 Summary:A CSS parser and selection engine
 License:MIT
-Group:  System Environment/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.netsurf-browser.org/projects/libcss/
 Source: 
http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz
 BuildRequires:  check-devel
@@ -40,7 +40,7 @@
 
 %package -n libcss0
 Summary:A CSS parser and selection engine
-Group:  System Environment/Libraries
+Group:  System/Libraries
 
 %description -n libcss0
 LibCSS is a CSS (Cascading Style Sheet) parser and selection engine,
@@ -55,7 +55,7 @@
 
 %package devel
 Summary:Development files for %{name}
-Group:  Development/Libraries
+Group:  Development/Libraries/C and C++
 Requires:   libcss0 = %{version}-%{release}
 
 %description devel




commit libcss for openSUSE:Factory

2015-02-05 Thread h_root
Hello community,

here is the log from the commit of package libcss for openSUSE:Factory checked 
in at 2015-02-05 11:01:26

Comparing /work/SRC/openSUSE:Factory/libcss (Old)
 and  /work/SRC/openSUSE:Factory/.libcss.new (New)


Package is libcss

Changes:

--- /work/SRC/openSUSE:Factory/libcss/libcss.changes2014-10-31 
20:13:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcss.new/libcss.changes   2015-02-05 
11:01:35.0 +0100
@@ -1,0 +2,14 @@
+Wed Feb  4 11:46:48 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.4.0
+  * Due to the change from CSS2 overflow to CSS3 overflow properties, the
+  computed style access functions for overflow properties have changed.
+  The overflow property is removed.  Added are overflow-x and overflow-y
+  properties.  (The overflow shorthand property now sets overflow-x and
+  overflow-y.)
+  This change affects the following functions:
+Removed from   include/libcss/computed.h--  css_computed_overflow()
+Added to   include/libcss/computed.h--  css_computed_overflow_x()
+Added to   include/libcss/computed.h--  css_computed_overflow_y()
+
+---

Old:

  libcss-0.3.0-src.tar.gz

New:

  libcss-0.4.0-src.tar.gz



Other differences:
--
++ libcss.spec ++
--- /var/tmp/diff_new_pack.GcQba1/_old  2015-02-05 11:01:36.0 +0100
+++ /var/tmp/diff_new_pack.GcQba1/_new  2015-02-05 11:01:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcss
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global make_vars COMPONENT_TYPE=lib-shared PREFIX=%{_prefix} LIBDIR=%{_lib} Q=
 %global build_vars OPTCFLAGS='%{optflags}' OPTLDFLAGS=$RPM_LD_FLAGS
 Name:   libcss
-Version:0.3.0
+Version:0.4.0
 Release:0
 Summary:A CSS parser and selection engine
 License:MIT

++ libcss-0.3.0-src.tar.gz - libcss-0.4.0-src.tar.gz ++
 2100 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libcss for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package libcss for openSUSE:Factory checked 
in at 2014-10-31 18:27:51

Comparing /work/SRC/openSUSE:Factory/libcss (Old)
 and  /work/SRC/openSUSE:Factory/.libcss.new (New)


Package is libcss

Changes:

--- /work/SRC/openSUSE:Factory/libcss/libcss.changes2014-05-28 
10:01:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcss.new/libcss.changes   2014-10-31 
20:13:25.0 +0100
@@ -1,0 +2,8 @@
+Fri Oct 31 00:11:46 UTC 2014 - crrodrig...@opensuse.org
+
+- libcss-buildopts.patch: Do not define BSD_SOURCE but 
+  GNU_SOURCE (fioxes build fail in factory)
+- use -std=gnu99 instead of -std=c99.
+- Disable -Werror
+
+---

New:

  libcss-buildopts.patch



Other differences:
--
++ libcss.spec ++
--- /var/tmp/diff_new_pack.Iz3E6v/_old  2014-10-31 20:13:26.0 +0100
+++ /var/tmp/diff_new_pack.Iz3E6v/_new  2014-10-31 20:13:26.0 +0100
@@ -32,6 +32,7 @@
 BuildRequires:  netsurf-buildsystem = 1.1
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch:  libcss-buildopts.patch
 
 %description
 LibCSS is a CSS (Cascading Style Sheet) parser and selection engine,
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 make %{?_smp_mflags} %{make_vars} %{build_vars}

++ libcss-buildopts.patch ++
--- libcss-0.3.0.orig/Makefile
+++ libcss-0.3.0/Makefile
@@ -18,13 +18,13 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-
 # BeOS/Haiku/AmigaOS4 standard library headers create warnings
 ifneq ($(TARGET),beos)
   ifneq ($(TARGET),amiga)
-WARNFLAGS := $(WARNFLAGS) -Werror
+WARNFLAGS := $(WARNFLAGS) 
   endif
 endif
-CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
+CFLAGS := -D_GNU_SOURCE -I$(CURDIR)/include/ \
-I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
 ifneq ($(GCCVER),2)
-  CFLAGS := $(CFLAGS) -std=c99
+  CFLAGS := $(CFLAGS) -std=gnu99
 else
   # __inline__ is a GCCism
   CFLAGS := $(CFLAGS) -Dinline=__inline__
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org