commit libgovirt for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2020-02-07 15:50:54

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new.26092 (New)


Package is "libgovirt"

Fri Feb  7 15:50:54 2020 rev:14 rq:769938 version:0.3.7

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2020-01-28 
10:51:52.368799210 +0100
+++ /work/SRC/openSUSE:Factory/.libgovirt.new.26092/libgovirt.changes   
2020-02-07 15:51:22.307411073 +0100
@@ -1,0 +2,13 @@
+Fri Jan 31 18:55:42 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.3.7:
+  + Use GTask API instead of deprecated GSimpleAsyncResult.
+  + Fixed issue preventing adding parameters to action.
+  + Prefer certificate from XML data instead of the command line.
+  + Added support for oVirt API v4.
+  + Initial support for building with meson, should be replacing
+autotools in future release.
+  + Updated translations.
+- Update URL and modernize spec.
+
+---

Old:

  libgovirt-0.3.6.tar.xz

New:

  libgovirt-0.3.7.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.NdPzem/_old  2020-02-07 15:51:22.975411438 +0100
+++ /var/tmp/diff_new_pack.NdPzem/_new  2020-02-07 15:51:22.975411438 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgovirt
 #
-# Copyright (c) 2019 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
@@ -17,13 +17,14 @@
 
 
 Name:   libgovirt
-Version:0.3.6
+Version:0.3.7
 Release:0
 Summary:GObject based oVirt bindings
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/GNOME
-Url:http://cgit.freedesktop.org/~teuf/govirt
-Source: 
http://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz
+URL:https://gitlab.gnome.org/GNOME/libgovirt
+Source0:
https://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz
+
 BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
@@ -40,8 +41,8 @@
 
 %package -n libgovirt2
 Summary:GObject based oVirt bindings
-Group:  System/Libraries
 # To make the lang package installable
+Group:  System/Libraries
 Provides:   %{name} = %{version}
 
 %description -n libgovirt2
@@ -75,12 +76,13 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure \
---disable-static
-make %{?_smp_mflags}
+   --disable-static \
+   %{nil}
+%make_build
 
 %install
 %make_install

++ libgovirt-0.3.6.tar.xz -> libgovirt-0.3.7.tar.xz ++
 5549 lines of diff (skipped)




commit libgovirt for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2020-01-28 10:51:50

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new.26092 (New)


Package is "libgovirt"

Tue Jan 28 10:51:50 2020 rev:13 rq:767456 version:0.3.6

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2019-06-02 
15:13:40.194148724 +0200
+++ /work/SRC/openSUSE:Factory/.libgovirt.new.26092/libgovirt.changes   
2020-01-28 10:51:52.368799210 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 14:16:49 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.t0lCq0/_old  2020-01-28 10:51:52.836799758 +0100
+++ /var/tmp/diff_new_pack.t0lCq0/_new  2020-01-28 10:51:52.836799758 +0100
@@ -41,7 +41,6 @@
 %package -n libgovirt2
 Summary:GObject based oVirt bindings
 Group:  System/Libraries
-Recommends: %{name}-lang
 # To make the lang package installable
 Provides:   %{name} = %{version}
 




commit libgovirt for openSUSE:Factory

2019-06-02 Thread root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2019-06-02 15:13:34

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new.5148 (New)


Package is "libgovirt"

Sun Jun  2 15:13:34 2019 rev:12 rq:705804 version:0.3.6

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2018-03-08 
10:51:55.221387702 +0100
+++ /work/SRC/openSUSE:Factory/.libgovirt.new.5148/libgovirt.changes
2019-06-02 15:13:40.194148724 +0200
@@ -1,0 +2,21 @@
+Mon May 27 18:51:41 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.3.6:
+  + Fixed distcheck build by renewing tests certificates which had
+been expired.
+  + Updated translations.
+- Changes from version 0.3.5:
+  + API additions.
+  + Force use of v3 REST API.
+  + Fix crash on 404.
+  + Fix persistent session with oVirt 3.6.
+  + Support for new storage format added in oVirt 4.1.
+  + New unified mode for parsing nodes using a single struct.
+  + Initial support for hosts/clusters/datacenters.
+  + Support for searching queries of collections.
+  + New nodes can be created with name/uuid only, but require
+explicit refresh() call to retrieve attributes/subnodes.
+  + Improved error messages in case of error in async call.
+  + Updated translations.
+
+---

Old:

  libgovirt-0.3.4.tar.xz

New:

  libgovirt-0.3.6.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.5reSwv/_old  2019-06-02 15:13:41.754148049 +0200
+++ /var/tmp/diff_new_pack.5reSwv/_new  2019-06-02 15:13:41.754148049 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgovirt
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # 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/
 #
 
 
 Name:   libgovirt
-Version:0.3.4
+Version:0.3.6
 Release:0
 Summary:GObject based oVirt bindings
 License:LGPL-2.1-or-later

++ libgovirt-0.3.4.tar.xz -> libgovirt-0.3.6.tar.xz ++
 20184 lines of diff (skipped)




commit libgovirt for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2018-03-08 10:51:53

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new (New)


Package is "libgovirt"

Thu Mar  8 10:51:53 2018 rev:11 rq:583033 version:0.3.4

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2016-04-15 
19:06:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2018-03-08 
10:51:55.221387702 +0100
@@ -1,0 +2,11 @@
+Mon Mar  5 15:23:26 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update summaries. Fix faulty disable-static
+  switch.
+
+---
+Wed Feb 28 16:35:01 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.EkryXE/_old  2018-03-08 10:51:55.833365671 +0100
+++ /var/tmp/diff_new_pack.EkryXE/_new  2018-03-08 10:51:55.833365671 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgovirt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,17 +20,17 @@
 Version:0.3.4
 Release:0
 Summary:GObject based oVirt bindings
-License:LGPL-2.1+
-Group:  System/Libraries
+License:LGPL-2.1-or-later
+Group:  Development/Libraries/GNOME
 Url:http://cgit.freedesktop.org/~teuf/govirt
 Source: 
http://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gthread-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(rest-0.7) >= 0.7.92
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 GoVirt is a GObject wrapper for the oVirt REST API [1]. It will
@@ -41,7 +41,7 @@
 %package -n libgovirt2
 Summary:GObject based oVirt bindings
 Group:  System/Libraries
-Recommends: Recommends: %{name}-lang
+Recommends: %{name}-lang
 # To make the lang package installable
 Provides:   %{name} = %{version}
 
@@ -52,7 +52,7 @@
 bindings.
 
 %package -n typelib-1_0-GoVirt-1_0
-Summary:GObject based oVirt bindings -- Introspection bindings
+Summary:Introspection bindings for the GObject-based oVirt bindings
 Group:  System/Libraries
 
 %description -n typelib-1_0-GoVirt-1_0
@@ -62,7 +62,7 @@
 bindings.
 
 %package devel
-Summary:GObject based oVirt bindings -- Development files
+Summary:Development files for the GObject-based oVirt bindings
 Group:  Development/Languages/C and C++
 Requires:   libgovirt2 = %{version}
 Requires:   typelib-1_0-GoVirt-1_0 = %{version}
@@ -74,34 +74,32 @@
 bindings.
 
 %lang_package
+
 %prep
 %setup -q
 
 %build
 %configure \
--disable-static
+--disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
-find %{buildroot} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name} %{?no_lang_C}
 
 %post -n libgovirt2 -p /sbin/ldconfig
-
 %postun -n libgovirt2 -p /sbin/ldconfig
 
 %files  -n libgovirt2
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 %{_libdir}/libgovirt.so.*
 
 %files -n typelib-1_0-GoVirt-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GoVirt-1.0.typelib
 
 %files devel
-%defattr(-,root,root)
 %{_datadir}/gir-1.0/GoVirt-1.0.gir
 %{_includedir}/govirt-1.0/
 %{_libdir}/libgovirt.so




commit libgovirt for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2016-04-15 19:06:51

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new (New)


Package is "libgovirt"

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2015-04-23 
07:56:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2016-04-15 
19:06:52.0 +0200
@@ -1,0 +2,19 @@
+Wed Apr 13 15:34:00 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.3.4:
+  + API additions:
+- ovirt_proxy_get_api().
+- OvirtVmDisplay::ca-cert.
+- OvirtCollection::resources.
+- OvirtProxy::sso-token.
+  + Fixes to CA certificate handling.
+  + Fix crash when a REST API call returned multiple elements with
+the same 'name' attribute.
+  + Various leak fixes.
+  + Improved API documentation.
+  + Fix GCancellable disconnection after async calls.
+  + Updated translations.
+- Add pkgconfig(gthread-2.0) BuildRequires and version it:
+  Configure checks for it.
+
+---

Old:

  libgovirt-0.3.3.tar.xz

New:

  libgovirt-0.3.4.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.DZgkFv/_old  2016-04-15 19:06:53.0 +0200
+++ /var/tmp/diff_new_pack.DZgkFv/_new  2016-04-15 19:06:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgovirt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libgovirt
-Version:0.3.3
+Version:0.3.4
 Release:0
 Summary:GObject based oVirt bindings
 License:LGPL-2.1+
@@ -28,6 +28,7 @@
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gthread-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(rest-0.7) >= 0.7.92
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libgovirt-0.3.3.tar.xz -> libgovirt-0.3.4.tar.xz ++
 24866 lines of diff (skipped)




commit libgovirt for openSUSE:Factory

2015-04-22 Thread h_root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2015-04-23 07:56:02

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new (New)


Package is libgovirt

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2014-10-11 
19:28:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2015-04-23 
07:56:03.0 +0200
@@ -1,0 +2,16 @@
+Wed Apr  8 19:16:50 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.3.3:
+  + Add support for SPICE proxy.
+  + Don't report REST call cancellations as an unexpected error.
+  + Access REST API through /ovirt-engine/api rather than /api as
+the latter is deprecated.
+  + Parse status of storage domains.
+  + Add support for GOVIRT_DISABLE_HTTPS and GOVIRT_NO_SSL_STRICT
+environment variable in order to make it easier to lower
+security during development/testing.
+  + Fix compilation with older glibs.
+  + Fix mingw build.
+  + Updated translations.
+
+---

Old:

  libgovirt-0.3.2.tar.xz

New:

  libgovirt-0.3.3.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.teqIfo/_old  2015-04-23 07:56:03.0 +0200
+++ /var/tmp/diff_new_pack.teqIfo/_new  2015-04-23 07:56:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgovirt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libgovirt
-Version:0.3.2
+Version:0.3.3
 Release:0
 Summary:GObject based oVirt bindings
 License:LGPL-2.1+

++ libgovirt-0.3.2.tar.xz - libgovirt-0.3.3.tar.xz ++
 3496 lines of diff (skipped)




commit libgovirt for openSUSE:Factory

2014-10-11 Thread h_root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2014-10-11 19:26:40

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new (New)


Package is libgovirt

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2014-09-30 
19:36:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2014-10-11 
19:28:32.0 +0200
@@ -1,0 +2,16 @@
+Thu Oct  9 17:05:24 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.3.2:
+  + Allow empty filenames in OvirtCdrom, this allows to remove the
+current CD image from a VM.
+  + Parse leading '~' when handling commandline filenames.
+  + Implemented ovirt_resource_delete() and its async variant.
+  + Add translation support.
+  + Bug fixes.
+  + Updated translations.
+- Add intltool BuildRequires: New dependency.
+- Add lang macros, and package the new translations. Add Recommends
+  for the new lang package (and make libgovirt2 provide libgovirt,
+  so that the lang package is installable).
+
+---

Old:

  libgovirt-0.3.1.tar.xz

New:

  libgovirt-0.3.2.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.7rur6h/_old  2014-10-11 19:28:32.0 +0200
+++ /var/tmp/diff_new_pack.7rur6h/_new  2014-10-11 19:28:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgovirt
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:GObject based oVirt bindings
 License:LGPL-2.1+
@@ -25,6 +25,7 @@
 Url:http://cgit.freedesktop.org/~teuf/govirt
 Source: 
http://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel = 1.30.0
+BuildRequires:  intltool
 BuildRequires:  pkgconfig(gio-2.0) = 2.26.0
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(rest-0.7) = 0.7.92
@@ -39,6 +40,9 @@
 %package -n libgovirt2
 Summary:GObject based oVirt bindings
 Group:  System/Libraries
+Recommends: Recommends: %{name}-lang
+# To make the lang package installable
+Provides:   %{name} = %{version}
 
 %description -n libgovirt2
 GoVirt is a GObject wrapper for the oVirt REST API [1]. It will
@@ -68,6 +72,7 @@
 autogenerate a full wrapper as it is already done for the python
 bindings.
 
+%lang_package
 %prep
 %setup -q
 
@@ -79,6 +84,7 @@
 %install
 %make_install
 find %{buildroot} -name '*.la' -type f -delete -print
+%find_lang %{name} %{?no_lang_C}
 
 %post -n libgovirt2 -p /sbin/ldconfig
 
@@ -100,4 +106,6 @@
 %{_libdir}/libgovirt.so
 %{_libdir}/pkgconfig/govirt-1.0.pc
 
+%files lang -f %{name}.lang
+
 %changelog

++ libgovirt-0.3.1.tar.xz - libgovirt-0.3.2.tar.xz ++
 3488 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgovirt for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2014-09-30 19:36:41

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new (New)


Package is libgovirt

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2014-02-06 
10:31:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2014-09-30 
19:36:52.0 +0200
@@ -1,0 +2,14 @@
+Sun Sep  7 13:21:15 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.3.1:
+  + Handle cookies set by the oVirt instance in order to have some
+'persistant' authentication through the JSESSIONID cookie.
+  + Add support for VM pools.
+  + Added ovirt_resource_refresh{_async} in order to refetch a
+resource content remotely.
+  + Various leak/memory-handling related bug fixes.
+  + ovirt_proxy_new now expects a hostname without the https:// and
+the /api part hostnames with http/https/api will still work
+fine but will cause runtime warnings.
+
+---

Old:

  libgovirt-0.3.0.tar.xz

New:

  libgovirt-0.3.1.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.weFwmf/_old  2014-09-30 19:36:53.0 +0200
+++ /var/tmp/diff_new_pack.weFwmf/_new  2014-09-30 19:36:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgovirt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libgovirt
-Version:0.3.0
+Version:0.3.1
 Release:0
 Summary:GObject based oVirt bindings
 License:LGPL-2.1+
@@ -27,7 +27,7 @@
 BuildRequires:  gobject-introspection-devel = 1.30.0
 BuildRequires:  pkgconfig(gio-2.0) = 2.26.0
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(rest-0.7) = 0.7.13
+BuildRequires:  pkgconfig(rest-0.7) = 0.7.92
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libgovirt-0.3.0.tar.xz - libgovirt-0.3.1.tar.xz ++
 3796 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgovirt for openSUSE:Factory

2014-02-06 Thread h_root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2014-02-06 10:31:15

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new (New)


Package is libgovirt

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2013-07-16 
15:36:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2014-02-06 
10:31:46.0 +0100
@@ -1,0 +2,18 @@
+Tue Nov 19 21:32:14 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.3.0:
+  + Add support for listing storage domains and the files they
+contain.
+  + Add support for changing the CDRom available in a VM.
+  + Introduced an OvirtApi class which represents the toplevel
+oVirt collection from which one can access VMs, storage
+domains, ...
+  + Rework certificate handling, OvirtProxy now has a 'ssl-ca-file'
+property that can be used to specify which CA certificate
+should be used to validate remote certificates.
+  + Certificate checking is now enforced by default unless
+OvirtProxy::ssl-strict is set to FALSE.
+  + ABI/API hasn't been broken, even though some functions were
+deprecated.
+
+---

Old:

  libgovirt-0.2.0.tar.xz

New:

  libgovirt-0.3.0.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.xM0353/_old  2014-02-06 10:31:47.0 +0100
+++ /var/tmp/diff_new_pack.xM0353/_new  2014-02-06 10:31:47.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   libgovirt
-Version:0.2.0
+Version:0.3.0
 Release:0
 Summary:GObject based oVirt bindings
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://cgit.freedesktop.org/~teuf/govirt
-Source: 
http://people.freedesktop.org/~teuf/govirt/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel = 1.30.0
 BuildRequires:  pkgconfig(gio-2.0) = 2.26.0
 BuildRequires:  pkgconfig(gobject-2.0)

++ libgovirt-0.2.0.tar.xz - libgovirt-0.3.0.tar.xz ++
 5121 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgovirt for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2013-07-16 15:36:47

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new (New)


Package is libgovirt

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2013-06-24 
09:32:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2013-07-16 
15:36:49.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul  9 08:07:47 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.2.0:
+  + Break ABI :(.
+  + Switch back to using GSimpleAsyncResult (from GTask) to gain
+compatibility with older glib versions.
+  + Refactor internals to make it much easier to add support for
+more REST collections.
+  + Parse more VM states from the OvirtVm resource.
+- Rename libgovirt1 subpackage to libgovirt2, following upstreams
+  soname change.
+
+---

Old:

  libgovirt-0.1.0.tar.xz

New:

  libgovirt-0.2.0.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.hxUbos/_old  2013-07-16 15:36:50.0 +0200
+++ /var/tmp/diff_new_pack.hxUbos/_new  2013-07-16 15:36:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgovirt
-Version:0.1.0
+Version:0.2.0
 Release:0
 Summary:GObject based oVirt bindings
 License:LGPL-2.1+
@@ -25,7 +25,7 @@
 Url:http://cgit.freedesktop.org/~teuf/govirt
 Source: 
http://people.freedesktop.org/~teuf/govirt/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel = 1.30.0
-BuildRequires:  pkgconfig(gio-2.0) = 2.36.0
+BuildRequires:  pkgconfig(gio-2.0) = 2.26.0
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(rest-0.7) = 0.7.13
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,11 +36,11 @@
 autogenerate a full wrapper as it is already done for the python
 bindings.
 
-%package -n libgovirt1
+%package -n libgovirt2
 Summary:GObject based oVirt bindings
 Group:  System/Libraries
 
-%description -n libgovirt1
+%description -n libgovirt2
 GoVirt is a GObject wrapper for the oVirt REST API [1]. It will
 only provide very basic functionality as the goal is to
 autogenerate a full wrapper as it is already done for the python
@@ -59,7 +59,7 @@
 %package devel
 Summary:GObject based oVirt bindings -- Development files
 Group:  Development/Languages/C and C++
-Requires:   libgovirt1 = %{version}
+Requires:   libgovirt2 = %{version}
 Requires:   typelib-1_0-GoVirt-1_0 = %{version}
 
 %description devel
@@ -80,11 +80,11 @@
 %make_install
 find %{buildroot} -name '*.la' -type f -delete -print
 
-%post -n libgovirt1 -p /sbin/ldconfig
+%post -n libgovirt2 -p /sbin/ldconfig
 
-%postun -n libgovirt1 -p /sbin/ldconfig
+%postun -n libgovirt2 -p /sbin/ldconfig
 
-%files  -n libgovirt1
+%files  -n libgovirt2
 %defattr(-,root,root)
 %doc README COPYING
 %{_libdir}/libgovirt.so.*

++ libgovirt-0.1.0.tar.xz - libgovirt-0.2.0.tar.xz ++
 3955 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgovirt for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2013-06-24 09:32:13

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new (New)


Package is libgovirt

Changes:

--- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes  2013-03-19 
20:23:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2013-06-24 
09:32:14.0 +0200
@@ -1,0 +2,10 @@
+Sun Jun 16 11:49:33 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.1.0:
+  + Add OvirtVmDisplay::host_subject property, this is required in
+some cases to connect to a VM which is using SPICE.
+  + Add OvirtVmDisplay::smartcard and OvirtVmDisplay::allow-override
+properties.
+  + Implement ovirt_vm_refresh_async().
+
+---

Old:

  libgovirt-0.0.3.tar.xz

New:

  libgovirt-0.1.0.tar.xz



Other differences:
--
++ libgovirt.spec ++
--- /var/tmp/diff_new_pack.Uy62o4/_old  2013-06-24 09:32:15.0 +0200
+++ /var/tmp/diff_new_pack.Uy62o4/_new  2013-06-24 09:32:15.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package
+# spec file for package libgovirt
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libgovirt
-Version:0.0.3
+Version:0.1.0
 Release:0
-License:LGPL-2.1+
 Summary:GObject based oVirt bindings
-Url:http://cgit.freedesktop.org/~teuf/govirt
+License:LGPL-2.1+
 Group:  System/Libraries
-Source: 
http://people.freedesktop.org/~teuf/govirt/libgovirt-0.0.3.tar.xz
+Url:http://cgit.freedesktop.org/~teuf/govirt
+Source: 
http://people.freedesktop.org/~teuf/govirt/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel = 1.30.0
-BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gio-2.0) = 2.36.0
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(rest-0.7) = 0.7.13
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -99,5 +100,4 @@
 %{_libdir}/libgovirt.so
 %{_libdir}/pkgconfig/govirt-1.0.pc
 
-
 %changelog

++ libgovirt-0.0.3.tar.xz - libgovirt-0.1.0.tar.xz ++
 4739 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgovirt for openSUSE:Factory

2013-03-19 Thread h_root
Hello community,

here is the log from the commit of package libgovirt for openSUSE:Factory 
checked in at 2013-03-19 20:23:17

Comparing /work/SRC/openSUSE:Factory/libgovirt (Old)
 and  /work/SRC/openSUSE:Factory/.libgovirt.new (New)


Package is libgovirt, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2013-03-19 
20:23:18.0 +0100
@@ -0,0 +1,5 @@
+---
+Sat Mar  9 22:48:00 UTC 2013 - dims...@opensuse.org
+
+- Initial package, version 0.0.3.
+

New:

  libgovirt-0.0.3.tar.xz
  libgovirt.changes
  libgovirt.spec



Other differences:
--
++ libgovirt.spec ++
#
# spec file for package
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

Name:   libgovirt
Version:0.0.3
Release:0
License:LGPL-2.1+
Summary:GObject based oVirt bindings
Url:http://cgit.freedesktop.org/~teuf/govirt
Group:  System/Libraries
Source: 
http://people.freedesktop.org/~teuf/govirt/libgovirt-0.0.3.tar.xz
BuildRequires:  gobject-introspection-devel = 1.30.0
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(rest-0.7) = 0.7.13
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
GoVirt is a GObject wrapper for the oVirt REST API [1]. It will
only provide very basic functionality as the goal is to
autogenerate a full wrapper as it is already done for the python
bindings.

%package -n libgovirt1
Summary:GObject based oVirt bindings
Group:  System/Libraries

%description -n libgovirt1
GoVirt is a GObject wrapper for the oVirt REST API [1]. It will
only provide very basic functionality as the goal is to
autogenerate a full wrapper as it is already done for the python
bindings.

%package -n typelib-1_0-GoVirt-1_0
Summary:GObject based oVirt bindings -- Introspection bindings
Group:  System/Libraries

%description -n typelib-1_0-GoVirt-1_0
GoVirt is a GObject wrapper for the oVirt REST API [1]. It will
only provide very basic functionality as the goal is to
autogenerate a full wrapper as it is already done for the python
bindings.

%package devel
Summary:GObject based oVirt bindings -- Development files
Group:  Development/Languages/C and C++
Requires:   libgovirt1 = %{version}
Requires:   typelib-1_0-GoVirt-1_0 = %{version}

%description devel
GoVirt is a GObject wrapper for the oVirt REST API [1]. It will
only provide very basic functionality as the goal is to
autogenerate a full wrapper as it is already done for the python
bindings.

%prep
%setup -q

%build
%configure \
-disable-static
make %{?_smp_mflags}

%install
%make_install
find %{buildroot} -name '*.la' -type f -delete -print

%post -n libgovirt1 -p /sbin/ldconfig

%postun -n libgovirt1 -p /sbin/ldconfig

%files  -n libgovirt1
%defattr(-,root,root)
%doc README COPYING
%{_libdir}/libgovirt.so.*

%files -n typelib-1_0-GoVirt-1_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/GoVirt-1.0.typelib

%files devel
%defattr(-,root,root)
%{_datadir}/gir-1.0/GoVirt-1.0.gir
%{_includedir}/govirt-1.0/
%{_libdir}/libgovirt.so
%{_libdir}/pkgconfig/govirt-1.0.pc


%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org