Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package crossguid for openSUSE:Factory checked in at 2022-08-18 16:49:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crossguid (Old) and /work/SRC/openSUSE:Factory/.crossguid.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crossguid" Thu Aug 18 16:49:08 2022 rev:2 rq:997612 version:0.2.2.20190529T083634.ca1bf4b Changes: -------- --- /work/SRC/openSUSE:Factory/crossguid/crossguid.changes 2019-04-11 12:17:35.088944041 +0200 +++ /work/SRC/openSUSE:Factory/.crossguid.new.2083/crossguid.changes 2022-08-18 16:49:24.829480360 +0200 @@ -1,0 +2,6 @@ +Wed Aug 17 20:20:26 UTC 2022 - Dirk M??ller <[email protected]> + +- update to ca1bf4b810e2d188d04cb6286f957008ee1b7681 +- drop crossguid.patch: included upstream + +------------------------------------------------------------------- Old: ---- crossguid-0.2.2.20190128T092719.8fee233.tar.xz crossguid.patch New: ---- crossguid-0.2.2.20190529T083634.ca1bf4b.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crossguid.spec ++++++ --- /var/tmp/diff_new_pack.uE2Rhu/_old 2022-08-18 16:49:25.993483070 +0200 +++ /var/tmp/diff_new_pack.uE2Rhu/_new 2022-08-18 16:49:25.997483080 +0200 @@ -1,7 +1,7 @@ # # spec file for package crossguid # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,27 @@ # 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/ # -%define sover 0 +%define sover 0 Name: crossguid -Version: 0.2.2.20190128T092719.8fee233 +Version: 0.2.2.20190529T083634.ca1bf4b Release: 0 Summary: Cross platform C++ GUID/UUID library License: MIT Group: Development/Libraries/C and C++ -Url: https://github.com/graeme-hill/crossguid +URL: https://github.com/graeme-hill/crossguid Source0: %{name}-%{version}.tar.xz -Patch0: crossguid.patch BuildRequires: cmake >= 3.8 -%if %{suse_version} < 1500 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(uuid) +%if 0%{?suse_version} < 1500 BuildRequires: gcc8-c++ %else BuildRequires: gcc-c++ %endif -BuildRequires: pkg-config -BuildRequires: pkgconfig(uuid) %description Lightweight cross platform C++ GUID/UUID library @@ -42,6 +41,7 @@ Summary: Development files for lib%{name} Group: Development/Libraries/C and C++ Requires: lib%{name}%{sover} = %{version} + %description devel The %{name}-devel package contains libraries and header files for developing applications that use lib%{name}. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.uE2Rhu/_old 2022-08-18 16:49:26.045483192 +0200 +++ /var/tmp/diff_new_pack.uE2Rhu/_new 2022-08-18 16:49:26.049483201 +0200 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/graeme-hill/crossguid</param> - <param name="revision">8fee2339412791daf3e39f38e1a969cc79c01a6d</param> + <param name="revision">master</param> <param name="filename">crossguid</param> <param name='versionformat'>%ci.%h</param> <param name="versionprefix">0.2.2</param> ++++++ crossguid-0.2.2.20190128T092719.8fee233.tar.xz -> crossguid-0.2.2.20190529T083634.ca1bf4b.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crossguid-0.2.2.20190128T092719.8fee233/.gitignore new/crossguid-0.2.2.20190529T083634.ca1bf4b/.gitignore --- old/crossguid-0.2.2.20190128T092719.8fee233/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/crossguid-0.2.2.20190529T083634.ca1bf4b/.gitignore 2019-05-29 17:36:34.000000000 +0200 @@ -0,0 +1,7 @@ +build/ +*.tmp +*.bak +*.swp +android/libs/ +android/obj/ +cmake_build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crossguid-0.2.2.20190128T092719.8fee233/CMakeLists.txt new/crossguid-0.2.2.20190529T083634.ca1bf4b/CMakeLists.txt --- old/crossguid-0.2.2.20190128T092719.8fee233/CMakeLists.txt 2019-01-28 18:27:19.000000000 +0100 +++ new/crossguid-0.2.2.20190529T083634.ca1bf4b/CMakeLists.txt 2019-05-29 17:36:34.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5.1) -project(CrossGuid) +project(CrossGuid VERSION 0.2.3) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake") option(CROSSGUID_TESTS "Build test runner" ON) -set(CMAKE_CXX_STANDARD 11) +set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_DEBUG_POSTFIX "-dgb") @@ -49,11 +49,10 @@ endif() target_compile_options(crossguid PRIVATE ${WARNINGS}) -# Properties -# for a version number add -# VERSION ${CROSSGUID_VERSION_STRING} SOVERSION ${CROSSGUID_VERSION_STRING} set_target_properties(crossguid PROPERTIES + VERSION ${PROJECT_VERSION} + SOVERSION ${PROJECT_VERSION_MAJOR} DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX}) if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}) @@ -87,6 +86,9 @@ # Install readme and license install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE" "${CMAKE_CURRENT_SOURCE_DIR}/README.md" DESTINATION ${CROSSGUID_ADDITIONAL_FILES_INSTALL_DIR}) + + configure_file(crossguid.pc.in ${PROJECT_BINARY_DIR}/crossguid.pc @ONLY) + install(FILES ${PROJECT_BINARY_DIR}/crossguid.pc DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig) endif() if (CROSSGUID_TESTS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crossguid-0.2.2.20190128T092719.8fee233/android/.gitignore new/crossguid-0.2.2.20190529T083634.ca1bf4b/android/.gitignore --- old/crossguid-0.2.2.20190128T092719.8fee233/android/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/crossguid-0.2.2.20190529T083634.ca1bf4b/android/.gitignore 2019-05-29 17:36:34.000000000 +0200 @@ -0,0 +1,10 @@ +*.iml +.gradle +/local.properties +/.idea/workspace.xml +/.idea/libraries +.DS_Store +/build +/captures +.externalNativeBuild +.idea diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crossguid-0.2.2.20190128T092719.8fee233/android/app/.gitignore new/crossguid-0.2.2.20190529T083634.ca1bf4b/android/app/.gitignore --- old/crossguid-0.2.2.20190128T092719.8fee233/android/app/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/crossguid-0.2.2.20190529T083634.ca1bf4b/android/app/.gitignore 2019-05-29 17:36:34.000000000 +0200 @@ -0,0 +1 @@ +/build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crossguid-0.2.2.20190128T092719.8fee233/crossguid.pc.in new/crossguid-0.2.2.20190529T083634.ca1bf4b/crossguid.pc.in --- old/crossguid-0.2.2.20190128T092719.8fee233/crossguid.pc.in 1970-01-01 01:00:00.000000000 +0100 +++ new/crossguid-0.2.2.20190529T083634.ca1bf4b/crossguid.pc.in 2019-05-29 17:36:34.000000000 +0200 @@ -0,0 +1,11 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ + +Name: crossguid +Description: Lightweight cross platform C++ GUID/UUID library +URL: https://github.com/graeme-hill/crossguid +Version: @PROJECT_VERSION@ +Cflags: -I${includedir} +Libs: -L${libdir} -lcrossguid
