From 821bbb6bc8573817ec36523337955f2b3b0dc8061d8874cdbdecb25259b6b43d Mon Sep 17 00:00:00 2001 From: Giacomo Comes Date: Tue, 19 Oct 2021 23:05:29 +0000 Subject: [PATCH 1/6] OBS-URL: https://build.opensuse.org/package/show/network:telephony/broadvoice16?expand=0&rev=5 --- broadvoice16.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broadvoice16.spec b/broadvoice16.spec index cbc865f..73e2dbe 100644 --- a/broadvoice16.spec +++ b/broadvoice16.spec @@ -129,4 +129,4 @@ PATH=%{buildroot}%{_bindir}:$PATH LD_LIBRARY_PATH=%{buildroot}%{_libdir} \ %endif %endif -%changelog +%changelog \ No newline at end of file From ebfd51f91b8732933a37f3c31fcf1ae3be0d932d48be26afa681865be86e970f Mon Sep 17 00:00:00 2001 From: Giacomo Comes Date: Thu, 21 Oct 2021 13:29:15 +0000 Subject: [PATCH 2/6] OBS-URL: https://build.opensuse.org/package/show/network:telephony/broadvoice16?expand=0&rev=6 --- broadvoice16.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/broadvoice16.spec b/broadvoice16.spec index 73e2dbe..50f5034 100644 --- a/broadvoice16.spec +++ b/broadvoice16.spec @@ -1,7 +1,7 @@ # # spec file for package broadvoice16 # -# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,9 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define static 0 %define shared 1 %define tools 1 @@ -32,8 +33,8 @@ Source2: README Source3: README.SUSE Source4: meson_options.txt Source5: meson.build -BuildRequires: unzip BuildRequires: meson +BuildRequires: unzip %description BroadVoice is a family of speech coding algorithms created by @@ -108,7 +109,6 @@ PATH=%{buildroot}%{_bindir}:$PATH LD_LIBRARY_PATH=%{buildroot}%{_libdir} \ %postun -p /sbin/ldconfig %endif - %files %license COPYING %doc README README.SUSE BroadVoice16.doc @@ -129,4 +129,4 @@ PATH=%{buildroot}%{_bindir}:$PATH LD_LIBRARY_PATH=%{buildroot}%{_libdir} \ %endif %endif -%changelog \ No newline at end of file +%changelog From 76148cfe954eabaf5aec45a86def522a720b4c2d0e67d96c982b029e2eedc515 Mon Sep 17 00:00:00 2001 From: Giacomo Comes Date: Fri, 29 Oct 2021 15:48:32 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/network:telephony/broadvoice16?expand=0&rev=7 --- baselibs.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..7f19f8e --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libbv16 From bcf451b8ced7b7a29ae8158da41e278d56566b986023338ba900e9a2fda14363 Mon Sep 17 00:00:00 2001 From: Giacomo Comes Date: Fri, 29 Oct 2021 15:49:39 +0000 Subject: [PATCH 4/6] OBS-URL: https://build.opensuse.org/package/show/network:telephony/broadvoice16?expand=0&rev=8 --- baselibs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baselibs.conf b/baselibs.conf index 7f19f8e..9b6aaee 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libbv16 +broadvoice16 From 04cfd0e2dbcc76b3b0fd0dccbee51a9823b4f9b12f55ee77bd60c9843b9ed97a Mon Sep 17 00:00:00 2001 From: Giacomo Comes Date: Fri, 29 Oct 2021 16:24:27 +0000 Subject: [PATCH 5/6] - Added baselibs.conf OBS-URL: https://build.opensuse.org/package/show/network:telephony/broadvoice16?expand=0&rev=9 --- broadvoice16.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/broadvoice16.changes b/broadvoice16.changes index 78e82bb..ab91b5d 100644 --- a/broadvoice16.changes +++ b/broadvoice16.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 29 16:23:51 UTC 2021 - Giacomo Comes - 1.2 + +- Added baselibs.conf + ------------------------------------------------------------------- Wed Oct 6 20:17:31 UTC 2021 - Jan Engelhardt From 9df3c1329f33bdea8c1f2dd2ac86aa72510e93c45171bce0d7526bcabd16afe9 Mon Sep 17 00:00:00 2001 From: Giacomo Comes Date: Fri, 29 Oct 2021 17:40:30 +0000 Subject: [PATCH 6/6] OBS-URL: https://build.opensuse.org/package/show/network:telephony/broadvoice16?expand=0&rev=10 --- broadvoice16.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/broadvoice16.spec b/broadvoice16.spec index 50f5034..e38d625 100644 --- a/broadvoice16.spec +++ b/broadvoice16.spec @@ -33,6 +33,7 @@ Source2: README Source3: README.SUSE Source4: meson_options.txt Source5: meson.build +Source6: baselibs.conf BuildRequires: meson BuildRequires: unzip