Hello community,

here is the log from the commit of package libgadu for openSUSE:12.2 checked in 
at 2012-07-24 15:03:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/libgadu (Old)
 and      /work/SRC/openSUSE:12.2/.libgadu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgadu", Maintainer is "sbra...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.2/libgadu/libgadu.changes     2012-06-25 
15:43:57.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.libgadu.new/libgadu.changes        2012-07-24 
15:03:14.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 19 14:38:52 UTC 2012 - fi...@opensuse.org
+
+- Update to version 1.11.2, bugfix release:
+  + improved hostname resolving in singlethread applications.
+
+-------------------------------------------------------------------

Old:
----
  libgadu-1.11.1.tar.gz

New:
----
  libgadu-1.11.2.tar.gz

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

Other differences:
------------------
++++++ libgadu.spec ++++++
--- /var/tmp/diff_new_pack.IkI2cY/_old  2012-07-24 15:03:14.000000000 +0200
+++ /var/tmp/diff_new_pack.IkI2cY/_new  2012-07-24 15:03:14.000000000 +0200
@@ -19,12 +19,12 @@
 %define soname 3
 
 Name:           libgadu
-Version:        1.11.1
+Version:        1.11.2
 Release:        0
-License:        LGPL-2.1+
 Summary:        Library for Handling of Gadu-Gadu Instant Messaging
-Url:            http://toxygen.net/libgadu/
+License:        LGPL-2.1+
 Group:          System/Libraries
+Url:            http://toxygen.net/libgadu/
 Source:         http://toxygen.net/%{name}/files/%{name}-%{version}.tar.gz
 BuildRequires:  doxygen
 BuildRequires:  libexpat-devel
@@ -42,7 +42,6 @@
 
 %package -n %{name}%{soname}
 
-License:        LGPL-2.1+
 Summary:        Library for Handling of Gadu-Gadu Instant Messaging
 Group:          System/Libraries
 Provides:       %{name} = %{version}
@@ -53,7 +52,6 @@
 instant messenger Gadu-Gadu.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Library for Handling of Gadu-Gadu Instant Messaging
 Group:          Development/Libraries/C and C++
 Requires:       %{name}%{soname} = %{version}

++++++ libgadu-1.11.1.tar.gz -> libgadu-1.11.2.tar.gz ++++++
++++ 2317 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgadu-1.11.1/README new/libgadu-1.11.2/README
--- old/libgadu-1.11.1/README   2011-11-05 17:44:28.000000000 +0100
+++ new/libgadu-1.11.2/README   2012-06-18 23:04:25.000000000 +0200
@@ -1,5 +1,5 @@
-libgadu 1.11.1
-(C) Copyright 2001-2011 Autorzy (pełna lista w pliku AUTHORS)
+libgadu 1.11.2
+(C) Copyright 2001-2012 Autorzy (pełna lista w pliku AUTHORS)
 
 libgadu jest biblioteką przeznaczoną do obsługi protokołu komunikatora
 Gadu-Gadu. Przez dłuższy czas była integralną częścią Eksperymentalnego
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgadu-1.11.1/config.h new/libgadu-1.11.2/config.h
--- old/libgadu-1.11.1/config.h 2012-01-11 00:32:46.000000000 +0100
+++ new/libgadu-1.11.2/config.h 2012-06-18 23:06:13.000000000 +0200
@@ -53,7 +53,7 @@
 /* #undef GG_CONFIG_PTHREAD_DEFAULT */
 
 /* Library version */
-#define GG_LIBGADU_VERSION "1.11.1"
+#define GG_LIBGADU_VERSION "1.11.2"
 
 /* Define to 1 if you have the <curl/curl.h> header file. */
 /* #undef HAVE_CURL_CURL_H */
@@ -77,7 +77,7 @@
 #define HAVE_INTTYPES_H 1
 
 /* Defined if libxml2 is available. */
-#define HAVE_LIBXML2 /**/
+/* #undef HAVE_LIBXML2 */
 
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
@@ -157,7 +157,7 @@
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.11.1"
+#define VERSION "1.11.2"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgadu-1.11.1/configure.ac new/libgadu-1.11.2/configure.ac
--- old/libgadu-1.11.1/configure.ac     2011-11-05 17:44:46.000000000 +0100
+++ new/libgadu-1.11.2/configure.ac     2012-06-18 23:09:32.000000000 +0200
@@ -1,7 +1,7 @@
-dnl $Id: configure.ac 1230 2011-11-05 16:44:46Z wojtekka $
+dnl $Id: configure.ac 1296 2012-06-18 21:09:31Z wojtekka $
 
 AC_INIT(src/libgadu.c)
-AM_INIT_AUTOMAKE(libgadu, 1.11.1)
+AM_INIT_AUTOMAKE(libgadu, 1.11.2)
 
 AC_PREREQ(2.50)
 AC_CANONICAL_HOST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgadu-1.11.1/docs/Doxyfile new/libgadu-1.11.2/docs/Doxyfile
--- old/libgadu-1.11.1/docs/Doxyfile    2012-01-11 00:32:46.000000000 +0100
+++ new/libgadu-1.11.2/docs/Doxyfile    2012-06-18 23:09:54.000000000 +0200
@@ -4,7 +4,7 @@
 # General configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = libgadu
-PROJECT_NUMBER         = 1.11.1
+PROJECT_NUMBER         = 1.11.2
 OUTPUT_DIRECTORY       = .
 OUTPUT_LANGUAGE        = Polish
 EXTRACT_ALL            = YES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgadu-1.11.1/docs/changelog.dox new/libgadu-1.11.2/docs/changelog.dox
--- old/libgadu-1.11.1/docs/changelog.dox       2012-01-15 00:09:20.000000000 
+0100
+++ new/libgadu-1.11.2/docs/changelog.dox       2012-06-18 23:09:05.000000000 
+0200
@@ -9,6 +9,10 @@
 przypadków nie mają wpływ na interfejs binarny biblioteki. Nowe funkcje,
 stałe i pola struktur nie zmieniają dotychczasowego zachowania.
 
+\section changelog-1_11_2 libgadu 1.11.2
+
+- Brak zmian API/ABI.
+
 \section changelog-1_11_1 libgadu 1.11.1
 
 - Brak zmian API/ABI.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgadu-1.11.1/src/resolver.c new/libgadu-1.11.2/src/resolver.c
--- old/libgadu-1.11.1/src/resolver.c   2011-11-04 22:30:37.000000000 +0100
+++ new/libgadu-1.11.2/src/resolver.c   2012-02-20 21:30:50.000000000 +0100
@@ -247,6 +247,9 @@
 /**
  * \internal Rozwiązuje nazwę i zapisuje wynik do podanego desktyptora.
  *
+ * \note Użycie logowania w tej funkcji może mieć negatywny wpływ na
+ * aplikacje jednowątkowe korzystające.
+ *
  * \param fd Deskryptor
  * \param hostname Nazwa serwera
  *
@@ -258,8 +261,6 @@
        int addr_count;
        int res = 0;
 
-       gg_debug(GG_DEBUG_MISC, "// gg_resolver_run(%d, %s)\n", fd, hostname);
-
        if ((addr_ip[0].s_addr = inet_addr(hostname)) == INADDR_NONE) {
                if (gg_gethostbyname_real(hostname, &addr_list, &addr_count, 1) 
== -1) {
                        addr_list = addr_ip;
@@ -272,8 +273,6 @@
                addr_count = 1;
        }
 
-       gg_debug(GG_DEBUG_MISC, "// gg_resolver_run() count = %d\n", 
addr_count);
-
        if (write(fd, addr_list, (addr_count + 1) * sizeof(struct in_addr)) != 
(addr_count + 1) * sizeof(struct in_addr))
                res = -1;
 

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

Reply via email to