From 260301203dca579bdd18cf944911d3eb2f6f25352a2fc28310397a002cb226fc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Jan 2024 13:17:29 +0000 Subject: [PATCH] neutrality of descriptions OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/SQLiteCpp?expand=0&rev=2 --- SQLiteCpp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQLiteCpp.spec b/SQLiteCpp.spec index 5c20bb4..04c02b0 100644 --- a/SQLiteCpp.spec +++ b/SQLiteCpp.spec @@ -20,7 +20,7 @@ Name: SQLiteCpp Version: 3.3.1 Release: 0 -Summary: A smart and easy to use C++ SQLite3 wrapper +Summary: A C++ SQLite3 wrapper License: MIT URL: https://srombauts.github.io/SQLiteCpp Source: https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -31,7 +31,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(sqlite3) %description -SQLiteC++ (SQLiteCpp) is a lean and easy to use C++ SQLite3 wrapper. It offers +SQLiteC++ (SQLiteCpp) is a C++ SQLite3 wrapper. It offers an encapsulation around the native C APIs of SQLite, with a few intuitive and well documented C++ classes.