Hello community,

here is the log from the commit of package libgnome-keyring for openSUSE:Factory
checked in at Mon Jun 6 10:06:51 CEST 2011.



--------
--- GNOME/libgnome-keyring/libgnome-keyring.changes     2011-04-26 
18:00:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/libgnome-keyring/libgnome-keyring.changes      
2011-05-17 21:54:09.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 17 18:34:04 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.1:
+  + Build fixes.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libgnome-keyring-3.0.1.tar.bz2

New:
----
  libgnome-keyring-3.1.1.tar.bz2

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

Other differences:
------------------
++++++ libgnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.M052iS/_old  2011-06-06 09:52:59.000000000 +0200
+++ /var/tmp/diff_new_pack.M052iS/_new  2011-06-06 09:52:59.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           libgnome-keyring
-Version:        3.0.1
+Version:        3.1.1
 Release:        1
 Url:            http://www.gnome.org/
 Group:          Development/Libraries/GNOME

++++++ libgnome-keyring-3.0.1.tar.bz2 -> libgnome-keyring-3.1.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/ChangeLog 
new/libgnome-keyring-3.1.1/ChangeLog
--- old/libgnome-keyring-3.0.1/ChangeLog        2011-04-25 03:34:32.000000000 
+0200
+++ new/libgnome-keyring-3.1.1/ChangeLog        2011-05-09 11:40:04.000000000 
+0200
@@ -1,5 +1,39 @@
 # Generate automatically. Do not edit.
 
+commit be0a4b2629ce6127c2a81cc82e80f9f2268a8e4f
+Author: Stef Walter <st...@collabora.co.uk>
+Date:   2011-05-09
+
+    Release version 3.1.1
+
+ NEWS         |    3 +++
+ configure.ac |    2 +-
+ 2 files changed, 4 insertions(+), 1 deletions(-)
+
+commit f979ded30a7ad345b02678ee9257b45729c0bd09
+Author: Stef Walter <st...@collabora.co.uk>
+Date:   2011-04-25
+
+    Rename configure.in to configure.ac
+
+ autogen.sh   |    2 +-
+ configure.ac |  242 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.in |  243 ----------------------------------------------------------
+ 3 files changed, 243 insertions(+), 244 deletions(-)
+
+commit ef9b74c34fa396eb6fbf963864e2e9444f67df48
+Merge: 8d7c2ac bfbefcf
+Author: Stef Walter <st...@collabora.co.uk>
+Date:   2011-04-25
+
+    Merge branch 'gnome-3-0'
+    
+    Conflicts:
+       configure.in
+       library/gkr-debug.c
+       library/gkr-operation.c
+       po/tr.po
+
 commit bfbefcfeceb125172e3b3c51219a4dc21ef10a9e
 Author: Stef Walter <st...@collabora.co.uk>
 Date:   2011-04-25
@@ -52,6 +86,16 @@
 
     Merge branch 'dbus-race-condition' into gnome-3-0
 
+commit 8d7c2ac0f9d309fc814c95d2b4d1f4f148a50643
+Author: Muhammet Kara <muhamme...@gmail.com>
+Date:   2011-04-23
+
+    Added Turkish translation
+
+ po/LINGUAS |    1 +
+ po/tr.po   |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 56 insertions(+), 0 deletions(-)
+
 commit d985494d0f29746d9152370aeee4103fd5266b18
 Author: Muhammet Kara <muhamme...@gmail.com>
 Date:   2011-04-23
@@ -122,6 +166,101 @@
 Author: Hermien Bos <hermien...@gmail.com>
 Date:   2011-03-25
 
+    Translation for Afrikaans (af)
+
+ po/LINGUAS |    1 +
+ po/af.po   |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 58 insertions(+), 0 deletions(-)
+
+commit b0f6a2a576584bdfb3426ddbe4265ab730f7b5c1
+Author: Stef Walter <st...@collabora.co.uk>
+Date:   2011-04-01
+
+    Cleanup documentation warnings.
+
+ docs/reference/gnome-keyring/Makefile.am           |   10 +-
+ .../gnome-keyring/gnome-keyring-sections.txt       |    6 +
+ library/gkr-misc.c                                 |   16 ++
+ library/gnome-keyring-private.h                    |    1 +
+ library/gnome-keyring-utils.c                      |   88 ++++++++++-
+ library/gnome-keyring.c                            |   44 ++++--
+ library/gnome-keyring.h                            |  160 ++++++++++----------
+ 7 files changed, 225 insertions(+), 100 deletions(-)
+
+commit b9467cbd88a2caa9ceaac9fa134c4fe034f68709
+Author: Stef Walter <st...@collabora.co.uk>
+Date:   2011-03-31
+
+    Add debugging instrumentation to operations.
+    
+     * Run with GKR_DEBUG=all environment variable to display debubugging.
+     * Only gkr-operation.c has debugging for now.
+
+ library/Makefile.am             |    2 +
+ library/gkr-debug.c             |  106 +++++++++++++++++++++++++++++++++++++++
+ library/gkr-debug.h             |   85 +++++++++++++++++++++++++++++++
+ library/gkr-operation.c         |   56 +++++++++++++++++---
+ library/tests/test-any-daemon.c |    1 +
+ library/tests/test-keyrings.c   |    1 +
+ library/tests/test-memory.c     |    1 +
+ library/tests/test-other.c      |    1 +
+ library/tests/test-prompting.c  |    1 +
+ 9 files changed, 245 insertions(+), 9 deletions(-)
+
+commit 500cc86425163815260a45e3ea949749366a8b6d
+Author: Stef Walter <st...@collabora.co.uk>
+Date:   2011-03-31
+
+    Rework the compile options
+    
+     * Some debugging automatically enabled
+     * Tests automatically enabled.
+     * --enable-debug=full builds with all the debug info possible.
+
+ configure.in |   45 +++++++++++++++++++++++----------------------
+ 1 files changed, 23 insertions(+), 22 deletions(-)
+
+commit b72369cb460d9728c0476ab38d2fbbcc188ebf65
+Author: Amitakhya Phukan <amitak...@svn.gnome.org>
+Date:   2011-03-31
+
+    Adding as to LINGUAS
+
+ po/LINGUAS |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+commit 1e0fc65942b2d78ea6a618be85349628e2cd4172
+Author: Amitakhya Phukan <amitak...@svn.gnome.org>
+Date:   2011-03-31
+
+    Updated Assamese translations
+
+ po/as.po |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 56 insertions(+), 0 deletions(-)
+
+commit c6570d9d7798aea6c331501f36a49cfbe80d6d20
+Author: Rajesh Ranjan <rran...@redhat.com>
+Date:   2011-03-28
+
+    hindi added and translated and lingua upodated
+
+ po/LINGUAS |    1 +
+ po/hi.po   |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 57 insertions(+), 0 deletions(-)
+
+commit 6562236032ebc5a9182dbcffd92ff767b52a41b7
+Author: Abduxukur Abdurixit <abduri...@gmail.com>
+Date:   2011-03-27
+
+    Added UG translation
+
+ po/ug.po |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit e9a490ea11567bee81a31d0c0a87d6385f365496
+Author: Hermien Bos <hermien...@gmail.com>
+Date:   2011-03-25
+
     Translation for Afrikaans (af)
 
  po/LINGUAS |    1 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/Makefile.in 
new/libgnome-keyring-3.1.1/Makefile.in
--- old/libgnome-keyring-3.0.1/Makefile.in      2011-04-25 03:33:05.000000000 
+0200
+++ new/libgnome-keyring-3.1.1/Makefile.in      2011-05-09 11:36:45.000000000 
+0200
@@ -40,7 +40,7 @@
        compile config.guess config.sub depcomp install-sh ltmain.sh \
        missing mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/NEWS 
new/libgnome-keyring-3.1.1/NEWS
--- old/libgnome-keyring-3.0.1/NEWS     2011-04-25 03:31:09.000000000 +0200
+++ new/libgnome-keyring-3.1.1/NEWS     2011-05-09 11:36:18.000000000 +0200
@@ -1,3 +1,6 @@
+Changes in version 3.1.1 are:
+ * Build fixes.
+
 Changes in version 3.0.1 are:
  * Better testing configure options: --enable-tests=yes/no/full
  * Cleanup documentation warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/config.h.in 
new/libgnome-keyring-3.1.1/config.h.in
--- old/libgnome-keyring-3.0.1/config.h.in      2011-04-25 03:33:04.000000000 
+0200
+++ new/libgnome-keyring-3.1.1/config.h.in      2011-05-09 11:36:44.000000000 
+0200
@@ -1,4 +1,4 @@
-/* config.h.in.  Generated from configure.in by autoheader.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* always defined to indicate that i18n is enabled */
 #undef ENABLE_NLS
@@ -12,6 +12,9 @@
 /* Path to gnome-keyring-daemon */
 #undef GNOME_KEYRING_DAEMON_PATH
 
+/* Disable glib assertions */
+#undef G_DISABLE_ASSERT
+
 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
 #undef HAVE_BIND_TEXTDOMAIN_CODESET
 
@@ -131,7 +134,7 @@
 /* Version number of package */
 #undef VERSION
 
-/* In debug mode */
+/* Print debug output */
 #undef WITH_DEBUG
 
 /* Build extra hooks for more testable code */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/configure 
new/libgnome-keyring-3.1.1/configure
--- old/libgnome-keyring-3.0.1/configure        2011-04-25 03:33:04.000000000 
+0200
+++ new/libgnome-keyring-3.1.1/configure        2011-05-09 11:36:44.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for libgnome-keyring 3.0.1.
+# Generated by GNU Autoconf 2.67 for libgnome-keyring 3.1.1.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -698,8 +698,8 @@
 # Identity of this package.
 PACKAGE_NAME='libgnome-keyring'
 PACKAGE_TARNAME='libgnome-keyring'
-PACKAGE_VERSION='3.0.1'
-PACKAGE_STRING='libgnome-keyring 3.0.1'
+PACKAGE_VERSION='3.1.1'
+PACKAGE_STRING='libgnome-keyring 3.1.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1507,7 +1507,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libgnome-keyring 3.0.1 to adapt to many kinds of 
systems.
+\`configure' configures libgnome-keyring 3.1.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1578,7 +1578,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libgnome-keyring 3.0.1:";;
+     short | recursive ) echo "Configuration of libgnome-keyring 3.1.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1601,7 +1601,8 @@
   --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
   --enable-gtk-doc-html   build documentation in html format [[default=yes]]
   --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
-  --enable-debug          Compile binaries in debug mode
+  --enable-debug=no/yes/full
+                          Turn on or off debugging
   --enable-tests=yes/no/full
                           Build tests and testing tools. default: yes
 
@@ -1700,7 +1701,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libgnome-keyring configure 3.0.1
+libgnome-keyring configure 3.1.1
 generated by GNU Autoconf 2.67
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2119,7 +2120,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libgnome-keyring $as_me 3.0.1, which was
+It was created by libgnome-keyring $as_me 3.1.1, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   $ $0 $@
@@ -2935,7 +2936,7 @@
 
 # Define the identity of the package.
  PACKAGE='libgnome-keyring'
- VERSION='3.0.1'
+ VERSION='3.1.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6140,13 +6141,13 @@
 else
   lt_cv_nm_interface="BSD nm"
   echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:6143: $ac_compile\"" >&5)
+  (eval echo "\"\$as_me:6144: $ac_compile\"" >&5)
   (eval "$ac_compile" 2>conftest.err)
   cat conftest.err >&5
-  (eval echo "\"\$as_me:6146: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+  (eval echo "\"\$as_me:6147: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
   cat conftest.err >&5
-  (eval echo "\"\$as_me:6149: output\"" >&5)
+  (eval echo "\"\$as_me:6150: output\"" >&5)
   cat conftest.out >&5
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
     lt_cv_nm_interface="MS dumpbin"
@@ -7340,7 +7341,7 @@
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 7343 "configure"' > conftest.$ac_ext
+  echo '#line 7344 "configure"' > conftest.$ac_ext
   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -8568,11 +8569,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:8571: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:8572: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:8575: \$? = $ac_status" >&5
+   echo "$as_me:8576: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -8907,11 +8908,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:8910: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:8911: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:8914: \$? = $ac_status" >&5
+   echo "$as_me:8915: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -9012,11 +9013,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:9015: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:9016: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:9019: \$? = $ac_status" >&5
+   echo "$as_me:9020: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -9067,11 +9068,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:9070: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:9071: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:9074: \$? = $ac_status" >&5
+   echo "$as_me:9075: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -11451,7 +11452,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11454 "configure"
+#line 11455 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11547,7 +11548,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11550 "configure"
+#line 11551 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13995,28 +13996,33 @@
 fi
 
 
-if test "$enable_debug" = "yes"; then
-       CFLAGS="$CFLAGS -g -O0 -Wall"
+if test "$enable_debug" != "no"; then
+
+cat >>confdefs.h <<_ACEOF
+#define WITH_DEBUG 1
+_ACEOF
+
+fi
+
+if test "$enable_debug" = "full"; then
+       debug_status="full"
+       CFLAGS="$CFLAGS -g -O0 -Werror"
        CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
        CFLAGS="$CFLAGS -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
+elif test "$enable_debug" = "no"; then
+       debug_status="no"
 
 cat >>confdefs.h <<_ACEOF
-#define WITH_DEBUG 1
+#define G_DISABLE_ASSERT 1
 _ACEOF
 
-       echo "enabling debug compile mode"
-       debug_status="yes"
 else
-               echo "disabling debug compile mode"
-       debug_status="no"
+       debug_status="yes"
 fi
 
-# -------------------------------------------------------------------
-# More warnings
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for more warnings" >&5
 $as_echo_n "checking for more warnings... " >&6; }
-if test "$GCC" = "yes"; then
+if test "$enale_debug" != "no" -a "$GCC" = "yes"; then
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
        CFLAGS="\
@@ -14150,6 +14156,7 @@
 
 
 # ----------------------------------------------------------------------
+# Status
 
 
 
@@ -14714,7 +14721,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libgnome-keyring $as_me 3.0.1, which was
+This file was extended by libgnome-keyring $as_me 3.1.1, which was
 generated by GNU Autoconf 2.67.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14780,7 +14787,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libgnome-keyring config.status 3.0.1
+libgnome-keyring config.status 3.1.1
 configured by $0, generated by GNU Autoconf 2.67,
   with options \\"\$ac_cs_config\\"
 
@@ -16570,8 +16577,9 @@
 #
 
 echo
-echo "BUILD"
+echo "CFLAGS: $CFLAGS"
+echo
+echo "OPTIONS:"
 echo "  Debug Build:          $debug_status"
-echo "  Tests, -Werror:       $tests_status"
+echo "  Tests:                $tests_status"
 echo
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/configure.ac 
new/libgnome-keyring-3.1.1/configure.ac
--- old/libgnome-keyring-3.0.1/configure.ac     1970-01-01 01:00:00.000000000 
+0100
+++ new/libgnome-keyring-3.1.1/configure.ac     2011-05-09 11:36:26.000000000 
+0200
@@ -0,0 +1,242 @@
+AC_INIT([libgnome-keyring], [3.1.1])
+AC_CONFIG_SRCDIR([library/gnome-keyring.h])
+AM_INIT_AUTOMAKE([tar-ustar])
+
+AM_CONFIG_HEADER(config.h)
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+AM_SANITY_CHECK
+AM_MAINTAINER_MODE
+
+AC_GNU_SOURCE
+AC_C_CONST
+AC_ISC_POSIX
+AC_PROG_CC
+AM_PROG_CC_C_O
+AC_PROG_INSTALL
+AC_PROG_LN_S
+AC_PROG_MAKE_SET
+AM_DISABLE_STATIC
+AM_PROG_LIBTOOL
+IT_PROG_INTLTOOL([0.35.0])
+AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+
+LIB_GNOME_KEYRING_LT_VERSION=1:1:1
+AC_SUBST(LIB_GNOME_KEYRING_LT_VERSION)
+
+version_bits=`echo $VERSION | tr '.' ' '`
+full_version=`printf %03d%03d%03d $version_bits`
+AC_DEFINE_UNQUOTED(GKR_VERSION, $full_version, [The libgnome-keyring version 
as a number])
+
+AC_TYPE_PID_T
+AC_TYPE_SIGNAL
+AC_TYPE_SIZE_T
+AC_TYPE_UID_T
+
+GTK_DOC_CHECK(1.9)
+DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
+AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
+
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.16.0)
+AC_SUBST(GLIB_CFLAGS)
+AC_SUBST(GLIB_LIBS)
+
+LIBRARY_CFLAGS="$LIBRARY_CFLAGS $GLIB_CFLAGS"
+LIBRARY_LIBS="$LIBRARY_LIBS $GLIB_LIBS"
+
+GETTEXT_PACKAGE="libgnome-keyring"
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext domain 
name])
+AC_SUBST(GETTEXT_PACKAGE)
+
+AM_GLIB_GNU_GETTEXT
+
+# --------------------------------------------------------------------
+# Check for various credentials.
+#
+
+AC_MSG_CHECKING(for struct cmsgcred)
+AC_TRY_COMPILE([
+#include <sys/types.h>
+#include <sys/socket.h>
+],[
+struct cmsgcred cred;
+
+cred.cmcred_pid = 0;
+],have_struct_cmsgcred=yes,have_struct_cmsgcred=no)
+AC_MSG_RESULT($have_struct_cmsgcred)
+
+if test x$have_struct_cmsgcred = xyes; then
+       AC_DEFINE(HAVE_CMSGCRED, 1, [Have cmsgcred structure])
+fi
+
+# --------------------------------------------------------------------
+# Check for getpeerucred
+#
+
+AC_CHECK_FUNCS(getpeerucred, AC_DEFINE(HAVE_GETPEERUCRED,1,[Have 
getpeerucred]))
+
+# --------------------------------------------------------------------
+# Check for getpeereid
+#
+
+AC_CHECK_FUNCS(getpeereid, AC_DEFINE(HAVE_GETPEEREID, 1, [Have getpeereid 
function]))
+
+# --------------------------------------------------------------------
+# Memory locking
+#
+
+AC_CHECK_FUNCS(mlock)
+
+# --------------------------------------------------------------------
+# DBus Checks
+#
+
+DBUS_REQUIRED=1.0
+PKG_CHECK_MODULES([DBUS], dbus-1 >= 1.0)
+
+DBUS_VERSION=`$PKG_CONFIG --modversion dbus-1`
+DBUS_MAJOR_VERSION=`echo $DBUS_VERSION | cut -d. -f1`
+DBUS_MINOR_VERSION=`echo $DBUS_VERSION | cut -d. -f2`
+DBUS_MICRO_VERSION=`echo $DBUS_VERSION | cut -d. -f3`
+DBUS_CFLAGS="$DBUS_CFLAGS -DGKR_DBUS_MAJOR_VERSION=$DBUS_MAJOR_VERSION"
+DBUS_CFLAGS="$DBUS_CFLAGS -DGKR_DBUS_MINOR_VERSION=$DBUS_MINOR_VERSION"
+DBUS_CFLAGS="$DBUS_CFLAGS -DGKR_DBUS_MICRO_VERSION=$DBUS_MICRO_VERSION"
+
+LIBRARY_CFLAGS="$LIBRARY_CFLAGS $DBUS_CFLAGS"
+LIBRARY_LIBS="$LIBRARY_LIBS $DBUS_LIBS"
+
+# --------------------------------------------------------------------
+# libgcrypt
+#
+
+GCRYPT_VERSION=1.2.2
+GCRYPT_LIBVER=1
+
+AM_PATH_LIBGCRYPT($GCRYPT_LIBVER:$GCRYPT_VERSION,,
+       AC_MSG_ERROR([[
+***
+*** libgcrypt was not found. You may want to get it from
+*** ftp://ftp.gnupg.org/gcrypt/libgcrypt/
+***
+]]))
+libgcrypt=yes
+AC_DEFINE_UNQUOTED(LIBGCRYPT_VERSION, "$GCRYPT_VERSION", [Version of GCRYPT we 
expect])
+
+LIBRARY_CFLAGS="$LIBRARY_CFLAGS $LIBGCRYPT_CFLAGS"
+LIBRARY_LIBS="$LIBRARY_LIBS $LIBGCRYPT_LIBS"
+
+AC_SUBST([LIBGCRYPT_CFLAGS])
+AC_SUBST([LIBGCRYPT_LIBS])
+
+# --------------------------------------------------------------------
+# Debug mode
+#
+
+AC_ARG_ENABLE(debug,
+              AC_HELP_STRING([--enable-debug=no/yes/full],
+              [Turn on or off debugging]))
+
+if test "$enable_debug" != "no"; then
+       AC_DEFINE_UNQUOTED(WITH_DEBUG, 1, [Print debug output])
+fi
+
+if test "$enable_debug" = "full"; then
+       debug_status="full"
+       CFLAGS="$CFLAGS -g -O0 -Werror"
+       CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
+       CFLAGS="$CFLAGS -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
+elif test "$enable_debug" = "no"; then
+       debug_status="no"
+       AC_DEFINE_UNQUOTED(G_DISABLE_ASSERT, 1, [Disable glib assertions])
+else
+       debug_status="yes"
+fi
+
+AC_MSG_CHECKING(for more warnings)
+if test "$enale_debug" != "no" -a "$GCC" = "yes"; then
+       AC_MSG_RESULT(yes)
+       CFLAGS="\
+       -Wall \
+       -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
+       -Wnested-externs -Wpointer-arith \
+       -Wcast-align -Wsign-compare \
+       $CFLAGS"
+
+       for option in -Wno-strict-aliasing -Wno-sign-compare; do
+               SAVE_CFLAGS="$CFLAGS"
+               CFLAGS="$CFLAGS $option"
+               AC_MSG_CHECKING([whether gcc understands $option])
+               AC_TRY_COMPILE([], [],
+                       has_option=yes,
+                       has_option=no,)
+               if test $has_option = no; then
+                       CFLAGS="$SAVE_CFLAGS"
+               fi
+               AC_MSG_RESULT($has_option)
+               unset has_option
+               unset SAVE_CFLAGS
+       done
+       unset option
+else
+       AC_MSG_RESULT(no)
+fi
+
+# --------------------------------------------------------------------
+# Tests and Unit Tests
+
+AC_ARG_ENABLE(tests,
+        AC_HELP_STRING([--enable-tests=yes/no/full],
+        [Build tests and testing tools. default: yes]))
+
+AC_MSG_CHECKING([build test tools, unit tests, and -Werror])
+
+if test "$enable_tests" = "full"; then
+       tests_status="full"
+       CFLAGS="$CFLAGS -Werror"
+       TEST_MODE="thorough"
+       AC_DEFINE_UNQUOTED(WITH_TESTABLE, 1, [Build extra hooks for more 
testable code])
+elif test "$enable_tests" = "no"; then
+       tests_status="no"
+else
+       TEST_MODE="quick"
+       tests_status="yes"
+fi
+
+AC_MSG_RESULT($tests_status)
+AC_SUBST(TEST_MODE)
+AM_CONDITIONAL(WITH_TESTS, test "$enable_tests" != "no")
+
+AC_PATH_PROG(GNOME_KEYRING_DAEMON_PATH, gnome-keyring-daemon, 
"gnome-keyring-daemon")
+AC_DEFINE_UNQUOTED(GNOME_KEYRING_DAEMON_PATH, "$GNOME_KEYRING_DAEMON_PATH", 
[Path to gnome-keyring-daemon])
+
+# ----------------------------------------------------------------------
+# Status
+
+AC_SUBST(LIBRARY_CFLAGS)
+AC_SUBST(LIBRARY_LIBS)
+
+AC_OUTPUT([
+Makefile
+docs/Makefile
+docs/reference/Makefile
+docs/reference/gnome-keyring/Makefile
+egg/Makefile
+egg/tests/Makefile
+library/Makefile
+library/tests/Makefile
+library/gnome-keyring-1.pc
+library/gnome-keyring-1-uninstalled.pc
+po/Makefile.in
+])
+
+# 
------------------------------------------------------------------------------
+# Summary
+#
+
+echo
+echo "CFLAGS: $CFLAGS"
+echo
+echo "OPTIONS:"
+echo "  Debug Build:          $debug_status"
+echo "  Tests:                $tests_status"
+echo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/configure.in 
new/libgnome-keyring-3.1.1/configure.in
--- old/libgnome-keyring-3.0.1/configure.in     2011-04-25 03:31:35.000000000 
+0200
+++ new/libgnome-keyring-3.1.1/configure.in     1970-01-01 01:00:00.000000000 
+0100
@@ -1,240 +0,0 @@
-AC_INIT([libgnome-keyring], [3.0.1])
-AC_CONFIG_SRCDIR([library/gnome-keyring.h])
-AM_INIT_AUTOMAKE([tar-ustar])
-
-AM_CONFIG_HEADER(config.h)
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
-AM_SANITY_CHECK
-AM_MAINTAINER_MODE
-
-AC_GNU_SOURCE
-AC_C_CONST
-AC_ISC_POSIX
-AC_PROG_CC
-AM_PROG_CC_C_O
-AC_PROG_INSTALL
-AC_PROG_LN_S
-AC_PROG_MAKE_SET
-AM_DISABLE_STATIC
-AM_PROG_LIBTOOL
-IT_PROG_INTLTOOL([0.35.0])
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
-
-LIB_GNOME_KEYRING_LT_VERSION=1:1:1
-AC_SUBST(LIB_GNOME_KEYRING_LT_VERSION)
-
-version_bits=`echo $VERSION | tr '.' ' '`
-full_version=`printf %03d%03d%03d $version_bits`
-AC_DEFINE_UNQUOTED(GKR_VERSION, $full_version, [The libgnome-keyring version 
as a number])
-
-AC_TYPE_PID_T
-AC_TYPE_SIGNAL
-AC_TYPE_SIZE_T
-AC_TYPE_UID_T
-
-GTK_DOC_CHECK(1.9)
-DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
-AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
-
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.16.0)
-AC_SUBST(GLIB_CFLAGS)
-AC_SUBST(GLIB_LIBS)
-
-LIBRARY_CFLAGS="$LIBRARY_CFLAGS $GLIB_CFLAGS"
-LIBRARY_LIBS="$LIBRARY_LIBS $GLIB_LIBS"
-
-GETTEXT_PACKAGE="libgnome-keyring"
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext domain 
name])
-AC_SUBST(GETTEXT_PACKAGE)
-
-AM_GLIB_GNU_GETTEXT
-
-# --------------------------------------------------------------------
-# Check for various credentials.
-#
-
-AC_MSG_CHECKING(for struct cmsgcred)
-AC_TRY_COMPILE([
-#include <sys/types.h>
-#include <sys/socket.h>
-],[
-struct cmsgcred cred;
-
-cred.cmcred_pid = 0;
-],have_struct_cmsgcred=yes,have_struct_cmsgcred=no)
-AC_MSG_RESULT($have_struct_cmsgcred)
-
-if test x$have_struct_cmsgcred = xyes; then
-       AC_DEFINE(HAVE_CMSGCRED, 1, [Have cmsgcred structure])
-fi
-
-# --------------------------------------------------------------------
-# Check for getpeerucred
-#
-
-AC_CHECK_FUNCS(getpeerucred, AC_DEFINE(HAVE_GETPEERUCRED,1,[Have 
getpeerucred]))
-
-# --------------------------------------------------------------------
-# Check for getpeereid
-#
-
-AC_CHECK_FUNCS(getpeereid, AC_DEFINE(HAVE_GETPEEREID, 1, [Have getpeereid 
function]))
-
-# --------------------------------------------------------------------
-# Memory locking
-#
-
-AC_CHECK_FUNCS(mlock)
-
-# --------------------------------------------------------------------
-# DBus Checks
-#
-
-DBUS_REQUIRED=1.0
-PKG_CHECK_MODULES([DBUS], dbus-1 >= 1.0)
-
-DBUS_VERSION=`$PKG_CONFIG --modversion dbus-1`
-DBUS_MAJOR_VERSION=`echo $DBUS_VERSION | cut -d. -f1`
-DBUS_MINOR_VERSION=`echo $DBUS_VERSION | cut -d. -f2`
-DBUS_MICRO_VERSION=`echo $DBUS_VERSION | cut -d. -f3`
-DBUS_CFLAGS="$DBUS_CFLAGS -DGKR_DBUS_MAJOR_VERSION=$DBUS_MAJOR_VERSION"
-DBUS_CFLAGS="$DBUS_CFLAGS -DGKR_DBUS_MINOR_VERSION=$DBUS_MINOR_VERSION"
-DBUS_CFLAGS="$DBUS_CFLAGS -DGKR_DBUS_MICRO_VERSION=$DBUS_MICRO_VERSION"
-
-LIBRARY_CFLAGS="$LIBRARY_CFLAGS $DBUS_CFLAGS"
-LIBRARY_LIBS="$LIBRARY_LIBS $DBUS_LIBS"
-
-# --------------------------------------------------------------------
-# libgcrypt
-#
-
-GCRYPT_VERSION=1.2.2
-GCRYPT_LIBVER=1
-
-AM_PATH_LIBGCRYPT($GCRYPT_LIBVER:$GCRYPT_VERSION,,
-       AC_MSG_ERROR([[
-***
-*** libgcrypt was not found. You may want to get it from
-*** ftp://ftp.gnupg.org/gcrypt/libgcrypt/
-***
-]]))
-libgcrypt=yes
-AC_DEFINE_UNQUOTED(LIBGCRYPT_VERSION, "$GCRYPT_VERSION", [Version of GCRYPT we 
expect])
-
-LIBRARY_CFLAGS="$LIBRARY_CFLAGS $LIBGCRYPT_CFLAGS"
-LIBRARY_LIBS="$LIBRARY_LIBS $LIBGCRYPT_LIBS"
-
-AC_SUBST([LIBGCRYPT_CFLAGS])
-AC_SUBST([LIBGCRYPT_LIBS])
-
-# --------------------------------------------------------------------
-# Debug mode
-#
-
-AC_ARG_ENABLE(debug,
-              AC_HELP_STRING([--enable-debug],
-              [Compile binaries in debug mode]))
-
-if test "$enable_debug" = "yes"; then
-       CFLAGS="$CFLAGS -g -O0 -Wall"
-       CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
-       CFLAGS="$CFLAGS -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
-       AC_DEFINE_UNQUOTED(WITH_DEBUG, 1, [In debug mode])
-       echo "enabling debug compile mode"
-       debug_status="yes"
-else
-       dnl AC_DEFINE_UNQUOTED(G_DISABLE_ASSERT, 1, [Disable glib assertions])
-       echo "disabling debug compile mode"
-       debug_status="no"
-fi
-
-# -------------------------------------------------------------------
-# More warnings
-
-AC_MSG_CHECKING(for more warnings)
-if test "$GCC" = "yes"; then
-       AC_MSG_RESULT(yes)
-       CFLAGS="\
-       -Wall \
-       -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
-       -Wnested-externs -Wpointer-arith \
-       -Wcast-align -Wsign-compare \
-       $CFLAGS"
-
-       for option in -Wno-strict-aliasing -Wno-sign-compare; do
-               SAVE_CFLAGS="$CFLAGS"
-               CFLAGS="$CFLAGS $option"
-               AC_MSG_CHECKING([whether gcc understands $option])
-               AC_TRY_COMPILE([], [],
-                       has_option=yes,
-                       has_option=no,)
-               if test $has_option = no; then
-                       CFLAGS="$SAVE_CFLAGS"
-               fi
-               AC_MSG_RESULT($has_option)
-               unset has_option
-               unset SAVE_CFLAGS
-       done
-       unset option
-else
-       AC_MSG_RESULT(no)
-fi
-
-# --------------------------------------------------------------------
-# Tests and Unit Tests
-
-AC_ARG_ENABLE(tests,
-        AC_HELP_STRING([--enable-tests=yes/no/full],
-        [Build tests and testing tools. default: yes]))
-
-AC_MSG_CHECKING([build test tools, unit tests, and -Werror])
-
-if test "$enable_tests" = "full"; then
-       tests_status="full"
-       CFLAGS="$CFLAGS -Werror"
-       TEST_MODE="thorough"
-       AC_DEFINE_UNQUOTED(WITH_TESTABLE, 1, [Build extra hooks for more 
testable code])
-elif test "$enable_tests" = "no"; then
-       tests_status="no"
-else
-       TEST_MODE="quick"
-       tests_status="yes"
-fi
-
-AC_MSG_RESULT($tests_status)
-AC_SUBST(TEST_MODE)
-AM_CONDITIONAL(WITH_TESTS, test "$enable_tests" != "no")
-
-AC_PATH_PROG(GNOME_KEYRING_DAEMON_PATH, gnome-keyring-daemon, 
"gnome-keyring-daemon")
-AC_DEFINE_UNQUOTED(GNOME_KEYRING_DAEMON_PATH, "$GNOME_KEYRING_DAEMON_PATH", 
[Path to gnome-keyring-daemon])
-
-# ----------------------------------------------------------------------
-
-AC_SUBST(LIBRARY_CFLAGS)
-AC_SUBST(LIBRARY_LIBS)
-
-AC_OUTPUT([
-Makefile
-docs/Makefile
-docs/reference/Makefile
-docs/reference/gnome-keyring/Makefile
-egg/Makefile
-egg/tests/Makefile
-library/Makefile
-library/tests/Makefile
-library/gnome-keyring-1.pc
-library/gnome-keyring-1-uninstalled.pc
-po/Makefile.in
-])
-
-# 
------------------------------------------------------------------------------
-# Summary
-#
-
-echo
-echo "BUILD"
-echo "  Debug Build:          $debug_status"
-echo "  Tests, -Werror:       $tests_status"
-echo
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/docs/Makefile.in 
new/libgnome-keyring-3.1.1/docs/Makefile.in
--- old/libgnome-keyring-3.0.1/docs/Makefile.in 2011-04-25 03:33:04.000000000 
+0200
+++ new/libgnome-keyring-3.1.1/docs/Makefile.in 2011-05-09 11:36:44.000000000 
+0200
@@ -36,7 +36,7 @@
 subdir = docs
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/docs/reference/Makefile.in 
new/libgnome-keyring-3.1.1/docs/reference/Makefile.in
--- old/libgnome-keyring-3.0.1/docs/reference/Makefile.in       2011-04-25 
03:33:04.000000000 +0200
+++ new/libgnome-keyring-3.1.1/docs/reference/Makefile.in       2011-05-09 
11:36:44.000000000 +0200
@@ -36,7 +36,7 @@
 subdir = docs/reference
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgnome-keyring-3.0.1/docs/reference/gnome-keyring/Makefile.in 
new/libgnome-keyring-3.1.1/docs/reference/gnome-keyring/Makefile.in
--- old/libgnome-keyring-3.0.1/docs/reference/gnome-keyring/Makefile.in 
2011-04-25 03:33:05.000000000 +0200
+++ new/libgnome-keyring-3.1.1/docs/reference/gnome-keyring/Makefile.in 
2011-05-09 11:36:45.000000000 +0200
@@ -43,7 +43,7 @@
        $(top_srcdir)/gtk-doc.make
 subdir = docs/reference/gnome-keyring
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgnome-keyring-3.0.1/docs/reference/gnome-keyring/html/ch01.html 
new/libgnome-keyring-3.1.1/docs/reference/gnome-keyring/html/ch01.html
--- old/libgnome-keyring-3.0.1/docs/reference/gnome-keyring/html/ch01.html      
2011-04-25 03:34:32.000000000 +0200
+++ new/libgnome-keyring-3.1.1/docs/reference/gnome-keyring/html/ch01.html      
2011-05-09 11:40:03.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="id2917988"></a>gnome-keyring API Reference</h2></div></div></div>
+<a name="id2814223"></a>gnome-keyring API Reference</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a 
href="gnome-keyring-Simple-Password-Storage.html">Simple Password 
Storage</a></span><span class="refpurpose"> — Store and lookup passwords with a 
set of attributes.</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgnome-keyring-3.0.1/docs/reference/gnome-keyring/html/gnome-keyring-Simple-Password-Storage.html
 
new/libgnome-keyring-3.1.1/docs/reference/gnome-keyring/html/gnome-keyring-Simple-Password-Storage.html
--- 
old/libgnome-keyring-3.0.1/docs/reference/gnome-keyring/html/gnome-keyring-Simple-Password-Storage.html
     2011-04-25 03:34:32.000000000 +0200
+++ 
new/libgnome-keyring-3.1.1/docs/reference/gnome-keyring/html/gnome-keyring-Simple-Password-Storage.html
     2011-05-09 11:40:03.000000000 +0200
@@ -93,7 +93,7 @@
 <p>
 </p>
 <div class="example">
-<a name="id2890253"></a><p class="title"><b>Example 1. Passing attributes to 
the functions</b></p>
+<a name="id2786487"></a><p class="title"><b>Example 1. Passing attributes to 
the functions</b></p>
 <div class="example-contents"><pre class="programlisting">
   res = gnome_keyring_delete_password_sync (GNOME_KEYRING_NETWORK_PASSWORD,
                                             "user", "me",        // A string 
attribute
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/egg/Makefile.in 
new/libgnome-keyring-3.1.1/egg/Makefile.in
--- old/libgnome-keyring-3.0.1/egg/Makefile.in  2011-04-25 03:33:05.000000000 
+0200
+++ new/libgnome-keyring-3.1.1/egg/Makefile.in  2011-05-09 11:36:45.000000000 
+0200
@@ -37,7 +37,7 @@
 subdir = egg
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/egg/tests/Makefile.in 
new/libgnome-keyring-3.1.1/egg/tests/Makefile.in
--- old/libgnome-keyring-3.0.1/egg/tests/Makefile.in    2011-04-25 
03:33:05.000000000 +0200
+++ new/libgnome-keyring-3.1.1/egg/tests/Makefile.in    2011-05-09 
11:36:45.000000000 +0200
@@ -37,7 +37,7 @@
 subdir = egg/tests
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/library/Makefile.in 
new/libgnome-keyring-3.1.1/library/Makefile.in
--- old/libgnome-keyring-3.0.1/library/Makefile.in      2011-04-25 
03:33:05.000000000 +0200
+++ new/libgnome-keyring-3.1.1/library/Makefile.in      2011-05-09 
11:36:45.000000000 +0200
@@ -42,7 +42,7 @@
        $(srcdir)/gnome-keyring-1-uninstalled.pc.in \
        $(srcdir)/gnome-keyring-1.pc.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/library/tests/Makefile.in 
new/libgnome-keyring-3.1.1/library/tests/Makefile.in
--- old/libgnome-keyring-3.0.1/library/tests/Makefile.in        2011-04-25 
03:33:05.000000000 +0200
+++ new/libgnome-keyring-3.1.1/library/tests/Makefile.in        2011-05-09 
11:36:45.000000000 +0200
@@ -37,7 +37,7 @@
 subdir = library/tests
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/po/LINGUAS 
new/libgnome-keyring-3.1.1/po/LINGUAS
--- old/libgnome-keyring-3.0.1/po/LINGUAS       2011-04-23 08:28:47.000000000 
+0200
+++ new/libgnome-keyring-3.1.1/po/LINGUAS       2011-04-25 09:18:02.000000000 
+0200
@@ -1,6 +1,7 @@
 # please keep this list sorted alphabetically
 af
 ar
+as
 ast
 bg
 bn
@@ -23,6 +24,7 @@
 gu
 hu
 he
+hi
 id
 it
 ja
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/po/as.po 
new/libgnome-keyring-3.1.1/po/as.po
--- old/libgnome-keyring-3.0.1/po/as.po 1970-01-01 01:00:00.000000000 +0100
+++ new/libgnome-keyring-3.1.1/po/as.po 2011-04-25 09:18:02.000000000 +0200
@@ -0,0 +1,56 @@
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Nilamdyuti Goswami <ngosw...@redhat.com>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.";
+"cgi?product=gnome-keyring&component=libgnome-keyring\n"
+"POT-Creation-Date: 2011-03-01 09:28+0000\n"
+"PO-Revision-Date: 2011-03-22 19:17+0000\n"
+"Last-Translator: Nilamdyuti Goswami <ngosw...@redhat.com>\n"
+"Language-Team: Assamese <kde-i18n-...@kde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: ../library/gnome-keyring-utils.c:100
+msgid "Access Denied"
+msgstr "প্ৰবেশাধিকাৰ বঞ্চিত"
+
+#: ../library/gnome-keyring-utils.c:102
+msgid "The gnome-keyring-daemon application is not running."
+msgstr "gnome-keyring-daemon অনুপ্ৰয়োগটো চলি থকা নাই।"
+
+#: ../library/gnome-keyring-utils.c:104
+msgid "Error communicating with gnome-keyring-daemon"
+msgstr "gnome-keyring-daemon -ৰ সৈতে সংযোগ কৰোতে ত্ৰুটি"
+
+#: ../library/gnome-keyring-utils.c:106
+msgid "A keyring with that name already exists"
+msgstr "সেই নামৰ keyring ইতিমধ্যে উপস্থিত"
+
+#: ../library/gnome-keyring-utils.c:108
+msgid "Programmer error: The application sent invalid data."
+msgstr "প্ৰগ্ৰামাৰ ত্ৰুটি: অনুপ্ৰয়োগে অবৈধ তথ্য পঠাইছে।"
+
+#: ../library/gnome-keyring-utils.c:110
+msgid "No matching results"
+msgstr "কোনো মিলা পৰিণাম নাই"
+
+#: ../library/gnome-keyring-utils.c:112
+msgid "A keyring with that name does not exist."
+msgstr "সেই নামৰ keyring -ৰ অস্তিত্ব নাই।"
+
+#: ../library/gnome-keyring-utils.c:119
+msgid "The keyring has already been unlocked."
+msgstr "keyringটো ইতিমধ্যে আনলক কৰা হৈছে।"
+
+#. TRANSLATORS: This is the name of an automatically created default keyring.
+#: ../library/gnome-keyring.c:2819
+msgid "Default"
+msgstr "অবিকল্পিত"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/po/hi.po 
new/libgnome-keyring-3.1.1/po/hi.po
--- old/libgnome-keyring-3.0.1/po/hi.po 1970-01-01 01:00:00.000000000 +0100
+++ new/libgnome-keyring-3.1.1/po/hi.po 2011-04-25 09:18:02.000000000 +0200
@@ -0,0 +1,56 @@
+# translation of libgnome-keyring.po.master.hi.po to Hindi
+# Hindi translation for libgnome-keyring.
+# Copyright (C) 2011 libgnome-keyring's COPYRIGHT HOLDER
+# This file is distributed under the same license as the libgnome-keyring 
package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: libgnome-keyring.po.master.hi\n"
+"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring&keywords=I18N+L10N&component=libgnome-keyring\n";
+"POT-Creation-Date: 2011-03-27 19:31+0000\n"
+"PO-Revision-Date: 2011-03-28 13:47+0530\n"
+"Last-Translator: Rajesh Ranjan\n"
+"Language-Team: Hindi <Indlinux>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#: ../library/gnome-keyring-utils.c:100
+msgid "Access Denied"
+msgstr "पंहुच अस्वीकृत"
+
+#: ../library/gnome-keyring-utils.c:102
+msgid "The gnome-keyring-daemon application is not running."
+msgstr "gnome-keyring-daemon अनुप्रयोग चल नहीं रहा है."
+
+#: ../library/gnome-keyring-utils.c:104
+msgid "Error communicating with gnome-keyring-daemon"
+msgstr "gnome-keyring-daemon के साथ संचार त्रुटि"
+
+#: ../library/gnome-keyring-utils.c:106
+msgid "A keyring with that name already exists"
+msgstr "उस नाम के साथ कीरिंग पहले से मौजूद है"
+
+#: ../library/gnome-keyring-utils.c:108
+msgid "Programmer error: The application sent invalid data."
+msgstr "प्रोग्रामर त्रुटि: इस अनुप्रयोग ने अवैध आंकड़ा भेजा."
+
+#: ../library/gnome-keyring-utils.c:110
+msgid "No matching results"
+msgstr "कोई मिलान परिणाम नहीं"
+
+#: ../library/gnome-keyring-utils.c:112
+msgid "A keyring with that name does not exist."
+msgstr "उस नाम के साथ कीरिंग मौजूद नहीं है"
+
+#: ../library/gnome-keyring-utils.c:119
+msgid "The keyring has already been unlocked."
+msgstr "यह कुंजीरिंग पहले से खुला है."
+
+#. TRANSLATORS: This is the name of an automatically created default keyring.
+#: ../library/gnome-keyring.c:2790
+msgid "Default"
+msgstr "डिफ़ॉल्ट"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/po/tr.po 
new/libgnome-keyring-3.1.1/po/tr.po
--- old/libgnome-keyring-3.0.1/po/tr.po 2011-04-23 08:28:47.000000000 +0200
+++ new/libgnome-keyring-3.1.1/po/tr.po 2011-04-25 09:18:02.000000000 +0200
@@ -1,57 +1,55 @@
 # Turkish translation for libgnome-keyring.
 # Copyright (C) 2011 libgnome-keyring's COPYRIGHT HOLDER
 # This file is distributed under the same license as the libgnome-keyring 
package.
+# Muhammet Kara <muhamme...@gmail.com>, 2011.
 #
-# marici <m...@mustafaarici.info>, 2011.
-# Mustafa Arici <m...@mustafaarici.info>, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: libgnome-keyring gnome-3-0\n"
+"Project-Id-Version: libgnome-keyring master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-";
 "keyring&keywords=I18N+L10N&component=libgnome-keyring\n"
-"POT-Creation-Date: 2011-03-31 19:56+0000\n"
-"PO-Revision-Date: 2011-04-01 18:29+0300\n"
-"Last-Translator: Mustafa Arici <m...@mustafaarici.info>\n"
+"POT-Creation-Date: 2011-04-01 11:15+0000\n"
+"PO-Revision-Date: 2011-04-23 01:31+0300\n"
+"Last-Translator: Muhammet Kara <muhamme...@gmail.com>\n"
 "Language-Team: Turkish <gnome-t...@gnome.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.1\n"
 
-#: ../library/gnome-keyring-utils.c:100
+#: ../library/gnome-keyring-utils.c:180
 msgid "Access Denied"
-msgstr "Erişim Engellendi"
+msgstr "Erişim Reddedildi"
 
-#: ../library/gnome-keyring-utils.c:102
+#: ../library/gnome-keyring-utils.c:182
 msgid "The gnome-keyring-daemon application is not running."
-msgstr "Gnome anahtarlık servisi uygulaması şu anda çalışmıyor"
+msgstr "Gnome anahtarlık hizmeti uygulaması şu anda çalışmıyor."
 
-#: ../library/gnome-keyring-utils.c:104
+#: ../library/gnome-keyring-utils.c:184
 msgid "Error communicating with gnome-keyring-daemon"
-msgstr "Gnome anahtarlık servisi ile iletişim kurarken hata"
+msgstr "Gnome anahtarlık hizmeti ile iletişim kurarken hata"
 
-#: ../library/gnome-keyring-utils.c:106
+#: ../library/gnome-keyring-utils.c:186
 msgid "A keyring with that name already exists"
-msgstr "Bu isimde bir anahtarlık zaten mevcuttur"
+msgstr "Zaten bu isimde bir anahtarlık var"
 
-#: ../library/gnome-keyring-utils.c:108
+#: ../library/gnome-keyring-utils.c:188
 msgid "Programmer error: The application sent invalid data."
-msgstr "Programcı hatası: Uygulama geçersiz veri gönderdi."
+msgstr "Programcı hatası: Uygulama geçersiz veri gönderdi."
 
-#: ../library/gnome-keyring-utils.c:110
+#: ../library/gnome-keyring-utils.c:190
 msgid "No matching results"
-msgstr "Eşleşen sonuç yok"
+msgstr "Eşleşen sonuç yok"
 
-#: ../library/gnome-keyring-utils.c:112
+#: ../library/gnome-keyring-utils.c:192
 msgid "A keyring with that name does not exist."
-msgstr "Bu isimde bir anahtarlık mevcut değildir."
+msgstr "Bu isimde bir anahtarlık yok."
 
-#: ../library/gnome-keyring-utils.c:119
+#: ../library/gnome-keyring-utils.c:199
 msgid "The keyring has already been unlocked."
-msgstr "Anahtarlık zaten açık."
+msgstr "Anahtarlık zaten açılmış."
 
 #. TRANSLATORS: This is the name of an automatically created default keyring.
-#: ../library/gnome-keyring.c:2790
+#: ../library/gnome-keyring.c:2789
 msgid "Default"
 msgstr "Öntanımlı"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgnome-keyring-3.0.1/po/ug.po 
new/libgnome-keyring-3.1.1/po/ug.po
--- old/libgnome-keyring-3.0.1/po/ug.po 2011-04-20 16:44:02.000000000 +0200
+++ new/libgnome-keyring-3.1.1/po/ug.po 2011-04-25 09:18:02.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libgnome-keyring\n"
 "Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring&component=libgnome-keyring\n";
-"POT-Creation-Date: 2010-11-20 11:00+0000\n"
+"POT-Creation-Date: 2011-01-19 19:45+0000\n"
 "PO-Revision-Date: 2010-08-12 19:40+0000\n"
 "Last-Translator: Gheyret Kenji <ghey...@yahoo.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"


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



Remember to have fun...

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

Reply via email to