Hello community,

here is the log from the commit of package libwapcaplet for openSUSE:Factory 
checked in at 2020-09-03 01:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwapcaplet (Old)
 and      /work/SRC/openSUSE:Factory/.libwapcaplet.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwapcaplet"

Thu Sep  3 01:16:47 2020 rev:3 rq:831411 version:0.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwapcaplet/libwapcaplet.changes        
2014-05-28 10:02:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwapcaplet.new.3399/libwapcaplet.changes      
2020-09-03 01:17:46.788550547 +0200
@@ -1,0 +2,6 @@
+Wed Sep  2 09:15:51 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.4.3:
+  * Fixes build with new netsurf-buildsystem
+
+-------------------------------------------------------------------

Old:
----
  libwapcaplet-0.2.1-src.tar.gz

New:
----
  libwapcaplet-0.4.3-src.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libwapcaplet.spec ++++++
--- /var/tmp/diff_new_pack.EWCSV1/_old  2020-09-03 01:17:48.248551084 +0200
+++ /var/tmp/diff_new_pack.EWCSV1/_new  2020-09-03 01:17:48.252551086 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libwapcaplet
 #
-# Copyright (c) 2014 SUSE LINUX Products 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,24 +12,22 @@
 # 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:           libwapcaplet
-Version:        0.2.1
+Version:        0.4.3
 Release:        0
 Summary:        A string internment library
 License:        MIT
-Group:          System Environment/Libraries
-Url:            http://www.netsurf-browser.org/projects/libwapcaplet/
+URL:            https://www.netsurf-browser.org/projects/libwapcaplet/
 Source:         
http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz
-BuildRequires:  check-devel
 BuildRequires:  netsurf-buildsystem >= 1.1
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(check)
 
 %description
 LibWapcaplet is a string internment library, written in C. It provides
@@ -40,7 +38,6 @@
 
 %package -n libwapcaplet0
 Summary:        A string internment library
-Group:          System Environment/Libraries
 
 %description -n libwapcaplet0
 LibWapcaplet is a string internment library, written in C. It provides
@@ -51,7 +48,6 @@
 
 %package devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries
 Requires:       libwapcaplet0 = %{version}-%{release}
 
 %description devel
@@ -64,27 +60,24 @@
 sed -i -e s@-Werror@@ Makefile
 
 %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 libwapcaplet0 -p /sbin/ldconfig
-
 %postun -n libwapcaplet0 -p /sbin/ldconfig
 
 %check
-# BUILDVARS disabled as optflags are too strict here
-make %{?_smp_mflags} test %{make_vars}
+%make_build test %{make_vars} %{build_vars}
 
 %files -n libwapcaplet0
-%defattr(-,root,root)
+%license COPYING
 %{_libdir}/%{name}.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}
-%doc COPYING README
+%doc README
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 

++++++ libwapcaplet-0.2.1-src.tar.gz -> libwapcaplet-0.4.3-src.tar.gz ++++++
++++ 2693 lines of diff (skipped)


Reply via email to