Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package utfcpp for openSUSE:Factory checked 
in at 2021-07-21 19:06:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/utfcpp (Old)
 and      /work/SRC/openSUSE:Factory/.utfcpp.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "utfcpp"

Wed Jul 21 19:06:48 2021 rev:5 rq:907499 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/utfcpp/utfcpp.changes    2020-12-12 
20:32:47.965879277 +0100
+++ /work/SRC/openSUSE:Factory/.utfcpp.new.2632/utfcpp.changes  2021-07-21 
19:08:07.647473690 +0200
@@ -1,0 +2,12 @@
+Sat Jul 10 12:00:26 UTC 2021 - Luigi Baldoni <[email protected]>
+
+- Update to version 3.2.1
+  * Fix the inclusion of both cpp11 and cpp17 headers on C++17
+    compilation. Also some additional tests for using string
+    literals and string objects with modern compilers.
+  version 3.2:
+  * Optional support for C++ 17 std::string_view.
+- Drop utfcpp-use_system_gtest.patch (merged upstream)
+- Switch to _service to make up for incomplete upstream tarball
+
+-------------------------------------------------------------------

Old:
----
  utfcpp-3.1.2.tar.gz
  utfcpp-use_system_gtest.patch

New:
----
  _service
  utfcpp-3.2.1.tar.xz

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

Other differences:
------------------
++++++ utfcpp.spec ++++++
--- /var/tmp/diff_new_pack.z7FLkf/_old  2021-07-21 19:08:08.139474545 +0200
+++ /var/tmp/diff_new_pack.z7FLkf/_new  2021-07-21 19:08:08.143474552 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package utfcpp
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,14 @@
 
 
 Name:           utfcpp
-Version:        3.1.2
+Version:        3.2.1
 Release:        0
 Summary:        A library for handling UTF-8 encoded strings
 License:        BSL-1.0
 URL:            https://github.com/nemtrif/utfcpp
-Source:         
https://github.com/nemtrif/utfcpp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE utfcpp-use_system_gtest.patch [email protected] -- use 
system-supplied googletest
-Patch0:         utfcpp-use_system_gtest.patch
-BuildRequires:  cmake
+Source:         %{name}-%{version}.tar.xz
+BuildRequires:  cmake >= 3.8
 BuildRequires:  gcc-c++
-BuildRequires:  googletest-devel
 
 %description
 A C++ library for handling UTF-8 encoded strings.
@@ -59,6 +56,7 @@
 %{_includedir}/utf8cpp/utf8/checked.h
 %{_includedir}/utf8cpp/utf8/core.h
 %{_includedir}/utf8cpp/utf8/cpp11.h
+%{_includedir}/utf8cpp/utf8/cpp17.h
 %{_includedir}/utf8cpp/utf8/unchecked.h
 %dir %{_libdir}/cmake/utf8cpp
 %{_libdir}/cmake/utf8cpp/utf8cppConfig.cmake

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/nemtrif/utfcpp.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="revision">v3.2.1</param>
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version" />
</services>

Reply via email to