commit loudmouth for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2017-07-17 10:27:18

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


Package is "loudmouth"

Mon Jul 17 10:27:18 2017 rev:29 rq:510268 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/loudmouth/loudmouth.changes  2016-03-02 
14:19:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.loudmouth.new/loudmouth.changes 2017-07-17 
10:27:19.320126543 +0200
@@ -1,0 +2,6 @@
+Thu Jul 13 11:54:39 UTC 2017 - o...@aepfle.de
+
+- Remove gnutls requirement from devel pkg, openssl is used
+- Remove double glib2 requirement, pkgconfig handles this already
+
+---



Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.R0Mc3j/_old  2017-07-17 10:27:19.816056628 +0200
+++ /var/tmp/diff_new_pack.R0Mc3j/_new  2017-07-17 10:27:19.820056065 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  krb5-devel
 BuildRequires:  libtool
 BuildRequires:  sgml-skel
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libidn)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -52,10 +53,7 @@
 %package devel
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
-Requires:   glibc-devel
-Requires:   gnutls-devel
 Requires:   libloudmouth-1-0 = %{version}
-Requires:   pkgconfig(glib-2.0)
 
 %description devel
 Loudmouth is a lightweight and easy-to-use C library for programming




commit loudmouth for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2016-03-02 14:19:33

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


Package is "loudmouth"

Changes:

--- /work/SRC/openSUSE:Factory/loudmouth/loudmouth.changes  2015-11-12 
19:35:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.loudmouth.new/loudmouth.changes 2016-03-02 
14:19:34.0 +0100
@@ -1,0 +2,22 @@
+Sun Feb 28 00:44:19 UTC 2016 - mrueck...@suse.de
+
+- update to 1.5.3
+  - Switch to SHA256 fingerprints.
+  - Do not load system certificates if trusted certs are explicitly
+provided.
+  - Improve automake/autoconf support.
+
+---
+Thu Feb 18 17:37:31 UTC 2016 - mrueck...@suse.de
+
+- update to 1.5.2
+  - openssl: always fill the fingerprint field of LmSSL
+  - try generic cc before testing for gcc
+  - remove libresolv relict
+  - include the right gssapi.h
+  - Add libasyncns to Libs.private
+  - Add the new API to the reference documentation
+- update Url field to point to the github project instead of the
+  unrelated website
+
+---

Old:

  loudmouth-1.5.1.tar.bz2

New:

  loudmouth-1.5.3.tar.bz2



Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.bTZHuI/_old  2016-03-02 14:19:35.0 +0100
+++ /var/tmp/diff_new_pack.bTZHuI/_new  2016-03-02 14:19:35.0 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   loudmouth
-Version:1.5.1
+Version:1.5.3
 Release:0
 Summary:Jabber Client Library Written in C
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
-Url:http://www.loudmouth-project.org/
+Url:https://github.com/mcabber/loudmouth
 Source: https://mcabber.com/files/loudmouth/%{name}-%{version}.tar.bz2
 BuildRequires:  check-devel
 BuildRequires:  openssl-devel
@@ -79,6 +79,7 @@
 %configure\
--disable-static \
--with-ssl=openssl \
+   --enable-gtk-doc-html \
--enable-gtk-doc
 make %{?_smp_mflags}
 

++ loudmouth-1.5.1.tar.bz2 -> loudmouth-1.5.3.tar.bz2 ++
 27477 lines of diff (skipped)




commit loudmouth for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2015-11-12 19:35:55

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


Package is "loudmouth"

Changes:

--- /work/SRC/openSUSE:Factory/loudmouth/loudmouth.changes  2015-04-18 
10:38:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.loudmouth.new/loudmouth.changes 2015-11-12 
19:35:57.0 +0100
@@ -1,0 +2,31 @@
+Tue Nov 10 10:57:11 UTC 2015 - mrueck...@suse.de
+
+- update to 1.5.1 and switch to the mcabber branch:
+  - This Loudmouth release is compatible with current Glib/GTK
+libraries
+  - The internal asyncns copy has been removed
+  - The security has been improved in several ways:
+- Certificates: added checking of SAN(s) when CN does not match
+  and fixed CN wildcard handling
+- SSL 2 and 3 have been deactivated; TLS 1.1 and 1.2 have been
+  activated
+- Use the default cipher suite of GnuTLS
+- New API: Implementation of lm_ssl_set_ca and
+  lm_ssl_set_cipher_list This enables the application to choose
+  additional CA certificates to trust as well as the cipher
+  suites which are used by OpenSSL or GnuTLS
+  - Many resolver and parser issues have been fixed
+
+  For details on the branch switch see:
+  https://github.com/mcabber/loudmouth/issues/13
+
+- enable gssapi support. new BR: krb5-devel
+- enable IDN support: new BR: pkgconfig(libidn)
+- drop patches:
+  loudmouth-drop-stanzas-on-fail.patch
+  loudmouth-fix-async-resolving.patch
+  loudmouth-fix-sasl-md5-digest-uri.patch
+  loudmouth-glib.patch
+  loudmouth-use-pkg-config-for-gnutls.patch
+
+---

Old:

  loudmouth-1.4.3.tar.bz2
  loudmouth-drop-stanzas-on-fail.patch
  loudmouth-fix-async-resolving.patch
  loudmouth-fix-sasl-md5-digest-uri.patch
  loudmouth-glib.patch
  loudmouth-use-pkg-config-for-gnutls.patch

New:

  loudmouth-1.5.1.tar.bz2



Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.6VEvu7/_old  2015-11-12 19:35:58.0 +0100
+++ /var/tmp/diff_new_pack.6VEvu7/_new  2015-11-12 19:35:58.0 +0100
@@ -17,31 +17,21 @@
 
 
 Name:   loudmouth
-Version:1.4.3
+Version:1.5.1
 Release:0
 Summary:Jabber Client Library Written in C
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
 Url:http://www.loudmouth-project.org/
-#Source: 
http://ftp.imendio.com/pub/imendio/%{name}/src/%{name}-%{version}.tar.bz2
-# Source without URL, as coolo's script does not like the fact that upstream 
server is broken...
-Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM loudmouth-fix-sasl-md5-digest-uri.patch 
vu...@opensuse.org -- Taken from Debian, fix sasl md5 digest URI
-Patch0: loudmouth-fix-sasl-md5-digest-uri.patch
-# PATCH-FIX-UPSTREAM loudmouth-fix-async-resolving.patch vu...@opensuse.org -- 
Taken from Debian, don't check for sync dns failures when using asyncns
-Patch1: loudmouth-fix-async-resolving.patch
-# PATCH-FIX-UPSTREAM loudmouth-drop-stanzas-on-fail.patch vu...@opensuse.org 
-- Taken from Debian, ignore stanza that can't be parsed
-Patch2: loudmouth-drop-stanzas-on-fail.patch
-# PATCH-FIX-UPSTREAM loudmouth-use-pkg-config-for-gnutls.patch 
vu...@opensuse.org -- Taken from Debian, use pkg-config to detect gnutls
-Patch3: loudmouth-use-pkg-config-for-gnutls.patch
-# PATCH-FIX-UPSTREAM loudmouth-glib.patch dims...@opensuse.org -- Fix build 
with glib 2.31: only glib.h can be included.
-Patch4: loudmouth-glib.patch
+Source: https://mcabber.com/files/loudmouth/%{name}-%{version}.tar.bz2
 BuildRequires:  check-devel
 BuildRequires:  openssl-devel
 BuildRequires:  gtk-doc
+BuildRequires:  krb5-devel
 BuildRequires:  libtool
 BuildRequires:  sgml-skel
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libidn)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libloudmouth-1-0 = %{version}-%{release}
 
@@ -84,14 +74,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
-autoreconf -f -i
 %configure\
--disable-static \
--with-ssl=openssl \
@@ -108,7 +92,7 @@
 
 %files -n libloudmouth-1-0
 %defattr (-, root, root)
-%doc AUTHORS CONTRIBUTORS COPYING ChangeLog NEWS README
+%doc AUTHORS COPYING README
 %{_libdir}/*.so.*
 
 %files devel

++ loudmouth-1.4.3.tar.bz2 -> loudmouth-1.5.1.tar.bz2 ++
 119915 lines of diff (skipped)




commit loudmouth for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2015-04-18 10:38:38

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


Package is loudmouth

Changes:

--- /work/SRC/openSUSE:Factory/loudmouth/loudmouth.changes  2012-06-05 
15:32:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.loudmouth.new/loudmouth.changes 2015-04-18 
10:38:39.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 13:27:12 UTC 2015 - meiss...@suse.com
+
+- build against openssl-devel, to avoid fixing the gnutls 3.4.0
+  breakage.
+
+---



Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.pYAEG6/_old  2015-04-18 10:38:40.0 +0200
+++ /var/tmp/diff_new_pack.pYAEG6/_new  2015-04-18 10:38:40.0 +0200
@@ -37,11 +37,7 @@
 # PATCH-FIX-UPSTREAM loudmouth-glib.patch dims...@opensuse.org -- Fix build 
with glib 2.31: only glib.h can be included.
 Patch4: loudmouth-glib.patch
 BuildRequires:  check-devel
-%if 0%{?suse_version}  1210
-BuildRequires:  libgnutls-devel
-%else
-BuildRequires:  gnutls-devel
-%endif
+BuildRequires:  openssl-devel
 BuildRequires:  gtk-doc
 BuildRequires:  libtool
 BuildRequires:  sgml-skel
@@ -97,7 +93,8 @@
 %build
 autoreconf -f -i
 %configure\
-   --disable-static\
+   --disable-static \
+   --with-ssl=openssl \
--enable-gtk-doc
 make %{?_smp_mflags}
 
@@ -105,9 +102,6 @@
 %make_install
 find %{buildroot} -type f -name *.la -delete -print
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libloudmouth-1-0 -p /sbin/ldconfig
 
 %postun -n libloudmouth-1-0 -p /sbin/ldconfig




commit loudmouth for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2012-06-05 15:32:53

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


Package is loudmouth, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/loudmouth/loudmouth.changes  2011-12-05 
12:44:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.loudmouth.new/loudmouth.changes 2012-06-05 
15:32:55.0 +0200
@@ -1,0 +2,6 @@
+Mon May 21 11:42:56 UTC 2012 - badshah...@gmail.com
+
+- Use libgnutls-devel BuildRequires instead of gnutls-devel for
+  openSUSE  12.1: gnutls-devel has been removed from Factory.
+
+---



Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.2P7J0X/_old  2012-06-05 15:32:56.0 +0200
+++ /var/tmp/diff_new_pack.2P7J0X/_new  2012-06-05 15:32:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package loudmouth
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   loudmouth
 Version:1.4.3
-Release:1
-License:LGPL-2.1+
+Release:0
 Summary:Jabber Client Library Written in C
-Url:http://www.loudmouth-project.org/
+License:LGPL-2.1+
 Group:  Productivity/Networking/Other
+Url:http://www.loudmouth-project.org/
 #Source: 
http://ftp.imendio.com/pub/imendio/%{name}/src/%{name}-%{version}.tar.bz2
 # Source without URL, as coolo's script does not like the fact that upstream 
server is broken...
 Source: %{name}-%{version}.tar.bz2
@@ -38,7 +37,11 @@
 # PATCH-FIX-UPSTREAM loudmouth-glib.patch dims...@opensuse.org -- Fix build 
with glib 2.31: only glib.h can be included.
 Patch4: loudmouth-glib.patch
 BuildRequires:  check-devel
+%if 0%{?suse_version}  1210
+BuildRequires:  libgnutls-devel
+%else
 BuildRequires:  gnutls-devel
+%endif
 BuildRequires:  gtk-doc
 BuildRequires:  libtool
 BuildRequires:  sgml-skel
@@ -52,7 +55,6 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package -n libloudmouth-1-0
-License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
 
@@ -62,7 +64,6 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package devel
-License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
 Requires:   glibc-devel
@@ -76,7 +77,6 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package doc
-License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
 Requires:   libloudmouth-1-0 = %{version}

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



commit loudmouth for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2011-12-06 18:27:14

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


Package is loudmouth, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.jXvJnp/_old  2011-12-06 18:48:52.0 +0100
+++ /var/tmp/diff_new_pack.jXvJnp/_new  2011-12-06 18:48:52.0 +0100
@@ -20,7 +20,7 @@
 Name:   loudmouth
 Version:1.4.3
 Release:1
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Url:http://www.loudmouth-project.org/
 Group:  Productivity/Networking/Other
@@ -52,7 +52,7 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package -n libloudmouth-1-0
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
 
@@ -62,7 +62,7 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
 Requires:   glibc-devel
@@ -76,7 +76,7 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package doc
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Jabber Client Library Written in C
 Group:  Productivity/Networking/Other
 Requires:   libloudmouth-1-0 = %{version}

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



commit loudmouth for openSUSE:Factory

2011-12-05 Thread h_root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2011-12-05 12:44:34

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


Package is loudmouth, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/loudmouth/loudmouth.changes  2011-09-23 
02:12:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.loudmouth.new/loudmouth.changes 2011-12-05 
12:44:38.0 +0100
@@ -1,0 +2,17 @@
+Sun Dec  4 14:45:13 UTC 2011 - dims...@opensuse.org
+
+- Change Source to point to our local file: The upstream server is
+  currently unavailable and this stops us from checkins to Factory.
+
+---
+Sun Nov 27 14:14:54 UTC 2011 - dims...@opensuse.org
+
+- Add loudmouth-glib.patch: Fix build with glib 2.31.
+- Clean spec file using spec-cleaner.
+
+---
+Wed Nov 23 12:46:01 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---

New:

  loudmouth-glib.patch



Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.CY4xxq/_old  2011-12-05 12:44:42.0 +0100
+++ /var/tmp/diff_new_pack.CY4xxq/_new  2011-12-05 12:44:42.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package loudmouth (Version 1.4.3)
+# spec file for package loudmouth
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,18 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   loudmouth
-BuildRequires:  check-devel glib2-devel gnutls-devel gtk-doc sgml-skel
 Version:1.4.3
-Release:2
-Url:http://www.loudmouth-project.org/
-Group:  Productivity/Networking/Other
+Release:1
 License:LGPLv2.1+
 Summary:Jabber Client Library Written in C
-Source: 
http://ftp.imendio.com/pub/imendio/%{name}/src/%{name}-%{version}.tar.bz2
+Url:http://www.loudmouth-project.org/
+Group:  Productivity/Networking/Other
+#Source: 
http://ftp.imendio.com/pub/imendio/%{name}/src/%{name}-%{version}.tar.bz2
+# Source without URL, as coolo's script does not like the fact that upstream 
server is broken...
+Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM loudmouth-fix-sasl-md5-digest-uri.patch 
vu...@opensuse.org -- Taken from Debian, fix sasl md5 digest URI
 Patch0: loudmouth-fix-sasl-md5-digest-uri.patch
 # PATCH-FIX-UPSTREAM loudmouth-fix-async-resolving.patch vu...@opensuse.org -- 
Taken from Debian, don't check for sync dns failures when using asyncns
@@ -35,6 +35,14 @@
 Patch2: loudmouth-drop-stanzas-on-fail.patch
 # PATCH-FIX-UPSTREAM loudmouth-use-pkg-config-for-gnutls.patch 
vu...@opensuse.org -- Taken from Debian, use pkg-config to detect gnutls
 Patch3: loudmouth-use-pkg-config-for-gnutls.patch
+# PATCH-FIX-UPSTREAM loudmouth-glib.patch dims...@opensuse.org -- Fix build 
with glib 2.31: only glib.h can be included.
+Patch4: loudmouth-glib.patch
+BuildRequires:  check-devel
+BuildRequires:  gnutls-devel
+BuildRequires:  gtk-doc
+BuildRequires:  libtool
+BuildRequires:  sgml-skel
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libloudmouth-1-0 = %{version}-%{release}
 
@@ -44,9 +52,9 @@
 and yet extensible to let you do anything the Jabber protocol allows.
 
 %package -n libloudmouth-1-0
-Group:  Productivity/Networking/Other
 License:LGPLv2.1+
 Summary:Jabber Client Library Written in C
+Group:  Productivity/Networking/Other
 
 %description -n libloudmouth-1-0
 Loudmouth is a lightweight and easy-to-use C library for programming
@@ -55,9 +63,12 @@
 
 %package devel
 License:LGPLv2.1+
-Group:  Productivity/Networking/Other
 Summary:Jabber Client Library Written in C
-Requires:   libloudmouth-1-0 = %{version} glibc-devel glib2-devel 
gnutls-devel
+Group:  Productivity/Networking/Other
+Requires:   glibc-devel
+Requires:   gnutls-devel
+Requires:   libloudmouth-1-0 = %{version}
+Requires:   pkgconfig(glib-2.0)
 
 %description devel
 Loudmouth is a lightweight and easy-to-use C library for programming
@@ -66,8 +77,8 @@
 
 %package doc
 License: