Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcdada for openSUSE:Factory 
checked in at 2021-08-31 19:55:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcdada (Old)
 and      /work/SRC/openSUSE:Factory/.libcdada.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcdada"

Tue Aug 31 19:55:22 2021 rev:2 rq:915120 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdada/libcdada.changes        2021-03-17 
20:19:57.239317443 +0100
+++ /work/SRC/openSUSE:Factory/.libcdada.new.1899/libcdada.changes      
2021-08-31 19:56:19.290009262 +0200
@@ -1,0 +2,5 @@
+Mon Aug 30 16:11:38 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Ensure neutrality of description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcdada.spec ++++++
--- /var/tmp/diff_new_pack.xdYgWQ/_old  2021-08-31 19:56:19.750009837 +0200
+++ /var/tmp/diff_new_pack.xdYgWQ/_new  2021-08-31 19:56:19.754009843 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package libcdada
 #
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2021, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -30,34 +31,30 @@
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  valgrind
 BuildRequires:  python3
+BuildRequires:  valgrind
 
 %description
-Small library that offers basic data structures (list, set, map, ..)
-in a pure C API for user-space applications.
+Library that offers basic data structures (list, set, map, ..)
+in a C API for user-space applications.
 
 Key features:
- - Easy to use, portable
- - No "magic" MACROs, and no need to modify your data structures
+ - No "magic" MACROs, and no need to modify data structures
    (except, perhaps, for __attribute__((packed)))
  - Uses C++ standard library as the backend for most data structures
- - Reasonable performance
 
 %package -n libcdada%{sover}
 Summary:        Basic data structures in C (libstdc++ wrapper)
 Group:          System/Libraries
 
 %description -n libcdada%{sover}
-Small library that offers basic data structures (list, set, map, ..)
-in a pure C API for user-space applications.
+Library that offers basic data structures (list, set, map, ..)
+in a C API for user-space applications.
 
 Key features:
- - Easy to use, portable
  - No "magic" MACROs, and no need to modify your data structures
    (except, perhaps, for __attribute__((packed)))
  - Uses C++ standard library as the backend for most data structures
- - Reasonable performance
 
 %package devel
 Summary:        Development files for libcdada
@@ -70,7 +67,7 @@
 applications that use libcdada.
 
 %prep
-%setup -q
+%autosetup
 sed -i 's|#!%{_bindir}/env python3|#!%{_bindir}/python3|g' tools/cdada-gen
 
 %build

Reply via email to