Hello community, here is the log from the commit of package libwpe for openSUSE:Factory checked in at 2019-10-07 13:48:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libwpe (Old) and /work/SRC/openSUSE:Factory/.libwpe.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwpe" Mon Oct 7 13:48:26 2019 rev:2 rq:735598 version:1.4.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libwpe/libwpe.changes 2019-09-26 20:48:47.581330668 +0200 +++ /work/SRC/openSUSE:Factory/.libwpe.new.2352/libwpe.changes 2019-10-07 14:14:23.874843396 +0200 @@ -1,0 +2,13 @@ +Sat Oct 5 14:25:00 UTC 2019 - Bjørn Lie <[email protected]> + +- Add baselibs.conf, build 32-bit support lib. + +------------------------------------------------------------------- +Thu Oct 3 13:15:17 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 1.4.0.1: + + Fix the version numbers to ensure 1.4.0 is used when building + from tarballs. +- Drop no longer needed Group tag. + +------------------------------------------------------------------- Old: ---- libwpe-1.4.0.tar.xz New: ---- baselibs.conf libwpe-1.4.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwpe.spec ++++++ --- /var/tmp/diff_new_pack.01osJ3/_old 2019-10-07 14:14:24.250842364 +0200 +++ /var/tmp/diff_new_pack.01osJ3/_new 2019-10-07 14:14:24.250842364 +0200 @@ -16,17 +16,18 @@ # +# When updating this, do so in baselibs.conf too %define major_minor 1.0 %define sover 1_0-1 Name: libwpe -Version: 1.4.0 +Version: 1.4.0.1 Release: 0 Summary: General-purpose library for the WPE-flavored port of WebKit License: BSD-2-Clause -Group: Development/Libraries/C and C++ URL: https://github.com/WebPlatformForEmbedded/libwpe Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source99: baselibs.conf BuildRequires: c++_compiler BuildRequires: cmake ++++++ baselibs.conf ++++++ libwpe-1_0-1 ++++++ libwpe-1.4.0.tar.xz -> libwpe-1.4.0.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwpe-1.4.0/CMakeLists.txt new/libwpe-1.4.0.1/CMakeLists.txt --- old/libwpe-1.4.0/CMakeLists.txt 2019-09-09 14:18:31.000000000 +0200 +++ new/libwpe-1.4.0.1/CMakeLists.txt 2019-10-01 15:26:02.000000000 +0200 @@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") include(VersioningUtils) -SET_PROJECT_VERSION(1 3 91) +SET_PROJECT_VERSION(1 4 0) set(WPE_API_VERSION "1.0") # Before making a release, the LT_VERSION string should be modified. @@ -14,7 +14,7 @@ # - If binary compatibility has been broken (eg removed or changed interfaces) # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPE 3 2 2) +CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPE 3 3 2) project(libwpe VERSION "${PROJECT_VERSION}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libwpe-1.4.0/NEWS new/libwpe-1.4.0.1/NEWS --- old/libwpe-1.4.0/NEWS 2019-09-09 14:18:31.000000000 +0200 +++ new/libwpe-1.4.0.1/NEWS 2019-10-01 15:26:02.000000000 +0200 @@ -1,3 +1,16 @@ +========================= +1.4.0.1 - October 1, 2019 +========================= + +- Fix the version numbers to ensure 1.4.0 is used when building from + tarballs. + +========================== +1.4.0 - September 18, 2019 +========================== + +- This release does not contain changes over the 1.3.91 release candidate. + ========================== 1.3.91 - September 9, 2019 ==========================
