Hello community,

here is the log from the commit of package libinfinity for openSUSE:Factory 
checked in at 2014-09-23 13:46:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libinfinity (Old)
 and      /work/SRC/openSUSE:Factory/.libinfinity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libinfinity"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libinfinity/libinfinity.changes  2014-01-23 
15:47:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libinfinity.new/libinfinity.changes     
2014-09-23 13:46:28.000000000 +0200
@@ -1,0 +2,28 @@
+Thu Sep 18 10:42:13 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.6.2:
+  + Fix accounts being deleted when a plugin overrides the default
+    account storage.
+  + The infinoted manual page has been corrected for the syntax of
+    the --plugins option.
+  + A crash has been fixed when a connection is closed for which
+    the the certificate dialog was shown.
+- Changes from version 0.6.1:
+  + Explicitly link against libresolv on unix-based systems, to
+    avoid a possible build failure.
+- Changes from version 0.6.0:
+  + infinoted: Introduced a plugin infrastructure, and ported some
+    of the previous functionality to plugins.
+  + infinoted: Add a plugin for client authentication with
+    certificates.
+  + Add a system for user management and access control lists
+    (ACLs).
+  + Change certificate checker to a trust-on-first-use (SSH-like)
+    mechanism when the signer cannot be verified.
+  + Code refactorings, and many new interfaces and APIs.
+- Move BuildRequires, that are duplicated between GTK3 and GTK2
+  variant out of the if block.
+- Rebase infinoted-add-conf-subdir.patch.
+- Drop libinfinity-includes.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  libinfinity-0.5.5.tar.gz
  libinfinity-includes.patch

New:
----
  libinfinity-0.6.2.tar.gz

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

Other differences:
------------------
++++++ libinfinity.spec ++++++
--- /var/tmp/diff_new_pack.GF8nV5/_old  2014-09-23 13:46:29.000000000 +0200
+++ /var/tmp/diff_new_pack.GF8nV5/_new  2014-09-23 13:46:29.000000000 +0200
@@ -20,9 +20,9 @@
 Summary:        Implementation of the Infinote collaborative editing protocol
 License:        LGPL-2.1+
 Group:          Development/Libraries/GNOME
-Version:        0.5.5
+Version:        0.6.2
 Release:        0
-%define _version 0.5
+%define _version 0.6
 Url:            http://gobby.0x539.de/
 Source0:        http://releases.0x539.de/libinfinity/%{name}-%{version}.tar.gz
 Source1:        infinoted.init
@@ -30,28 +30,20 @@
 Source3:        infinoted.conf
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         infinoted-add-conf-subdir.patch
-# PATCH-FIX-UPSTREAM libinfinity-includes.patch dims...@opensuse.org -- Fix 
build: include missing headers (implicit declaration of strcmp())
-Patch1:         libinfinity-includes.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
 BuildRequires:  gtk-doc
 BuildRequires:  pam-devel
-%if 0%{?favor_gtk2}
-BuildRequires:  gnutls-devel
-BuildRequires:  libavahi-devel
-BuildRequires:  libdaemon-devel
-BuildRequires:  libgsasl-devel
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libxml-2.0)
-%else
 BuildRequires:  pkgconfig(avahi-client)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gnutls)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gnutls) >= 2.12.0
 BuildRequires:  pkgconfig(libdaemon)
-BuildRequires:  pkgconfig(libgsasl)
+BuildRequires:  pkgconfig(libgsasl) >= 0.2.21
 BuildRequires:  pkgconfig(libxml-2.0)
+%if 0%{?favor_gtk2}
+BuildRequires:  pkgconfig(gtk+-2.0)
+%else
+BuildRequires:  pkgconfig(gtk+-3.0)
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -103,7 +95,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 # -fno-strict-aliasing added 2009-05-07. Need for 0.3.0 -- vuntz
@@ -158,7 +149,7 @@
 
 %files -n libinfinity-1_0-0
 %defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING ChangeLog NEWS TODO
 %{_libdir}/libinf*.so.*
 # Only needed for the test applications, it seems
 %exclude %{_datadir}/icons/hicolor/*/apps/infinote.*

++++++ infinoted-add-conf-subdir.patch ++++++
--- /var/tmp/diff_new_pack.GF8nV5/_old  2014-09-23 13:46:29.000000000 +0200
+++ /var/tmp/diff_new_pack.GF8nV5/_new  2014-09-23 13:46:29.000000000 +0200
@@ -1,11 +1,11 @@
-Index: libinfinity-0.5.0/infinoted/infinoted-startup.c
+Index: libinfinity-0.6.2/infinoted/infinoted-startup.c
 ===================================================================
---- libinfinity-0.5.0.orig/infinoted/infinoted-startup.c
-+++ libinfinity-0.5.0/infinoted/infinoted-startup.c
-@@ -212,7 +212,7 @@ infinoted_startup_load_options(Infinoted
+--- libinfinity-0.6.2.orig/infinoted/infinoted-startup.c
++++ libinfinity-0.6.2/infinoted/infinoted-startup.c
+@@ -238,7 +238,7 @@ infinoted_startup_load_options(Infinoted
    for(i = 0; i < n_system_config_dirs; ++ i)
    {
-     config_files[n_system_config_dirs - i - 1] =
+     config_files[i + 1] =
 -      g_build_filename(system_config_dirs[i], "infinoted.conf", NULL);
 +      g_build_filename(system_config_dirs[i], "infinoted", "infinoted.conf", 
NULL);
    }

++++++ libinfinity-0.5.5.tar.gz -> libinfinity-0.6.2.tar.gz ++++++
++++ 249012 lines of diff (skipped)

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

Reply via email to