Hello community,

here is the log from the commit of package fmt for openSUSE:Factory checked in 
at 2019-01-15 09:17:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fmt (Old)
 and      /work/SRC/openSUSE:Factory/.fmt.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fmt"

Tue Jan 15 09:17:24 2019 rev:2 rq:665283 version:5.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fmt/fmt.changes  2018-12-12 17:28:06.786905143 
+0100
+++ /work/SRC/openSUSE:Factory/.fmt.new.28833/fmt.changes       2019-01-15 
09:17:45.498158217 +0100
@@ -1,0 +2,21 @@
+Sat Jan 12 18:29:40 UTC 2019 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 5.3.0:
+  * Introduced experimental chrono formatting support
+  * Added experimental support for emphasis
+   (bold, italic, underline, strikethrough), colored output to a
+   file stream, and improved colored formatting API
+  * Added support for 4-bit terminal colors
+  * Made std::string_view work as a format string
+  * Added wide string support to compile-time format string checks
+  * Made colored print functions work with wide strings
+  * Introduced experimental Unicode support
+  * Removed undocumented basic_fixed_buffer which has been
+   superseded by the iterator-based API
+  * Disallowed repeated leading zeros in an argument ID
+  * Deprecated fmt::visit, parse_context, and wparse_context.
+   Use fmt::visit_format_arg, format_parse_context, and
+   wformat_parse_context instead.
+- Removed upstream merged fix-fmt_pc.patch
+
+-------------------------------------------------------------------

Old:
----
  fix-fmt_pc.patch
  fmt-5.2.1.tar.gz

New:
----
  fmt-5.3.0.tar.gz

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

Other differences:
------------------
++++++ fmt.spec ++++++
--- /var/tmp/diff_new_pack.5B2FFw/_old  2019-01-15 09:17:46.038157713 +0100
+++ /var/tmp/diff_new_pack.5B2FFw/_new  2019-01-15 09:17:46.042157709 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fmt
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,7 +18,7 @@
 
 %define sover   5
 Name:           fmt
-Version:        5.2.1
+Version:        5.3.0
 Release:        0
 Summary:        A formatting library for C++
 License:        BSD-2-Clause
@@ -26,8 +26,6 @@
 URL:            http://fmtlib.net/
 Source0:        
https://github.com/fmtlib/fmt/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
-# PATCH-FIX-UPSTREAM fix-fmt_pc.patch
-Patch0:         fix-fmt_pc.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -52,7 +50,7 @@
 Development files for fmt, a formatting library for C++.
 
 %prep
-%autosetup -p1
+%setup -q
 
 %build
 %cmake -DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir}

++++++ fmt-5.2.1.tar.gz -> fmt-5.3.0.tar.gz ++++++
++++ 8945 lines of diff (skipped)


Reply via email to