From cd5bf953b9c3991face8f766fd892e3c3f3fcfce2b3d047ff1557133e213cb3c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 27 Apr 2023 21:58:17 +0000 Subject: [PATCH] Accepting request 1082472 from home:dimstar:Factory - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS. * Remove broken tevent support * Make C99 requirement explicit OBS-URL: https://build.opensuse.org/request/show/1082472 OBS-URL: https://build.opensuse.org/package/show/network/libverto?expand=0&rev=22 --- _multibuild | 5 +++++ libverto-glib.spec | 2 +- libverto-libev.spec | 2 +- libverto.changes | 10 ++++++++-- libverto.spec | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 _multibuild diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..e611882 --- /dev/null +++ b/_multibuild @@ -0,0 +1,5 @@ + + libverto-glib.spec + libverto-libev.spec + + diff --git a/libverto-glib.spec b/libverto-glib.spec index 11b9092..3e1a599 100644 --- a/libverto-glib.spec +++ b/libverto-glib.spec @@ -1,7 +1,7 @@ # # spec file for package libverto-glib # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/libverto-libev.spec b/libverto-libev.spec index 6b2a299..4a864d0 100644 --- a/libverto-libev.spec +++ b/libverto-libev.spec @@ -1,7 +1,7 @@ # # spec file for package libverto-libev # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/libverto.changes b/libverto.changes index 8f047e4..1981a16 100644 --- a/libverto.changes +++ b/libverto.changes @@ -1,10 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 24 10:09:44 UTC 2023 - Dominique Leuenberger + +- Add _multibuild to define 2nd spec file as additional flavor. + Eliminates the need for source package links in OBS. + ------------------------------------------------------------------- Sat Sep 24 09:08:52 UTC 2022 - Dirk Müller - update to 0.3.2: * Fix use-after-free in verto_reinitialize * Fix use-after-free in verto_free() - * Remove broken tevent support + * Remove broken tevent support ------------------------------------------------------------------- Thu Aug 27 10:00:33 UTC 2020 - Dirk Mueller @@ -20,7 +26,7 @@ Thu Aug 27 10:00:33 UTC 2020 - Dirk Mueller * Fix memleak in libverto:vfree * Update mutex usage to improve debugging * Add verto_cleanup() to free loaded_modules - * Make C99 requirement explicit + * Make C99 requirement explicit ------------------------------------------------------------------- Thu Feb 22 15:14:25 UTC 2018 - fvogt@suse.com diff --git a/libverto.spec b/libverto.spec index 3d15fe1..6837d07 100644 --- a/libverto.spec +++ b/libverto.spec @@ -1,7 +1,7 @@ # # spec file for package libverto # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed