Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package codec2 for openSUSE:Factory checked 
in at 2021-08-23 10:07:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/codec2 (Old)
 and      /work/SRC/openSUSE:Factory/.codec2.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "codec2"

Mon Aug 23 10:07:38 2021 rev:5 rq:912705 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/codec2/codec2.changes    2020-03-11 
18:47:53.295470831 +0100
+++ /work/SRC/openSUSE:Factory/.codec2.new.1899/codec2.changes  2021-08-23 
10:07:46.776273703 +0200
@@ -1,0 +2,15 @@
+Tue Aug 17 14:29:29 UTC 2021 - Wojciech Kazubski <w...@ire.pw.edu.pl>
+
+- Update baselib.conf
+
+-------------------------------------------------------------------
+Mon Aug 16 17:22:30 UTC 2021 - Wojciech Kazubski <w...@ire.pw.edu.pl>
+
+- Update to version 1.0.0:
+  * No upstream changelog available
+  * Added new mode 700E
+- Test binaries not installed now, so package codec2 dropped,
+  license and doc files moved to libcodec2 library.
+- Patch codec2-no_return_random.patch rebased.
+
+-------------------------------------------------------------------

Old:
----
  codec2-0.9.2.tar.gz

New:
----
  codec2-1.0.0.tar.gz

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

Other differences:
------------------
++++++ codec2.spec ++++++
--- /var/tmp/diff_new_pack.sbfdur/_old  2021-08-23 10:07:48.380271833 +0200
+++ /var/tmp/diff_new_pack.sbfdur/_new  2021-08-23 10:07:48.384271828 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package codec2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020-2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define libname lib%{name}-0_9
+%define libname lib%{name}-1_0
 Name:           codec2
-Version:        0.9.2
+Version:        1.0.0
 Release:        0
 Summary:        Low bit rate speech codec
 # octave and asterisk directories contain GPL-2.0 licensed code but its not
@@ -102,22 +102,9 @@
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
-%files
+%files -n %{libname}
 %license COPYING
 %doc README*
-%{_bindir}/c2dec
-%{_bindir}/c2enc
-%{_bindir}/drs232
-%{_bindir}/drs232_ldpc
-%{_bindir}/fdmdv_demod
-%{_bindir}/fdmdv_get_test_bits
-%{_bindir}/fdmdv_mod
-%{_bindir}/fdmdv_put_test_bits
-%{_bindir}/fsk_mod
-%{_bindir}/fm_demod
-%{_bindir}/insert_errors
-
-%files -n %{libname}
 %{_libdir}/libcodec2.so.*
 
 %files devel

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.sbfdur/_old  2021-08-23 10:07:48.412271795 +0200
+++ /var/tmp/diff_new_pack.sbfdur/_new  2021-08-23 10:07:48.412271795 +0200
@@ -1 +1 @@
-libcodec2-0_9
+libcodec2-1_0

++++++ codec2-0.9.2.tar.gz -> codec2-1.0.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/codec2/codec2-0.9.2.tar.gz 
/work/SRC/openSUSE:Factory/.codec2.new.1899/codec2-1.0.0.tar.gz differ: char 
12, line 1

++++++ codec2-no_return_random.patch ++++++
--- /var/tmp/diff_new_pack.sbfdur/_old  2021-08-23 10:07:48.444271758 +0200
+++ /var/tmp/diff_new_pack.sbfdur/_new  2021-08-23 10:07:48.448271753 +0200
@@ -1,10 +1,9 @@
-Index: codec2-0.9.2/src/gp_interleaver.c
-===================================================================
---- codec2-0.9.2.orig/src/gp_interleaver.c
-+++ codec2-0.9.2/src/gp_interleaver.c
-@@ -80,6 +80,7 @@ int choose_interleaver_b(int Nbits)
-     
-     fprintf(stderr, "Nbits: %d, b not found!\n", Nbits);
+diff -up codec2-1.0.0/src/gp_interleaver.c.aaaa 
codec2-1.0.0/src/gp_interleaver.c
+--- codec2-1.0.0/src/gp_interleaver.c.aaaa     2021-08-15 21:49:47.062641389 
+0200
++++ codec2-1.0.0/src/gp_interleaver.c  2021-08-15 21:50:14.712490217 +0200
+@@ -65,6 +65,7 @@ int choose_interleaver_b(int Nbits)
+ 
+     fprintf(stderr, "gp_interleaver: Nbits: %d, b not found!\n", Nbits);
      assert(0);
 +    return(0);
  }

Reply via email to