From 93626a2a41701893a071f964f8826aa4631b21cdfee7ad36b3f2995b25ec508d Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Thu, 6 Dec 2018 21:57:59 +0000 Subject: [PATCH] Accepting request 655902 from home:jengelh:branches:devel:libraries:c_c++ - Do without em dashes in summaries. OBS-URL: https://build.opensuse.org/request/show/655902 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=3 --- fmt.changes | 5 +++++ fmt.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/fmt.changes b/fmt.changes index a7077c0..2b38df0 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 21:15:37 UTC 2018 - Jan Engelhardt + +- Do without em dashes in summaries. + ------------------------------------------------------------------- Thu Dec 6 13:38:46 UTC 2018 - Luigi Baldoni diff --git a/fmt.spec b/fmt.spec index 29f0758..21de9b6 100644 --- a/fmt.spec +++ b/fmt.spec @@ -33,27 +33,26 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig %description -Fmt is an open-source formatting library for C++. It can be used as an +Fmt is a formatting library for C++. It can be used as an alternative to (s)printf and IOStreams. %package -n libfmt%{sover} -Summary: Shared library for fmt +Summary: A formatting library for C++ Group: System/Libraries %description -n libfmt%{sover} -Shared library for fmt - a formatting library for C++. +Shared library for fmt, a formatting library for C++. %package devel -Summary: Development files for fmt +Summary: Development files for fmt, a formatting library Group: Development/Libraries/C and C++ Requires: libfmt%{sover} = %{version} %description devel -Development files for fmt - a formatting library for C++. +Development files for fmt, a formatting library for C++. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %cmake -DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir}