forked from pool/libverto
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
This commit is contained in:
parent
c5eb074064
commit
cd5bf953b9
5
_multibuild
Normal file
5
_multibuild
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<multibuild>
|
||||||
|
<package>libverto-glib.spec</package>
|
||||||
|
<package>libverto-libev.spec</package>
|
||||||
|
</multibuild>
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libverto-glib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libverto-libev
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,10 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 24 10:09:44 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Sat Sep 24 09:08:52 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 0.3.2:
|
- update to 0.3.2:
|
||||||
* Fix use-after-free in verto_reinitialize
|
* Fix use-after-free in verto_reinitialize
|
||||||
* Fix use-after-free in verto_free()
|
* 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 <dmueller@suse.com>
|
Thu Aug 27 10:00:33 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
@ -20,7 +26,7 @@ Thu Aug 27 10:00:33 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|||||||
* Fix memleak in libverto:vfree
|
* Fix memleak in libverto:vfree
|
||||||
* Update mutex usage to improve debugging
|
* Update mutex usage to improve debugging
|
||||||
* Add verto_cleanup() to free loaded_modules
|
* 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
|
Thu Feb 22 15:14:25 UTC 2018 - fvogt@suse.com
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libverto
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user