Hello community,

here is the log from the commit of package libverto for openSUSE:Factory 
checked in at 2020-08-31 16:47:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libverto (Old)
 and      /work/SRC/openSUSE:Factory/.libverto.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libverto"

Mon Aug 31 16:47:27 2020 rev:8 rq:829946 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libverto/libverto-glib.changes   2017-06-12 
15:11:02.565429130 +0200
+++ /work/SRC/openSUSE:Factory/.libverto.new.3399/libverto-glib.changes 
2020-08-31 16:47:34.236276471 +0200
@@ -1,0 +2,16 @@
+Thu Aug 27 10:00:33 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 0.3.1:
+  * Fix rare leak of DSO in module_load
+  * Turn off -Wcast-function-type
+  * Work around libev not being c89-compliant
+  * Minor release bumps for verto_cleanup()
+  * Leak fixes
+  * Enforce strict c89 compliance for portability
+  * Many warning fixes
+  * Fix memleak in libverto:vfree
+  * Update mutex usage to improve debugging
+  * Add verto_cleanup() to free loaded_modules
+  * Make C99 requirement explicit 
+
+-------------------------------------------------------------------
libverto-libev.changes: same change
libverto-tevent.changes: same change
libverto.changes: same change

Old:
----
  libverto-0.2.6.tar.gz

New:
----
  libverto-0.3.1.tar.gz

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

Other differences:
------------------
++++++ libverto-glib.spec ++++++
--- /var/tmp/diff_new_pack.z0vda5/_old  2020-08-31 16:47:44.328281364 +0200
+++ /var/tmp/diff_new_pack.z0vda5/_new  2020-08-31 16:47:44.328281364 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libverto-glib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,22 @@
 # 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 sover   1
 %define src_name libverto
 Name:           libverto-glib
-Version:        0.2.6
+Version:        0.3.1
 Release:        0
 Summary:        Main loop abstraction library
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            https://fedorahosted.org/libverto
-Source:         
http://fedorahosted.org/releases/l/i/%{src_name}/%{src_name}-%{version}.tar.gz
+URL:            https://github.com/latchset/libverto
+Source:         
https://github.com/latchset/libverto/releases/download/%{version}/libverto-%{version}.tar.gz
 Source1:        baselibs.conf
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libverto) = %{version}
 
@@ -69,7 +70,7 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -82,15 +83,12 @@
 rm -rf %{buildroot}/%{_libdir}/pkgconfig/%{src_name}.pc
 
 %post -n %{src_name}-glib%{sover} -p /sbin/ldconfig
-
 %postun -n %{src_name}-glib%{sover} -p /sbin/ldconfig
 
 %files -n %{src_name}-glib%{sover}
-%defattr(-,root,root)
 %{_libdir}/%{src_name}-glib.so.*
 
 %files -n %{src_name}-glib-devel
-%defattr(-,root,root)
 %{_includedir}/verto-glib.h
 %{_libdir}/%{src_name}-glib.so
 %{_libdir}/pkgconfig/%{src_name}-glib.pc

++++++ libverto-libev.spec ++++++
--- /var/tmp/diff_new_pack.z0vda5/_old  2020-08-31 16:47:44.348281374 +0200
+++ /var/tmp/diff_new_pack.z0vda5/_new  2020-08-31 16:47:44.352281375 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libverto-libev
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,22 @@
 # 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 sover   1
 %define src_name libverto
 Name:           libverto-libev
-Version:        0.2.6
+Version:        0.3.1
 Release:        0
 Summary:        Main loop abstraction library
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            https://fedorahosted.org/libverto
-Source:         
http://fedorahosted.org/releases/l/i/%{src_name}/%{src_name}-%{version}.tar.gz
+URL:            https://github.com/latchset/libverto
+Source:         
https://github.com/latchset/libverto/releases/download/%{version}/libverto-%{version}.tar.gz
 Source1:        baselibs.conf
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libev)
 BuildRequires:  pkgconfig(libverto) = %{version}
 
@@ -71,7 +72,7 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -84,15 +85,12 @@
 rm -rf %{buildroot}/%{_libdir}/pkgconfig/%{src_name}.pc
 
 %post -n %{src_name}-libev%{sover} -p /sbin/ldconfig
-
 %postun -n %{src_name}-libev%{sover} -p /sbin/ldconfig
 
 %files -n %{src_name}-libev%{sover}
-%defattr(-,root,root)
 %{_libdir}/%{src_name}-libev.so.*
 
 %files -n %{src_name}-libev-devel
-%defattr(-,root,root)
 %{_includedir}/verto-libev.h
 %{_libdir}/%{src_name}-libev.so
 %{_libdir}/pkgconfig/%{src_name}-libev.pc

++++++ libverto-tevent.spec ++++++
--- /var/tmp/diff_new_pack.z0vda5/_old  2020-08-31 16:47:44.372281385 +0200
+++ /var/tmp/diff_new_pack.z0vda5/_new  2020-08-31 16:47:44.372281385 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libverto-tevent
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,22 @@
 # 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 sover   1
 %define src_name libverto
 Name:           libverto-tevent
-Version:        0.2.6
+Version:        0.3.1
 Release:        0
 Summary:        Main loop abstraction library
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            https://fedorahosted.org/libverto
-Source:         
http://fedorahosted.org/releases/l/i/%{src_name}/%{src_name}-%{version}.tar.gz
+URL:            https://github.com/latchset/libverto
+Source:         
https://github.com/latchset/libverto/releases/download/%{version}/libverto-%{version}.tar.gz
 Source1:        baselibs.conf
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libverto) = %{version}
 BuildRequires:  pkgconfig(tevent)
 
@@ -71,7 +72,7 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -84,15 +85,12 @@
 rm -rf %{buildroot}/%{_libdir}/pkgconfig/%{src_name}.pc
 
 %post -n %{src_name}-tevent%{sover} -p /sbin/ldconfig
-
 %postun -n %{src_name}-tevent%{sover} -p /sbin/ldconfig
 
 %files -n %{src_name}-tevent%{sover}
-%defattr(-,root,root)
 %{_libdir}/%{src_name}-tevent.so.*
 
 %files -n %{src_name}-tevent-devel
-%defattr(-,root,root)
 %{_includedir}/verto-tevent.h
 %{_libdir}/%{src_name}-tevent.so
 %{_libdir}/pkgconfig/%{src_name}-tevent.pc

++++++ libverto.spec ++++++
--- /var/tmp/diff_new_pack.z0vda5/_old  2020-08-31 16:47:44.392281395 +0200
+++ /var/tmp/diff_new_pack.z0vda5/_new  2020-08-31 16:47:44.396281397 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libverto
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,21 @@
 # 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 sover   1
 Name:           libverto
-Version:        0.2.6
+Version:        0.3.1
 Release:        0
 Summary:        Main loop abstraction library
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            https://fedorahosted.org/libverto
-Source:         
http://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}.tar.gz
+URL:            https://github.com/latchset/libverto
+Source:         
https://github.com/latchset/libverto/releases/download/%{version}/libverto-%{version}.tar.gz
 Source1:        baselibs.conf
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 
 %description
 libverto provides a way for libraries to expose asynchronous
@@ -74,7 +74,7 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -82,17 +82,14 @@
 find %{buildroot} -name '*.so.*T' -delete
 
 %post -n libverto%{sover} -p /sbin/ldconfig
-
 %postun -n libverto%{sover} -p /sbin/ldconfig
 
 %files -n libverto%{sover}
-%defattr(-,root,root)
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README
 %{_libdir}/%{name}.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/verto.h
 %{_includedir}/verto-module.h
 %{_libdir}/%{name}.so

++++++ libverto-0.2.6.tar.gz -> libverto-0.3.1.tar.gz ++++++
++++ 29668 lines of diff (skipped)


Reply via email to