openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
April 2010
- 2 participants
- 1248 discussions
Hello community,
here is the log from the commit of package libxml++ for openSUSE:Factory
checked in at Thu Apr 1 15:46:27 CEST 2010.
--------
--- GNOME/libxml++/libxml++.changes 2009-07-29 16:47:31.000000000 +0200
+++ /mounts/work_src_done/STABLE/libxml++/libxml++.changes 2010-03-30 21:47:54.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Mar 30 20:01:02 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.30.0:
+ + Build system rewrite.
+ + Use mm-common for reference documentation generation. Fixes
+ bgo#583411, bgo#614260, bgo#551501
+ + Fix several compiler warnings.
+ + Use 0 instead of NULL.
+- Rebase libxml++-2.24.0-pkgconfig-requires-private.patch.
+- Create a libxml++-2_6-2 subpackage to follow the library policy.
+ It provides/obsoletes libxml++.
+- Update build/install sections as well as the file list because of
+ the build system rewrite.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
libxml++-2.26.1.tar.bz2
New:
----
libxml++-2.30.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libxml++.spec ++++++
--- /var/tmp/diff_new_pack.nTRg2M/_old 2010-04-01 15:32:35.000000000 +0200
+++ /var/tmp/diff_new_pack.nTRg2M/_new 2010-04-01 15:32:35.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package libxml++ (Version 2.26.1)
+# spec file for package libxml++ (Version 2.30.0)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -23,9 +23,9 @@
BuildRequires: gcc-c++
BuildRequires: glibmm2-devel
BuildRequires: libxml2-devel
-License: LGPL v2.1 or later
+License: LGPLv2.1+
Group: Development/Libraries/C and C++
-Version: 2.26.1
+Version: 2.30.0
Release: 1
Summary: C++ Interface for XML Files
Source: %{name}-%{version}.tar.bz2
@@ -37,59 +37,51 @@
libXML++ provides a C++ interface for XML files. It presently uses
libxml2 to access the XML files.
+%package -n libxml++-2_6-2
+License: LGPLv2.1+
+Summary: C++ Interface for XML Files
+Group: Development/Libraries/C and C++
+Provides: %{name} = %{version}
+Obsoletes: %{name} < %{version}
-
-Authors:
---------
- Ari Johnson <ari(a)lusis.org>
+%description -n libxml++-2_6-2
+libXML++ provides a C++ interface for XML files. It presently uses
+libxml2 to access the XML files.
%package devel
-License: LGPL v2.1 or later
-Summary: Include Files and Libraries mandatory for Development.
+License: LGPLv2.1+
+Summary: C++ Interface for XML Files -- Development Files
Group: Development/Libraries/C and C++
-Requires: %{name} = %{version} glibmm2-devel
+Requires: libxml++-2_6-2 = %{version}
+Requires: glibmm2-devel
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
-
-
-Authors:
---------
- Ari Johnson <ari(a)lusis.org>
-
%prep
%setup -q
%patch
%build
-#ACLOCAL="aclocal -I scripts" autoreconf -f -i -v
-%configure --disable-static --with-pic\
- --libexecdir=%{_prefix}/lib/%name
-make docdir=%{_docdir}/%{name}/docs %{?jobs:-j%jobs}
+%configure --disable-static --with-pic
+make %{?jobs:-j%jobs}
%install
-make install docdir=%{_docdir}/%{name}/docs DESTDIR=$RPM_BUILD_ROOT
-cp AUTHORS COPYING ChangeLog NEWS README $RPM_BUILD_ROOT%{_docdir}/%{name}
-%fdupes $RPM_BUILD_ROOT
+%makeinstall
%{__rm} -f %{buildroot}%{_libdir}/*.la
+%fdupes $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
-%post -p /sbin/ldconfig
+%post -n libxml++-2_6-2 -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%postun -n libxml++-2_6-2 -p /sbin/ldconfig
-%files
+%files -n libxml++-2_6-2
%defattr (-, root, root)
-%doc %dir %{_docdir}/%{name}
-%doc %{_docdir}/%{name}/AUTHORS
-%doc %{_docdir}/%{name}/COPYING
-%doc %{_docdir}/%{name}/ChangeLog
-%doc %{_docdir}/%{name}/NEWS
-%doc %{_docdir}/%{name}/README
+%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.*
%files devel
@@ -100,6 +92,10 @@
%{_libdir}/libxml++-2.6/include/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
-%doc %{_docdir}/%{name}/docs
+%{_datadir}/devhelp/books/libxml++-2.6/
+%{_datadir}/doc/libxml++-2.6/
+# Avoid BuildRequires on devhelp
+%dir %{_datadir}/devhelp
+%dir %{_datadir}/devhelp/books
%changelog
++++++ libxml++-2.24.0-pkgconfig-requires-private.patch ++++++
--- /var/tmp/diff_new_pack.nTRg2M/_old 2010-04-01 15:32:35.000000000 +0200
+++ /var/tmp/diff_new_pack.nTRg2M/_new 2010-04-01 15:32:35.000000000 +0200
@@ -11,6 +11,6 @@
+#must be Requires.private, commented for now, as pkgconfig is broken
+# (must use it only when invoked with --libs --static)
+#Requires.private: libxml-2.0
- Version: @VERSION@
+ Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lxml++-2.6
Cflags: -I${includedir}/libxml++-2.6 -I${libdir}/libxml++-2.6/include
++++++ libxml++-2.26.1.tar.bz2 -> libxml++-2.30.0.tar.bz2 ++++++
++++ 158482 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gnome-user-share for openSUSE:Factory
checked in at Thu Apr 1 15:37:29 CEST 2010.
--------
--- GNOME/gnome-user-share/gnome-user-share.changes 2010-03-15 22:32:07.000000000 +0100
+++ /mounts/work_src_done/STABLE/gnome-user-share/gnome-user-share.changes 2010-03-29 21:11:38.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Mar 29 21:10:53 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.30.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 23 15:14:02 UTC 2010 - dimstar(a)opensuse.org
+
+- Remove en@shaw locale on openSUSE <= 11.2.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gnome-user-share-2.29.92.tar.bz2
New:
----
gnome-user-share-2.30.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-user-share.spec ++++++
--- /var/tmp/diff_new_pack.gSOle2/_old 2010-04-01 15:33:44.000000000 +0200
+++ /var/tmp/diff_new_pack.gSOle2/_new 2010-04-01 15:33:44.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-user-share (Version 2.29.92)
+# spec file for package gnome-user-share (Version 2.30.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,7 +19,7 @@
Name: gnome-user-share
Summary: GNOME user file sharing
-Version: 2.29.92
+Version: 2.30.0
Release: 1
License: GPLv2+
Group: Productivity/Networking/File-Sharing
@@ -82,6 +82,9 @@
%install
%makeinstall
+%if 0%{?suse_version} <= 1120
+%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
+%endif
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%suse_update_desktop_file gnome-user-share-properties GTK System X-SuSE-ControlCenter-System
%suse_update_desktop_file gnome-user-share
++++++ gnome-user-share-2.29.92.tar.bz2 -> gnome-user-share-2.30.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/ChangeLog new/gnome-user-share-2.30.0/ChangeLog
--- old/gnome-user-share-2.29.92/ChangeLog 2010-03-15 17:45:38.000000000 +0100
+++ new/gnome-user-share-2.30.0/ChangeLog 2010-03-29 18:26:06.000000000 +0200
@@ -1,3 +1,76 @@
+commit 87ce53eaef410e3b01fc496e348d375f9403b0b5
+Author: Bastien Nocera <hadess(a)hadess.net>
+Date: Mon Mar 29 17:25:32 2010 +0100
+
+ 2.30.0
+
+ NEWS | 5 ++++-
+ configure.in | 2 +-
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
+commit 01386ed586168bb0f732c2a8f5c878f5bd135018
+Author: Simos Xenitellis <simos(a)gnome.org>
+Date: Mon Mar 29 01:23:20 2010 +0300
+
+ Updated Greek translation for gnome-user-share documentation
+
+ help/el/el.po | 36 ++++++++++++++++++++++++------------
+ 1 files changed, 24 insertions(+), 12 deletions(-)
+
+commit 65a44bce3d529964e8ffaacb48df5f2f034924d7
+Author: Jamil Ahmed <itsjamil(a)gmail.com>
+Date: Sun Mar 28 01:35:38 2010 +0600
+
+ Updated Bengali translation
+
+ po/bn.po | 11 +++++------
+ 1 files changed, 5 insertions(+), 6 deletions(-)
+
+commit a5a4f27fd0330f2ba7304e74dba1040f8484848e
+Author: Inaki Larranaga Murgoitio <dooteo(a)zundan.com>
+Date: Tue Mar 23 18:16:26 2010 +0100
+
+ Updated Basque language
+
+ po/eu.po | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 117a80cc4af6619475cfdc7c51523a48876f0fe2
+Author: A S Alam <aalam(a)users.sf.net>
+Date: Sun Mar 21 20:13:06 2010 +0530
+
+ update Punjabi Translation
+
+ po/pa.po | 93 ++++++++++++++++++++++++++++++++++++++++---------------------
+ 1 files changed, 61 insertions(+), 32 deletions(-)
+
+commit 7787274a75d5248bc5b5876235fc7d9dfef96c95
+Author: Wouter Bolsterlee <wbolster(a)gnome.org>
+Date: Sat Mar 20 17:46:59 2010 +0100
+
+ Dutch translation updated by Wouter Bolsterlee
+
+ po/nl.po | 96 +++++++++++++++++++++++++++++++++++++++----------------------
+ 1 files changed, 61 insertions(+), 35 deletions(-)
+
+commit 14d7dd5c0e2316eabc3b47c74e6af18eef876841
+Author: Daniel Nylander <po(a)danielnylander.se>
+Date: Fri Mar 19 19:35:49 2010 +0100
+
+ Updated Swedish translation
+
+ po/sv.po | 12 +++++-------
+ 1 files changed, 5 insertions(+), 7 deletions(-)
+
+commit f87e6d9de58b93ac784622abff0a9b799082e534
+Author: Tommi Vainikainen <thv(a)iki.fi>
+Date: Fri Mar 19 14:40:56 2010 +0200
+
+ Updated Finnish translation
+
+ po/fi.po | 94 +++++++++++++++++++++++++++++++++++++++----------------------
+ 1 files changed, 60 insertions(+), 34 deletions(-)
+
commit 9fa94b948006bc39ef65a2b929b7ed6ffe977ad7
Author: Bastien Nocera <hadess(a)hadess.net>
Date: Mon Mar 15 16:44:57 2010 +0000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/NEWS new/gnome-user-share-2.30.0/NEWS
--- old/gnome-user-share-2.29.92/NEWS 2010-03-15 17:43:36.000000000 +0100
+++ new/gnome-user-share-2.30.0/NEWS 2010-03-29 18:25:13.000000000 +0200
@@ -1,4 +1,7 @@
-This is gnome-user-share 2.29.92, a system for easy sharing of user files.
+This is gnome-user-share 2.30.0, a system for easy sharing of user files.
+
+Major changes since 2.29.92 are:
+* Updated translations
Major changes since 2.29.91 are:
* Fix extension conflicting with nautilus-share's
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/configure new/gnome-user-share-2.30.0/configure
--- old/gnome-user-share-2.29.92/configure 2010-03-15 17:45:16.000000000 +0100
+++ new/gnome-user-share-2.30.0/configure 2010-03-29 18:25:48.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for gnome-user-share 2.29.92.
+# Generated by GNU Autoconf 2.65 for gnome-user-share 2.30.0.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -698,8 +698,8 @@
# Identity of this package.
PACKAGE_NAME='gnome-user-share'
PACKAGE_TARNAME='gnome-user-share'
-PACKAGE_VERSION='2.29.92'
-PACKAGE_STRING='gnome-user-share 2.29.92'
+PACKAGE_VERSION='2.30.0'
+PACKAGE_STRING='gnome-user-share 2.30.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1510,7 +1510,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 gnome-user-share 2.29.92 to adapt to many kinds of systems.
+\`configure' configures gnome-user-share 2.30.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1585,7 +1585,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gnome-user-share 2.29.92:";;
+ short | recursive ) echo "Configuration of gnome-user-share 2.30.0:";;
esac
cat <<\_ACEOF
@@ -1721,7 +1721,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gnome-user-share configure 2.29.92
+gnome-user-share configure 2.30.0
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2140,7 +2140,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gnome-user-share $as_me 2.29.92, which was
+It was created by gnome-user-share $as_me 2.30.0, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -2949,7 +2949,7 @@
# Define the identity of the package.
PACKAGE='gnome-user-share'
- VERSION='2.29.92'
+ VERSION='2.30.0'
cat >>confdefs.h <<_ACEOF
@@ -15181,7 +15181,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gnome-user-share $as_me 2.29.92, which was
+This file was extended by gnome-user-share $as_me 2.30.0, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15247,7 +15247,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gnome-user-share config.status 2.29.92
+gnome-user-share config.status 2.30.0
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/configure.in new/gnome-user-share-2.30.0/configure.in
--- old/gnome-user-share-2.29.92/configure.in 2010-03-15 17:34:59.000000000 +0100
+++ new/gnome-user-share-2.30.0/configure.in 2010-03-29 18:25:21.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT(gnome-user-share, 2.29.92)
+AC_INIT(gnome-user-share, 2.30.0)
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])
AM_CONFIG_HEADER(config.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/help/el/el.po new/gnome-user-share-2.30.0/help/el/el.po
--- old/gnome-user-share-2.29.92/help/el/el.po 2010-03-15 17:45:52.000000000 +0100
+++ new/gnome-user-share-2.30.0/help/el/el.po 2010-03-29 18:26:20.000000000 +0200
@@ -1,14 +1,17 @@
# Fotis Tsamis <ftsamis(a)gmail.com>, 2009.
+# Simos Xenitellis <simos(a)gnome.org>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2009-04-17 11:53+0000\n"
-"PO-Revision-Date: 2009-05-16 16:42+0300\n"
-"Last-Translator: Fotis Tsamis <ftsamis(a)gmail.com>\n"
+"POT-Creation-Date: 2009-10-21 11:54+0000\n"
+"PO-Revision-Date: 2010-03-29 01:22+0300\n"
+"Last-Translator: Simos Xenitellis <simos(a)gnome.org>\n"
"Language-Team: Greek <team(a)gnome.gr>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\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"
#: C/legal.xml:2(para)
msgid ""
@@ -266,16 +269,24 @@
msgstr "Εκκίνηση του gnome-user-share"
#: C/gnome-user-share.xml:68(para)
+#| msgid ""
+#| "The gnome-user-share service is normally started by <application>gnome-"
+#| "session</application> when you log in. You can change this by opening "
+#| "<menuchoice><guimenu>Preferences</guimenu><guimenu>Sessions</guimenu></"
+#| "menuchoice> in the <guimenu>System</guimenu> menu, and modifying the "
+#| "'User Sharing' entry in the list of startup programs."
msgid ""
"The gnome-user-share service is normally started by <application>gnome-"
"session</application> when you log in. You can change this by opening "
-"<menuchoice><guimenu>Preferences</guimenu><guimenu>Sessions</guimenu></"
-"menuchoice> in the <guimenu>System</guimenu> menu, and modifying the 'User "
-"Sharing' entry in the list of startup programs."
-msgstr ""
-"Η υπηρεσία gnome-user-share ξεκινάει κανονικά από το <application>gnome-"
-"session</application> όταν συνδέεστε. Αυτό μπορεί να αλλάξει ανοίγοντας το "
-"<menuchoice><guimenu>Προτιμήσεις</guimenu><guimenu>Συνεδρίες</guimenu></"
+"<menuchoice><guimenu>Preferences</guimenu><guimenu>Startup Applications</"
+"guimenu></menuchoice> in the <guimenu>System</guimenu> menu, and modifying "
+"the 'User Sharing' entry in the list of startup programs."
+msgstr ""
+"Η υπηρεσία gnome-user-share ξεκινά τυπικά από το <application>gnome-"
+"session</application> όταν κατά τη σύνδεσή σας στο σύστημα. Αυτό μπορεί να "
+"αλλάξει ανοίγοντας το "
+"<menuchoice><guimenu>Προτιμήσεις</guimenu><guimenu>Προγράμματα εκκίνησης<"
+"/guimenu></"
"menuchoice> από το μενού <guimenu>Σύστημα</guimenu> και τροποποιώντας την "
"καταχώρηση 'Κοινή χρήση' στη λίστα της εκκίνησης προγραμμάτων."
@@ -489,7 +500,7 @@
"επιλέξετε αν θέλετε να ειδοποιείστε όποτε λαμβάνεται ένα αρχείο μέσω "
"Bluetooth."
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
#: C/gnome-user-share.xml:0(None)
msgid "translator-credits"
msgstr ""
@@ -497,3 +508,4 @@
" Μιχάλης Κοτσαρίνης <mk73628(a)hotmail.com>\n"
"\n"
"Για περισσότερα δείτε http://www.gnome.gr/"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/help/el/gnome-user-share.xml new/gnome-user-share-2.30.0/help/el/gnome-user-share.xml
--- old/gnome-user-share-2.29.92/help/el/gnome-user-share.xml 2010-03-15 17:45:47.000000000 +0100
+++ new/gnome-user-share-2.30.0/help/el/gnome-user-share.xml 2010-03-29 18:26:14.000000000 +0200
@@ -56,9 +56,7 @@
<sect2 id="gnome-user-share-start">
<title>Εκκίνηση του gnome-user-share</title>
- <para>
- The gnome-user-share service is normally started by <application>gnome-session</application> when you log in. You can change this by opening <menuchoice><guimenu>Preferences</guimenu><guimenu>Startup Applications</guimenu></menuchoice> in the <guimenu>System</guimenu> menu, and modifying the 'User Sharing' entry in the list of startup programs.
- </para>
+ <para>Η υπηρεσία gnome-user-share ξεκινά τυπικά από το <application>gnome-session</application> όταν κατά τη σύνδεσή σας στο σύστημα. Αυτό μπορεί να αλλάξει ανοίγοντας το <menuchoice><guimenu>Προτιμήσεις</guimenu><guimenu>Προγράμματα εκκίνησης</guimenu></menuchoice> από το μενού <guimenu>Σύστημα</guimenu> και τροποποιώντας την καταχώρηση 'Κοινή χρήση' στη λίστα της εκκίνησης προγραμμάτων.</para>
<para>Για να ρυθμίσετε διάφορες παραμέτρους της κοινής χρήσης αρχείων, χρησιμοποιείστε τις Προτιμήσεις κοινής χρήσης, που βρίσκονται στο μενού <guimenu>Σύστημα</guimenu> στο <guimenu>Προτιμήσεις</guimenu> <guimenu>Κοινή χρήση προσωπικών αρχείων</guimenu>.</para>
<figure id="file-sharing-preferences">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/po/bn.po new/gnome-user-share-2.30.0/po/bn.po
--- old/gnome-user-share-2.29.92/po/bn.po 2010-03-02 15:36:55.000000000 +0100
+++ new/gnome-user-share-2.30.0/po/bn.po 2010-03-29 18:23:47.000000000 +0200
@@ -11,7 +11,7 @@
"Project-Id-Version: bn\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"user-share&component=general\n"
-"POT-Creation-Date: 2009-12-14 21:47+0000\n"
+"POT-Creation-Date: 2010-03-23 17:10+0000\n"
"PO-Revision-Date: 2010-01-24 11:12+0600\n"
"Last-Translator: Sadia Afroz <sadia(a)ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n(a)googlegroups.com>\n"
@@ -283,11 +283,6 @@
msgstr "%s-এর পাবলিক ফাইল %s-এ"
# Translated by sadia
-#: ../src/http.c:372
-msgid "Please log in as the user guest"
-msgstr "অনুগ্রহ করে অতিথি ব্যবহারকারী হিসেবে লগইন করুন"
-
-# Translated by sadia
#. Translators: %s is the name of the filename received
#: ../src/obexpush.c:140
#, c-format
@@ -312,5 +307,9 @@
msgid "File reception complete"
msgstr "ফাইল গ্রহণ প্রক্রিয়া সম্পন্ন"
+# Translated by sadia
+#~ msgid "Please log in as the user guest"
+#~ msgstr "অনুগ্রহ করে অতিথি ব্যবহারকারী হিসেবে লগইন করুন"
+
#~ msgid "Only for Bonded and Trusted devices"
#~ msgstr "শুধুমাত্র Bonded (যুক্ত) ও Trusted (বিশ্বস্ত) ডিভাইসের ক্ষেত্রে"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/po/eu.po new/gnome-user-share-2.30.0/po/eu.po
--- old/gnome-user-share-2.29.92/po/eu.po 2010-03-15 17:34:19.000000000 +0100
+++ new/gnome-user-share-2.30.0/po/eu.po 2010-03-29 18:23:47.000000000 +0200
@@ -8,7 +8,7 @@
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-12 15:56+0100\n"
-"PO-Revision-Date: 2010-03-12 16:00+0100\n"
+"PO-Revision-Date: 2010-03-23 18:16+0100\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo(a)euskalgnu.org>\n"
"Language-Team: Basque <itzulpena(a)euskalgnu.org>\n"
"MIME-Version: 1.0\n"
@@ -23,7 +23,7 @@
"directory when logged in."
msgstr ""
"'true' gisa (egia) ezartzen bada, Bluetooth gailuek fitxategiak bidal "
-"ditzakete erabiltzailearek 'Deskargak' direktoriora saioa hastean."
+"ditzakete erabiltzailearen 'Deskargak' direktoriora saioa hastean."
#: ../data/desktop_gnome_file_sharing.schemas.in.h:2
msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/po/fi.po new/gnome-user-share-2.30.0/po/fi.po
--- old/gnome-user-share-2.29.92/po/fi.po 2009-09-02 14:31:15.000000000 +0200
+++ new/gnome-user-share-2.30.0/po/fi.po 2010-03-29 18:23:47.000000000 +0200
@@ -1,15 +1,15 @@
# Finnish translations for gnome-user-share package.
# Copyright (C) 2005-2009 Free Software Foundation, Inc.
# This file is distributed under the same license as the package.
-# Tommi Vainikainen <Tommi.Vainikainen(a)iki.fi>, 2005-2009.
+# Tommi Vainikainen <Tommi.Vainikainen(a)iki.fi>, 2005-2010.
# Ilkka Tuohela <hile(a)iki.fi>, 2006-2009.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-user-share\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-08-14 15:51+0300\n"
-"PO-Revision-Date: 2009-08-14 15:52+0300\n"
+"POT-Creation-Date: 2010-03-19 14:40+0200\n"
+"PO-Revision-Date: 2010-03-19 14:40+0200\n"
"Last-Translator: Tommi Vainikainen <thv(a)iki.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu(a)lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@
"If this is true, the Public directory in the users home directory will be "
"shared over Bluetooth when the user is logged in."
msgstr ""
-"Jos tämä on tosi, kansio \"Julkinen\" käyttäjän kotihakemistosta jaetaan "
+"Jos tämä on tosi, kansio ”Julkinen” käyttäjän kotihakemistosta jaetaan "
"Bluetooth-verkossa, kun käyttäjä on kirjautuneena sisään."
#: ../data/desktop_gnome_file_sharing.schemas.in.h:3
@@ -38,7 +38,7 @@
"If this is true, the Public directory in the users home directory will be "
"shared over the network when the user is logged in."
msgstr ""
-"Jos tämä on tosi, kansio \"Julkinen\" käyttäjän kotihakemistosta jaetaan "
+"Jos tämä on tosi, kansio ”Julkinen” käyttäjän kotihakemistosta jaetaan "
"verkossa, kun käyttäjä on kirjautuneena sisään."
#: ../data/desktop_gnome_file_sharing.schemas.in.h:4
@@ -56,18 +56,18 @@
#: ../data/desktop_gnome_file_sharing.schemas.in.h:7
msgid ""
"When to accept files sent over Bluetooth. Possible values are \"always\", "
-"\"bonded\", \"bonded_trusted\" and \"ask\"."
+"\"bonded\" and \"ask\"."
msgstr ""
-"Milloin bluetoothin yli läheteyt tiedostot hyväksytään. Mahdolliset arvot "
-"ovat: \"always\" \"bonded\", \"bonded_trusted\" ja \"ask\"."
+"Milloin Bluetoothin yli lähetetyt tiedostot hyväksytään. Mahdolliset arvot "
+"ovat: ”always”, ”bonded” ja ”ask”."
#: ../data/desktop_gnome_file_sharing.schemas.in.h:8
msgid ""
"When to ask for passwords. Possible values are \"never\", \"on_write\", and "
"\"always\"."
msgstr ""
-"Milloin kysytään salasanoja. Mahdolliset arvot ovat: \"never\" (ei koskaan), "
-"\"on_write\" (kirjoitettaessa) ja \"always\" (aina)."
+"Milloin kysytään salasanoja. Mahdolliset arvot ovat: ”never” (ei koskaan), "
+"”on_write” (kirjoitettaessa) ja ”always” (aina)."
#: ../data/desktop_gnome_file_sharing.schemas.in.h:9
msgid "When to require passwords"
@@ -152,7 +152,7 @@
msgstr "_Jaa julkiset tiedostot verkossa"
#: ../data/gnome-user-share-properties.desktop.in.h:1
-#: ../data/gnome-user-share.desktop.in.in.h:2
+#: ../data/gnome-user-share.desktop.in.in.h:2 ../src/nautilus-share-bar.c:162
msgid "Personal File Sharing"
msgstr "Omien tiedostojen jako"
@@ -164,39 +164,59 @@
msgid "Launch Personal File Sharing if enabled"
msgstr "Käynnistä henkilökohtaisten tiedoston jako, jos käytössä"
-#: ../src/file-share-properties.c:435
+#: ../src/nautilus-share-bar.c:174
+msgid "Launch Preferences"
+msgstr "Käynnistysasetukset"
+
+#: ../src/nautilus-share-bar.c:187
+msgid "Launch Personal File Sharing Preferences"
+msgstr "Käynnistä henkilökohtaisten tiedostojen jaon asetukset"
+
+#: ../src/share-extension.c:82
+msgid "Unable to launch the Personal File Sharing preferences"
+msgstr "Ei voitu käynnistää henkilökohtaisten tiedostojen jaon asetuksia"
+
+#: ../src/share-extension.c:173
+msgid "You can share files from this folder and receive files to it"
+msgstr "Voit jakaa tiedostoja tästä kansiosta ja vastaanottaa niitä sinne"
+
+#: ../src/share-extension.c:175
+msgid "You can share files from this folder over the network and Bluetooth"
+msgstr "Voit jakaa tiedostoja tästä kansiosta verkon ja Bluetoothin yli"
+
+#: ../src/share-extension.c:177
+msgid "You can receive files over Bluetooth into this folder"
+msgstr "voit vastaanottaa tiedostoja Bluetoothin yli tähän kansioon"
+
+#: ../src/file-share-properties.c:436
msgid "No reason"
msgstr "Ei syytä"
-#: ../src/file-share-properties.c:463
+#: ../src/file-share-properties.c:464
msgid "Could not display the help contents."
msgstr "Ei voitu näyttää ohjeen sisältöä."
-#: ../src/file-share-properties.c:503
+#: ../src/file-share-properties.c:524
msgid "Could not build interface."
msgstr "Käyttöliittymää ei voitu luoda."
-#: ../src/file-share-properties.c:543
+#: ../src/file-share-properties.c:566
msgid "Never"
msgstr "Ei koskaan"
-#: ../src/file-share-properties.c:546
+#: ../src/file-share-properties.c:569
msgid "When writing files"
msgstr "Kirjoitettaessa tiedostoja"
-#: ../src/file-share-properties.c:549 ../src/file-share-properties.c:572
+#: ../src/file-share-properties.c:572 ../src/file-share-properties.c:595
msgid "Always"
msgstr "Aina"
-#: ../src/file-share-properties.c:575
-msgid "Only for Bonded devices"
-msgstr "Vain sidotut laitteet"
-
-#: ../src/file-share-properties.c:578
-msgid "Only for Bonded and Trusted devices"
-msgstr "Vain sidotut ja luotetut laitteet"
+#: ../src/file-share-properties.c:598
+msgid "Only for set up devices"
+msgstr "Vain käyttöön otetut laitteet"
-#: ../src/file-share-properties.c:583
+#: ../src/file-share-properties.c:603
msgid "Ask"
msgstr "Kysy"
@@ -221,27 +241,33 @@
msgid "%s's public files on %s"
msgstr "Käyttäjän %s julkiset tiedostot palvelimella %s"
-#: ../src/http.c:372
-msgid "Please log in as the user guest"
-msgstr "Kirjaudu sisään käyttäjänä guest"
-
#. Translators: %s is the name of the filename received
-#: ../src/obexpush.c:138
+#: ../src/obexpush.c:140
#, c-format
msgid "You received \"%s\" via Bluetooth"
-msgstr "Vastaanotit tiedoston \"%s\" bluetoothilla"
+msgstr "Vastaanotit tiedoston ”%s” bluetoothilla"
-#: ../src/obexpush.c:140
+#: ../src/obexpush.c:142
msgid "You received a file"
msgstr "Vastaanotit tiedoston"
-#: ../src/obexpush.c:151
+#: ../src/obexpush.c:153
msgid "Open File"
msgstr "Avaa tiedosto"
-#: ../src/obexpush.c:155
+#: ../src/obexpush.c:157
msgid "Reveal File"
msgstr "Paljasta tiedosto"
+#: ../src/obexpush.c:174
+msgid "File reception complete"
+msgstr "Tiedoston vastaanotto valmis"
+
+#~ msgid "Only for Bonded and Trusted devices"
+#~ msgstr "Vain sidotut ja luotetut laitteet"
+
+#~ msgid "Please log in as the user guest"
+#~ msgstr "Kirjaudu sisään käyttäjänä guest"
+
#~ msgid "User Sharing"
#~ msgstr "Käyttäjän tiedostojen jako"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/po/nl.po new/gnome-user-share-2.30.0/po/nl.po
--- old/gnome-user-share-2.29.92/po/nl.po 2009-05-12 16:13:18.000000000 +0200
+++ new/gnome-user-share-2.30.0/po/nl.po 2010-03-29 18:23:47.000000000 +0200
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the gnome-user-share package.
#
# Tino Meinen <a.t.meinen(a)chello.nl>, 2005–2006
-# Wouter Bolsterlee <wbolster(a)gnome.org>, 2009.
+# Wouter Bolsterlee <wbolster(a)gnome.org>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-user-share\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-14 00:48+0100\n"
-"PO-Revision-Date: 2009-02-14 00:49+0100\n"
+"POT-Creation-Date: 2010-03-20 17:46+0100\n"
+"PO-Revision-Date: 2010-03-20 17:46+0100\n"
"Last-Translator: Wouter Bolsterlee <wbolster(a)gnome.org>\n"
"Language-Team: Dutch <vertaling(a)vrijschrift.org>\n"
"MIME-Version: 1.0\n"
@@ -62,10 +62,10 @@
#: ../data/desktop_gnome_file_sharing.schemas.in.h:7
msgid ""
"When to accept files sent over Bluetooth. Possible values are \"always\", "
-"\"bonded\", \"bonded_trusted\" and \"ask\"."
+"\"bonded\" and \"ask\"."
msgstr ""
"Wanneer via Bluetooth verzonden bestanden worden geaccepteerd. Mogelijke "
-"waarden zijn ‘always’, ‘bonded’, ‘bonded_trusted’ en ‘ask’."
+"waarden zijn ‘always’, ‘bonded’ en ‘ask’."
#: ../data/desktop_gnome_file_sharing.schemas.in.h:8
msgid ""
@@ -123,8 +123,8 @@
msgstr "Andere apparaten toestaan bestanden te ver_wijderen"
#: ../data/file-share-properties.ui.h:5
-msgid "File Sharing Preferences"
-msgstr "Bestand-delen voorkeuren"
+msgid "Personal File Sharing Preferences"
+msgstr "Voorkeuren persoonlijke bestanden delen"
#: ../data/file-share-properties.ui.h:6
msgid "Receive files in _Downloads folder over Bluetooth"
@@ -160,58 +160,71 @@
# persoonlijk/uw
#: ../data/gnome-user-share-properties.desktop.in.h:1
+#: ../data/gnome-user-share.desktop.in.in.h:2 ../src/nautilus-share-bar.c:162
msgid "Personal File Sharing"
msgstr "Uw bestanden delen"
#: ../data/gnome-user-share-properties.desktop.in.h:2
-msgid "Preferences for sharing of personal files"
+msgid "Preferences for sharing of files"
msgstr "Voorkeuren voor het delen van uw bestanden"
#: ../data/gnome-user-share.desktop.in.in.h:1
-msgid "Launch User Sharing if enabled"
+msgid "Launch Personal File Sharing if enabled"
msgstr "‘Persoonlijke bestanden delen’ opstarten indien ingeschakeld"
-#: ../data/gnome-user-share.desktop.in.in.h:2
-msgid "User Sharing"
-msgstr "Persoonlijke bestanden delen"
-
-#: ../src/file-share-properties.c:35 ../src/http.c:351
-msgid "Please log in as the user guest"
-msgstr "Gelieve in te loggen als gebruiker ‘guest’"
+#: ../src/nautilus-share-bar.c:174
+msgid "Launch Preferences"
+msgstr "Voorkeuren opstarten"
+
+#: ../src/nautilus-share-bar.c:187
+msgid "Launch Personal File Sharing Preferences"
+msgstr "Voorkeuren voor persoonlijke bestanden delen openen"
+
+#: ../src/share-extension.c:82
+msgid "Unable to launch the Personal File Sharing preferences"
+msgstr "Kon de voorkeuren voor persoonlijke bestanden delen niet openen"
+
+#: ../src/share-extension.c:173
+msgid "You can share files from this folder and receive files to it"
+msgstr "U kunt bestanden in deze map delen en er bestanden ontvangen"
+
+#: ../src/share-extension.c:175
+msgid "You can share files from this folder over the network and Bluetooth"
+msgstr "U kunt bestanden in deze map via het netwerk en via Bluetooth delen"
+
+#: ../src/share-extension.c:177
+msgid "You can receive files over Bluetooth into this folder"
+msgstr "U kunt in deze map bestanden via Bluetooth ontvangen"
-#: ../src/file-share-properties.c:435
+#: ../src/file-share-properties.c:436
msgid "No reason"
msgstr "Geen reden"
-#: ../src/file-share-properties.c:463
+#: ../src/file-share-properties.c:464
msgid "Could not display the help contents."
msgstr "Kon hulp niet weergeven."
-#: ../src/file-share-properties.c:503
+#: ../src/file-share-properties.c:524
msgid "Could not build interface."
msgstr "Kon interface niet bouwen."
-#: ../src/file-share-properties.c:543
+#: ../src/file-share-properties.c:566
msgid "Never"
msgstr "Nooit"
-#: ../src/file-share-properties.c:546
+#: ../src/file-share-properties.c:569
msgid "When writing files"
msgstr "Bij het schrijven van bestanden"
-#: ../src/file-share-properties.c:549 ../src/file-share-properties.c:572
+#: ../src/file-share-properties.c:572 ../src/file-share-properties.c:595
msgid "Always"
msgstr "Altijd"
-#: ../src/file-share-properties.c:575
-msgid "Only for Bonded devices"
-msgstr "Alleen voor gekoppelde apparaten"
-
-#: ../src/file-share-properties.c:578
-msgid "Only for Bonded and Trusted devices"
-msgstr "Alleen voro gekoppelde en vertrouwde apparaten"
+#: ../src/file-share-properties.c:598
+msgid "Only for set up devices"
+msgstr "Alleen voor ingestelde apparaten"
-#: ../src/file-share-properties.c:583
+#: ../src/file-share-properties.c:603
msgid "Ask"
msgstr "Vragen"
@@ -225,7 +238,7 @@
#. which will match the user name string passed by the C code,
#. but not put the user name in the final string. This is to
#. avoid the warning that msgfmt might otherwise generate.
-#: ../src/http.c:121
+#: ../src/http.c:134
#, c-format
msgid "%s's public files"
msgstr "%s's publieke bestanden"
@@ -233,25 +246,38 @@
# publieke/gedeelde
#. Translators: This is similar to the string before, only it
#. has the hostname in it too.
-#: ../src/http.c:125
+#: ../src/http.c:138
#, c-format
msgid "%s's public files on %s"
msgstr "%s's publieke bestanden op %s"
#. Translators: %s is the name of the filename received
-#: ../src/obexpush.c:138
+#: ../src/obexpush.c:140
#, c-format
msgid "You received \"%s\" via Bluetooth"
msgstr "U heeft ‘%s’ via Bluetooth ontvangen"
-#: ../src/obexpush.c:140
+#: ../src/obexpush.c:142
msgid "You received a file"
msgstr "U heeft een bestand ontvangen"
-#: ../src/obexpush.c:154
+#: ../src/obexpush.c:153
msgid "Open File"
msgstr "Bestand openen"
-#: ../src/obexpush.c:158
+#: ../src/obexpush.c:157
msgid "Reveal File"
msgstr "Bestand tonen"
+
+#: ../src/obexpush.c:174
+msgid "File reception complete"
+msgstr "Bestandsoverdracht compleet"
+
+#~ msgid "User Sharing"
+#~ msgstr "Persoonlijke bestanden delen"
+
+#~ msgid "Please log in as the user guest"
+#~ msgstr "Gelieve in te loggen als gebruiker ‘guest’"
+
+#~ msgid "Only for Bonded and Trusted devices"
+#~ msgstr "Alleen voro gekoppelde en vertrouwde apparaten"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/po/pa.po new/gnome-user-share-2.30.0/po/pa.po
--- old/gnome-user-share-2.29.92/po/pa.po 2009-10-20 17:22:33.000000000 +0200
+++ new/gnome-user-share-2.30.0/po/pa.po 2010-03-29 18:23:47.000000000 +0200
@@ -3,16 +3,16 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
#
# Amanpreet Singh Alam <aalam(a)users.sf.net>, 2005, 2006, 2009.
-# A S Alam <aalam(a)users.sf.net>, 2009.
+# A S Alam <aalam(a)users.sf.net>, 2009, 2010.
msgid ""
msgstr ""
"Project-Id-Version: gnome-user-share.HEAD\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug."
"cgi?product=gnome-user-share&component=general\n"
-"POT-Creation-Date: 2009-06-26 10:10+0000\n"
-"PO-Revision-Date: 2009-09-13 08:39+0530\n"
+"POT-Creation-Date: 2010-02-22 13:30+0000\n"
+"PO-Revision-Date: 2010-03-21 20:12+0530\n"
"Last-Translator: A S Alam <aalam(a)users.sf.net>\n"
-"Language-Team: Punjabi/Panjabi <punjabi-users(a)lists.sf.net>\n"
+"Language-Team: Punjabi/Panjabi <kde-i18n-doc(a)kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -56,12 +56,15 @@
msgstr "ਜਦੋਂ ਬਲਿਊਟੁੱਥ ਉੱਤੇ ਭੇਜੀਆਂ ਫਾਇਲਾਂ ਪ੍ਰਾਪਤ ਕਰਨੀਆਂ ਹੋਣ"
#: ../data/desktop_gnome_file_sharing.schemas.in.h:7
+#| msgid ""
+#| "When to accept files sent over Bluetooth. Possible values are \"always\", "
+#| "\"bonded\", \"bonded_trusted\" and \"ask\"."
msgid ""
"When to accept files sent over Bluetooth. Possible values are \"always\", "
-"\"bonded\", \"bonded_trusted\" and \"ask\"."
+"\"bonded\" and \"ask\"."
msgstr ""
"ਜਦੋਂ ਬਲਿਊਟੁੱਥ ਉੱਤੇ ਭੇਜੀਆਂ ਫਾਇਲਾਂ ਪ੍ਰਾਪਤ ਕਰਨੀਆਂ ਹੋਣ ਤਾਂ ਸੰਭਵ ਮੁੱਲ ਹਨ \"always\", \"bonded\", "
-"\"bonded_trusted\" ਅਤੇ \"ask\""
+"\"ask\""
#: ../data/desktop_gnome_file_sharing.schemas.in.h:8
msgid ""
@@ -112,7 +115,6 @@
msgstr "ਰਿਮੋਟ ਜੰਤਰਾਂ ਨੂੰ ਫਾਇਲਾਂ ਹਟਾਉਣ ਦਿਓ(_w)"
#: ../data/file-share-properties.ui.h:5
-#| msgid "File Sharing Preferences"
msgid "Personal File Sharing Preferences"
msgstr "ਨਿੱਜੀ ਫਾਇਲ ਸਾਂਝ ਪਸੰਦ"
@@ -149,53 +151,74 @@
msgstr "ਨੈੱਟਵਰਕ ਉੱਤੇ ਸਾਂਝੀਆਂ ਪਬਲਿਕ ਫਾਇਲਾਂ(_S)"
#: ../data/gnome-user-share-properties.desktop.in.h:1
-#: ../data/gnome-user-share.desktop.in.in.h:2
+#: ../data/gnome-user-share.desktop.in.in.h:2 ../src/nautilus-share-bar.c:162
msgid "Personal File Sharing"
msgstr "ਨਿੱਜੀ ਫਾਇਲ ਸਾਂਝ"
#: ../data/gnome-user-share-properties.desktop.in.h:2
-#| msgid "Preferences for sharing of personal files"
msgid "Preferences for sharing of files"
msgstr "ਫਾਇਲਾਂ ਸਾਂਝੀਆਂ ਕਰਨ ਲਈ ਪਸੰਦ"
#: ../data/gnome-user-share.desktop.in.in.h:1
-#| msgid "Launch User Sharing if enabled"
msgid "Launch Personal File Sharing if enabled"
msgstr "ਜੇ ਚਾਲੂ ਹੋਵੇ ਤਾਂ ਨਿੱਜੀ ਫਾਇਲ ਸਾਂਝ ਚਲਾਓ"
-#: ../src/file-share-properties.c:435
+#: ../src/nautilus-share-bar.c:174
+msgid "Launch Preferences"
+msgstr "ਪਸੰਦ ਚਲਾਓ"
+
+#: ../src/nautilus-share-bar.c:187
+#| msgid "Personal File Sharing Preferences"
+msgid "Launch Personal File Sharing Preferences"
+msgstr "ਨਿੱਜੀ ਫਾਇਲ ਸ਼ੇਅਰਿੰਗ ਪਸੰਦ ਚਲਾਓ"
+
+#: ../src/share-extension.c:82
+#| msgid "Personal File Sharing Preferences"
+msgid "Unable to launch the Personal File Sharing preferences"
+msgstr "ਨਿੱਜੀ ਫਾਇਲ ਸਾਂਝ ਪਸੰਦ ਚਲਾਉਣ ਲਈ ਅਸਮਰੱਥ"
+
+#: ../src/share-extension.c:173
+msgid "You can share files from this folder and receive files to it"
+msgstr "ਤੁਸੀਂ ਇਸ ਫੋਲਡਰ ਤੋਂ ਫਾਇਲਾਂ ਸਾਂਝੀਆਂ ਕਰ ਸਕਦੇ ਹੋ ਅਤੇ ਇਸ ਤੋਂ ਫਾਇਲਾਂ ਲੈ ਸਕਦੇ ਹੋ"
+
+#: ../src/share-extension.c:175
+msgid "You can share files from this folder over the network and Bluetooth"
+msgstr "ਤੁਸੀਂ ਇਹ ਫੋਲਡਰ ਤੋਂ ਫਾਇਲਾਂ ਨੂੰ ਨੈੱਟਵਰਕ ਅਤੇ ਬਲਿਊਟੁੱਥ ਰਾਹੀਂ ਸਾਂਝੀਆਂ ਕਰ ਸਕਦੇ ਹੋ"
+
+#: ../src/share-extension.c:177
+msgid "You can receive files over Bluetooth into this folder"
+msgstr "ਤੁਸੀਂ ਬਲਿਊਟੁੱਥ ਰਾਹੀਂ ਫਾਇਲਾਂ ਨੂੰ ਇਸ ਫੋਲਡਰ ਵਿੱਚ ਲੈ ਸਕਦੇ ਹੋ"
+
+#: ../src/file-share-properties.c:436
msgid "No reason"
msgstr "ਕੋਈ ਕਾਰਨ ਨਹੀਂ"
-#: ../src/file-share-properties.c:463
+#: ../src/file-share-properties.c:464
msgid "Could not display the help contents."
msgstr "ਮੱਦਦ ਸਮੱਗਰੀ ਵੇਖਾਈ ਨਹੀਂ ਜਾ ਸਕੀ।"
-#: ../src/file-share-properties.c:503
+#: ../src/file-share-properties.c:524
msgid "Could not build interface."
msgstr "ਬਿਲਡ ਇੰਟਰਫੇਸ ਸ਼ੁਰੂ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ।"
-#: ../src/file-share-properties.c:543
+#: ../src/file-share-properties.c:566
msgid "Never"
msgstr "ਕਦੇ ਨਹੀਂ"
-#: ../src/file-share-properties.c:546
+#: ../src/file-share-properties.c:569
msgid "When writing files"
msgstr "ਫਾਇਲਾਂ ਲਿਖਣ ਸਮੇਂ"
-#: ../src/file-share-properties.c:549 ../src/file-share-properties.c:572
+#: ../src/file-share-properties.c:572 ../src/file-share-properties.c:595
msgid "Always"
msgstr "ਹਮੇਸ਼ਾ"
-#: ../src/file-share-properties.c:575
-msgid "Only for Bonded devices"
-msgstr "ਕੇਵਲ ਬਾਊਂਡ ਕੀਤੇ ਜੰਤਰ ਹੀ"
-
-#: ../src/file-share-properties.c:578
-msgid "Only for Bonded and Trusted devices"
-msgstr "ਕੇਵਲ ਬਾਊਂਡ ਅਤੇ ਟਰੱਸਟ ਕੀਤੇ ਜੰਤਰ ਹੀ"
+#: ../src/file-share-properties.c:598
+#| msgid "Only for Bonded devices"
+msgid "Only for set up devices"
+msgstr "ਸੈਟਅੱਪ ਕੀਤੇ ਜੰਤਰਾਂ ਲਈ ਹੀ"
-#: ../src/file-share-properties.c:583
+#: ../src/file-share-properties.c:603
msgid "Ask"
msgstr "ਪੁੱਛੋ"
@@ -220,28 +243,34 @@
msgid "%s's public files on %s"
msgstr "%s ਦੀਆਂ %s ਉੱਤੇ ਪਬਲਿਕ ਫਾਇਲਾਂ"
-#: ../src/http.c:372
-msgid "Please log in as the user guest"
-msgstr "ਮਹਿਮਾਨ ਯੂਜ਼ਰ ਵਲੋਂ ਲਾਗਇਨ ਕਰੋ ਜੀ"
-
#. Translators: %s is the name of the filename received
-#: ../src/obexpush.c:138
+#: ../src/obexpush.c:140
#, c-format
msgid "You received \"%s\" via Bluetooth"
msgstr "ਤੁਸੀਂ ਬਲਿਊਟੁੱਥ ਰਾਹੀਂ \"%s\" ਲਏ"
-#: ../src/obexpush.c:140
+#: ../src/obexpush.c:142
msgid "You received a file"
msgstr "ਇੱਕ ਫਾਇਲ ਮਿਲੀ"
-#: ../src/obexpush.c:151
+#: ../src/obexpush.c:153
msgid "Open File"
msgstr "ਫਾਇਲ ਖੋਲ੍ਹੋ"
-#: ../src/obexpush.c:155
+#: ../src/obexpush.c:157
msgid "Reveal File"
msgstr "ਫਾਇਲ ਰੀਵੀਲ"
+#: ../src/obexpush.c:174
+msgid "File reception complete"
+msgstr "ਫਾਇਲ ਪ੍ਰਾਪਤੀ ਪੂਰੀ"
+
+#~ msgid "Only for Bonded and Trusted devices"
+#~ msgstr "ਕੇਵਲ ਬਾਊਂਡ ਅਤੇ ਟਰੱਸਟ ਕੀਤੇ ਜੰਤਰ ਹੀ"
+
+#~ msgid "Please log in as the user guest"
+#~ msgstr "ਮਹਿਮਾਨ ਯੂਜ਼ਰ ਵਲੋਂ ਲਾਗਇਨ ਕਰੋ ਜੀ"
+
#~ msgid "User Sharing"
#~ msgstr "ਯੂਜ਼ਰ ਸਾਂਝ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-user-share-2.29.92/po/sv.po new/gnome-user-share-2.30.0/po/sv.po
--- old/gnome-user-share-2.29.92/po/sv.po 2010-03-02 15:36:56.000000000 +0100
+++ new/gnome-user-share-2.30.0/po/sv.po 2010-03-29 18:23:47.000000000 +0200
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: gnome-user-share\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-01-09 17:18+0100\n"
-"PO-Revision-Date: 2010-01-09 17:21+0100\n"
+"POT-Creation-Date: 2010-03-19 19:35+0100\n"
+"PO-Revision-Date: 2010-03-19 19:35+0100\n"
"Last-Translator: Daniel Nylander <po(a)danielnylander.se>\n"
"Language-Team: Swedish <tp-sv(a)listor.tp-sv.se>\n"
"MIME-Version: 1.0\n"
@@ -139,7 +139,7 @@
#: ../src/nautilus-share-bar.c:174
msgid "Launch Preferences"
-msgstr "Startinställningar"
+msgstr "Starta inställningar"
#: ../src/nautilus-share-bar.c:187
msgid "Launch Personal File Sharing Preferences"
@@ -223,10 +223,6 @@
msgid "%s's public files on %s"
msgstr "%.0sPublika filer på %s"
-#: ../src/http.c:372
-msgid "Please log in as the user guest"
-msgstr "Logga in som användaren guest"
-
#. Translators: %s is the name of the filename received
#: ../src/obexpush.c:140
#, c-format
@@ -249,6 +245,8 @@
msgid "File reception complete"
msgstr "Filmottagningen är färdig"
+#~ msgid "Please log in as the user guest"
+#~ msgstr "Logga in som användaren guest"
#~ msgid "Only for Bonded and Trusted devices"
#~ msgstr "Endast för ihopparade och pålitliga enheter"
#~ msgid "User Sharing"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gnome-user-docs for openSUSE:Factory
checked in at Thu Apr 1 15:33:32 CEST 2010.
--------
--- GNOME/gnome-user-docs/gnome-user-docs.changes 2010-02-10 16:06:11.000000000 +0100
+++ /mounts/work_src_done/STABLE/gnome-user-docs/gnome-user-docs.changes 2010-03-29 18:41:55.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Mar 29 18:37:23 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.30.0:
+ + User Guide:
+ - Adapt to changes in Monitor Preferences
+ + Updated translations.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gnome-user-docs-2.29.2.tar.bz2
New:
----
gnome-user-docs-2.30.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-user-docs.spec ++++++
--- /var/tmp/diff_new_pack.SxZOtN/_old 2010-04-01 15:32:52.000000000 +0200
+++ /var/tmp/diff_new_pack.SxZOtN/_new 2010-04-01 15:32:52.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-user-docs (Version 2.29.2)
+# spec file for package gnome-user-docs (Version 2.30.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,7 +18,7 @@
Name: gnome-user-docs
-Version: 2.29.2
+Version: 2.30.0
Release: 1
License: GFDL 1.1
Summary: GNOME Desktop Documentation
++++++ gnome-user-docs-2.29.2.tar.bz2 -> gnome-user-docs-2.30.0.tar.bz2 ++++++
GNOME/gnome-user-docs/gnome-user-docs-2.29.2.tar.bz2 /mounts/work_src_done/STABLE/gnome-user-docs/gnome-user-docs-2.30.0.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gnome-terminal for openSUSE:Factory
checked in at Thu Apr 1 15:32:40 CEST 2010.
--------
--- GNOME/gnome-terminal/gnome-terminal.changes 2010-03-11 22:55:06.000000000 +0100
+++ /mounts/work_src_done/STABLE/gnome-terminal/gnome-terminal.changes 2010-03-29 16:51:53.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Mar 29 16:45:04 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.30.0:
+ + Don't apply the default size (bgo#607875)
+ + Hide the Save Contents menu entry
+ + Updated translations.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gnome-terminal-2.29.92.tar.bz2
New:
----
gnome-terminal-2.30.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-terminal.spec ++++++
--- /var/tmp/diff_new_pack.0m5Ugw/_old 2010-04-01 15:15:53.000000000 +0200
+++ /var/tmp/diff_new_pack.0m5Ugw/_new 2010-04-01 15:15:54.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-terminal (Version 2.29.92)
+# spec file for package gnome-terminal (Version 2.30.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -31,7 +31,7 @@
License: GPLv2+ ; LGPLv2.1+
Group: System/X11/Terminals
Obsoletes: gnome-core
-Version: 2.29.92
+Version: 2.30.0
Release: 1
Summary: The GNOME 2.x Desktop Terminal
Source: %{name}-%{version}.tar.bz2
++++++ gnome-terminal-2.29.92.tar.bz2 -> gnome-terminal-2.30.0.tar.bz2 ++++++
++++ 35435 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package opensuse-manuals_en for openSUSE:Factory
checked in at Thu Apr 1 15:32:19 CEST 2010.
--------
--- opensuse-manuals_en/opensuse-manuals_en.changes 2009-12-10 14:25:54.000000000 +0100
+++ /mounts/work_src_done/STABLE/opensuse-manuals_en/opensuse-manuals_en.changes 2010-04-01 14:30:53.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Apr 1 12:30:29 UTC 2010 - ke(a)suse.de
+
+- Update text and image files.
+
+-------------------------------------------------------------------
+Wed Mar 31 10:36:56 CEST 2010 - ke(a)suse.de
+
+- Update using new build script coming with the susedoc package.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ opensuse-manuals_en.spec ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:58.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package opensuse-manuals_en (Version 11.2)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -23,7 +23,7 @@
%define my_prov_obs suselinux-adminguide_%{my_lang} suselinux-userguide_%{my_lang} suselinux-manual_%{my_lang}
%define my_book opensuse-html
Version: 11.2
-Release: 4
+Release: 5
Obsoletes: %{my_prov_obs}
Provides: %{my_prov_obs}
Provides: locale(desktop-data-openSUSE:en)
@@ -205,6 +205,16 @@
%description -n opensuse-security_en-pdf
PDF of the openSUSE Security Guide (English).
+%package pdf
+Group: Documentation/SuSE
+License: GFDLv1.2
+Summary: openSUSE Manual (English) as PDF
+Provides: locale(desktop-data-openSUSE:en)
+#PDFOBS
+
+%description pdf
+openSUSE Manual (English) as PDF.
+
%prep
#%setup -c -q
%setup -c -q -a 01
@@ -293,6 +303,7 @@
done
popd
done
+
# Probably useful for stand-alone books
for f in $(find . -name '*.directory'); do
id=%{name}
@@ -304,6 +315,7 @@
if [ $f = ./.directory ]; then
sed -i 's:\(^DocPath.*/\).*:\1index.html:
s/^\(Name\|Comment\)\(.*\)/\1\2 (%{my_lang})/' $f
+
# write yelp / rarian file
sed "
# remove useless comments and search settings
@@ -346,6 +358,7 @@
for f in *.document; do
dir=${f%.document}
pdf_file=${dir/-pdf/.pdf}
+ dir=$(echo $dir | tr [:upper:] [:lower:])
sed -i "s|^\(DocPath=\).*|\1/usr/share/doc/manual/$dir/$pdf_file|
s|^Categories=.*|Categories=System;Core;Translation;Documentation|
s|^\(Name.*\)|\1 (PDF)|" $f
@@ -354,13 +367,30 @@
popd
if [ %{my_lang} = "en" ]; then
mkdir -p $RPM_BUILD_ROOT%{_datadir}/help
- cp yelp/*.document $RPM_BUILD_ROOT%{_datadir}/help
- cp %{name}.document $RPM_BUILD_ROOT%{_datadir}/help/%{name}.document
+ for f in yelp/*.document; do
+ file=$(echo $f | tr [:upper:] [:lower:])
+ cp $f $RPM_BUILD_ROOT%{_datadir}/help/${file#*/}
+ done
+ sed "s/Documentation *\(Documentation\)/\1/" %{name}.document \
+ > $RPM_BUILD_ROOT%{_datadir}/help/%{name}.document
+ # KDE4
+ %define kdedir %{_datadir}/kde4/apps/khelpcenter/plugins
+ mkdir -p $RPM_BUILD_ROOT/%kdedir
+ pushd $RPM_BUILD_ROOT%{_datadir}/help
+ for doc in *.document; do
+ sed "\
+s/\[Document\]/[Desktop Entry]/
+" $doc >$RPM_BUILD_ROOT/%kdedir/${doc%\.document}.desktop
+ done
+ popd
else
- ### FIXME: add PDF yelp files
mkdir -p $RPM_BUILD_ROOT%{_datadir}/help/LOCALE/%{my_lang}
- cp %{name}.document \
- $RPM_BUILD_ROOT%{_datadir}/help/LOCALE/%{my_lang}/%{name}.document
+ for f in yelp/*.document; do
+ file=$(echo $f | tr [:upper:] [:lower:])
+ cp $f $RPM_BUILD_ROOT%{_datadir}/help/LOCALE/%{my_lang}/${file#*/}
+ done
+ sed "s/Documentation *\(Documentation\)/\1/" %{name}.document \
+ > $RPM_BUILD_ROOT%{_datadir}/help/LOCALE/%{my_lang}/%{name}.document
fi
# old stuff
# Link it into the Gnome help system (must be found by calling
@@ -387,43 +417,54 @@
cp %{S:10} .
mkdir opensuse-installquick
cp %{S:14} opensuse-installquick/LICENSE.txt
+
cp %{S:20} .
mkdir opensuse-gnomequick
cp %{S:24} opensuse-gnomequick/LICENSE.txt
+
cp %{S:30} .
mkdir opensuse-kdequick
cp %{S:34} opensuse-kdequick/LICENSE.txt
+
cp %{S:40} .
mkdir opensuse-kdeuser
cp %{S:44} opensuse-kdeuser/LICENSE.txt
+
cp %{S:50} .
mkdir opensuse-gnomeuser
cp %{S:54} opensuse-gnomeuser/LICENSE.txt
+
cp %{S:60} .
mkdir opensuse-apps
cp %{S:64} opensuse-apps/LICENSE.txt
+
cp %{S:70} .
mkdir opensuse-reference
cp %{S:74} opensuse-reference/LICENSE.txt
+
cp %{S:80} .
mkdir opensuse-startup
cp %{S:84} opensuse-startup/LICENSE.txt
+
cp %{S:90} .
mkdir opensuse-apparmor-quick
cp %{S:94} opensuse-apparmor-quick/LICENSE.txt
+
cp %{S:100} .
mkdir opensuse-security
cp %{S:104} opensuse-security/LICENSE.txt
+
#PDFINST
%clean
rm -fr ${RPM_BUILD_ROOT}
-# %files pdf
-# %defattr(-, root, root)
-# %dir %{_defaultdocdir}
-# # we ship opensuse-manual_$LL-pdf just because of the provides/obsoletes
-# %doc LICENSE.txt
-# # %doc *.pdf
+
+%files pdf
+%defattr(-, root, root)
+%dir %{_defaultdocdir}
+# we ship opensuse-manual_$LL-pdf just because of the provides/obsoletes
+%doc LICENSE.txt
+# %doc *.pdf
#PDFXXX
%files -n opensuse-installquick_en-pdf
@@ -431,60 +472,111 @@
%doc opensuse-installquick_en.pdf
%doc opensuse-installquick/LICENSE.txt
/usr/share/help/opensuse-installquick_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-installquick_en-pdf.desktop
%files -n opensuse-gnomequick_en-pdf
%defattr(-, root, root)
%doc opensuse-gnomequick_en.pdf
%doc opensuse-gnomequick/LICENSE.txt
/usr/share/help/opensuse-gnomequick_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-gnomequick_en-pdf.desktop
%files -n opensuse-kdequick_en-pdf
%defattr(-, root, root)
%doc opensuse-kdequick_en.pdf
%doc opensuse-kdequick/LICENSE.txt
/usr/share/help/opensuse-kdequick_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-kdequick_en-pdf.desktop
%files -n opensuse-kdeuser_en-pdf
%defattr(-, root, root)
%doc opensuse-kdeuser_en.pdf
%doc opensuse-kdeuser/LICENSE.txt
/usr/share/help/opensuse-kdeuser_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-kdeuser_en-pdf.desktop
%files -n opensuse-gnomeuser_en-pdf
%defattr(-, root, root)
%doc opensuse-gnomeuser_en.pdf
%doc opensuse-gnomeuser/LICENSE.txt
/usr/share/help/opensuse-gnomeuser_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-gnomeuser_en-pdf.desktop
%files -n opensuse-apps_en-pdf
%defattr(-, root, root)
%doc opensuse-apps_en.pdf
%doc opensuse-apps/LICENSE.txt
/usr/share/help/opensuse-apps_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-apps_en-pdf.desktop
%files -n opensuse-reference_en-pdf
%defattr(-, root, root)
%doc opensuse-reference_en.pdf
%doc opensuse-reference/LICENSE.txt
/usr/share/help/opensuse-reference_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-reference_en-pdf.desktop
%files -n opensuse-startup_en-pdf
%defattr(-, root, root)
%doc opensuse-startup_en.pdf
%doc opensuse-startup/LICENSE.txt
/usr/share/help/opensuse-startup_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-startup_en-pdf.desktop
%files -n opensuse-apparmor-quick_en-pdf
%defattr(-, root, root)
%doc opensuse-apparmor-quick_en.pdf
%doc opensuse-apparmor-quick/LICENSE.txt
/usr/share/help/opensuse-apparmor-quick_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-apparmor-quick_en-pdf.desktop
%files -n opensuse-security_en-pdf
%defattr(-, root, root)
%doc opensuse-security_en.pdf
%doc opensuse-security/LICENSE.txt
/usr/share/help/opensuse-security_en-pdf.document
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/opensuse-security_en-pdf.desktop
+
#PDFFILES
%files
@@ -492,11 +584,20 @@
%dir %{_defaultdocdir}
%doc html/manual
%{my_desktopdir}
+#KDE3 -- probably obsolete now
%dir %{_datadir}/susehelp
%dir %{_datadir}/susehelp/meta
+#GNOME -- probably obsolete now
%{gnome_dir}
%dir /usr/share/gnome
%dir /usr/share/gnome/help
+#recent GNOME
%dir %{_datadir}/help
%{_datadir}/help/%{name}.document
+#KDE4
+%dir %{_datadir}/kde4/apps/khelpcenter/plugins
+%dir %{_datadir}/kde4/apps/khelpcenter
+%dir %{_datadir}/kde4/apps
+%dir %{_datadir}/kde4
+%{_datadir}/kde4/apps/khelpcenter/plugins/%{name}.desktop
%changelog
++++++ LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:58.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-apparmor-quick-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:58.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-apparmor-quick_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-apparmor-quick_en.pdf ++++++
(binary differes)
++++++ opensuse-apps-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:58.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-apps_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-apps_en.pdf ++++++
(binary differes)
++++++ opensuse-gnomequick-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:58.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-gnomequick_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-gnomequick_en.pdf ++++++
(binary differes)
++++++ opensuse-gnomeuser-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:58.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-gnomeuser_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-gnomeuser_en.pdf ++++++
(binary differes)
++++++ opensuse-html_en-desktop.tar.bz2 ++++++
++++ 2010 lines of diff (skipped)
++++++ opensuse-html_en-graphics.tar.bz2 ++++++
opensuse-manuals_en/opensuse-html_en-graphics.tar.bz2 /mounts/work_src_done/STABLE/opensuse-manuals_en/opensuse-html_en-graphics.tar.bz2 differ: char 20187797, line 78238
++++++ opensuse-html_en-html.tar.bz2 ++++++
opensuse-manuals_en/opensuse-html_en-html.tar.bz2 /mounts/work_src_done/STABLE/opensuse-manuals_en/opensuse-html_en-html.tar.bz2 differ: char 11, line 1
++++++ opensuse-html_en.tar.bz2 ++++++
++++ 4467 lines of diff (skipped)
++++++ opensuse-installquick-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:59.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:59.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-installquick_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-installquick_en.pdf ++++++
(binary differes)
++++++ opensuse-kdequick-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:59.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:59.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-kdequick_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-kdequick_en.pdf ++++++
(binary differes)
++++++ opensuse-kdeuser-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:59.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:59.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-kdeuser_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-kdeuser_en.pdf ++++++
(binary differes)
++++++ opensuse-reference-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:59.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:59.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-reference_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-reference_en.pdf ++++++
(binary differes)
++++++ opensuse-security-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:59.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:59.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-security_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-security_en.pdf ++++++
(binary differes)
++++++ opensuse-startup-LICENSE.txt ++++++
--- /var/tmp/diff_new_pack.rqEf6i/_old 2010-04-01 15:31:59.000000000 +0200
+++ /var/tmp/diff_new_pack.rqEf6i/_new 2010-04-01 15:31:59.000000000 +0200
@@ -1,6 +1,6 @@
- Copyright © 2006-2009
+ Copyright © 2006-2010
Novell, Inc.
++++++ opensuse-startup_en-pdf-yelp.tar.bz2 ++++++
++++++ opensuse-startup_en.pdf ++++++
(binary differes)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package openobex for openSUSE:Factory
checked in at Thu Apr 1 15:32:15 CEST 2010.
--------
--- openobex/openobex.changes 2009-11-15 11:49:12.000000000 +0100
+++ /mounts/work_src_done/STABLE/openobex/openobex.changes 2010-03-27 02:01:47.000000000 +0100
@@ -1,0 +2,31 @@
+Sat Mar 27 00:47:45 CET 2010 - vuntz(a)opensuse.org
+
+- Update to version 1.5:
+ + Revert USB changes that broke the ABI.
+ + Add more documentation and update manual pages.
+ + Add missing files to distribution.
+ + Fix obex_object_resume for server side role.
+ + Fix security issue when creating file.
+- Changes from version 1.4:
+ + Add OBEX_ObjectGetSpace function.
+ + Add OBEX_ObjectGetCommand function.
+ + Add Bluetooth support for FreeBSD and NetBSD.
+ + Add support for using OBEX over IPv6.
+ + Add support for Win32 platform.
+ + Fix support for document generation.
+ + Fix public visible symbols of the libraries.
+ + Fix handling of unexpected data from the server.
+ + Fix return value interpretation of obex_object_send.
+ + Fix obex_object_resume handling if sending fails.
+ + Allow suspending before the first packet has been sent.
+- Remove glib2-devel BuildRequires, do not use --enable-glib
+ configure flag and drop glib-related subpackages: this is not
+ built anymore in the tarball.
+- Drop openobex-svn.patch: fixed upstream.
+- Rebase openobex-libusb-check.patch, openobex-1.3-pkgconfig.patch
+ and 0001-fix-fd-leak.patch.
+- Move the library to a libopenobex1 subpackage that
+ provides/obsoletes openobex (since the old package only contained
+ the library).
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
openobex-1.3.tar.bz2
openobex-svn.patch
New:
----
openobex-1.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openobex.spec ++++++
--- /var/tmp/diff_new_pack.N3H1Pz/_old 2010-04-01 15:31:18.000000000 +0200
+++ /var/tmp/diff_new_pack.N3H1Pz/_new 2010-04-01 15:31:18.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package openobex (Version 1.3)
+# spec file for package openobex (Version 1.5)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -19,15 +19,14 @@
Name: openobex
-BuildRequires: bluez-devel glib2-devel libusb-devel pkg-config
-License: GPL v2 or later ; LGPL v2.1 or later
+BuildRequires: bluez-devel libusb-devel pkg-config
+License: GPLv2+ ; LGPLv2.1+
Group: Development/Libraries/Other
-Version: 1.3
-Release: 161
+Version: 1.5
+Release: 1
Summary: Open Source Implementation of the Object Exchange (OBEX) Protocol
Url: http://openobex.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
-Patch: openobex-svn.patch
Patch1: openobex-libusb-check.patch
Patch2: openobex-1.3-pkgconfig.patch
Patch3: 0001-fix-fd-leak.patch
@@ -39,40 +38,29 @@
to exchange all kind of objects, like files, pictures, calendar entries
(vCal), and business cards (vCard).
+%package -n libopenobex1
+License: GPLv2+ ; LGPLv2.1+
+Summary: Open Source Implementation of the Object Exchange (OBEX) Protocol
+Group: Productivity/Networking/Web/Utilities
+Provides: openobex = %{version}
+Obsoletes: openobex < %{version}
-
-Authors:
---------
- Dag Brattli <dagb(a)cs.uit.no>
- Pontus Fuchs <pontus.fuchs(a)tactel.se>
- Fons Botman <budely(a)tref.nl>
- Andy Choi <kc49(a)cornell.edu>
- Jean Tourrilhes <jt(a)hpl.hp.com>
- Marcel Holtmann <marcel(a)holtmann.org>
- Dmitry Kasatkin <dmitry.kasatkin(a)nokia.com>
+%description -n libopenobex1
+OBEX is a session protocol and can best be described as a binary HTTP
+protocol. OBEX is optimized for ad-hoc wireless links and can be used
+to exchange all kind of objects, like files, pictures, calendar entries
+(vCal), and business cards (vCard).
%package apps
-License: GPL v2 or later ; LGPL v2.1 or later
+License: GPLv2+ ; LGPLv2.1+
Summary: Open Source Implementation of the Object Exchange (OBEX) Protocol
Group: Productivity/Networking/Web/Utilities
%description apps
applications using obex libs.
-
-
-Authors:
---------
- Dag Brattli <dagb(a)cs.uit.no>
- Pontus Fuchs <pontus.fuchs(a)tactel.se>
- Fons Botman <budely(a)tref.nl>
- Andy Choi <kc49(a)cornell.edu>
- Jean Tourrilhes <jt(a)hpl.hp.com>
- Marcel Holtmann <marcel(a)holtmann.org>
- Dmitry Kasatkin <dmitry.kasatkin(a)nokia.com>
-
%package devel
-License: GPL v2 or later
+License: GPLv2+
Summary: Development package for openobex
Group: Development/Libraries/Other
Requires: %{name} = %{version} glibc-devel
@@ -80,62 +68,8 @@
%description devel
Files needed for software development using openobex.
-
-
-Authors:
---------
- Dag Brattli <dagb(a)cs.uit.no>
- Pontus Fuchs <pontus.fuchs(a)tactel.se>
- Fons Botman <budely(a)tref.nl>
- Andy Choi <kc49(a)cornell.edu>
- Jean Tourrilhes <jt(a)hpl.hp.com>
- Marcel Holtmann <marcel(a)holtmann.org>
- Dmitry Kasatkin <dmitry.kasatkin(a)nokia.com>
-
-%package glib
-License: GPL v2 or later
-Summary: Open Source Implementation of the Object Exchange (OBEX) Protocol
-Group: Development/Libraries/Other
-
-%description glib
-GLib bindings for obex libs.
-
-
-
-Authors:
---------
- Dag Brattli <dagb(a)cs.uit.no>
- Pontus Fuchs <pontus.fuchs(a)tactel.se>
- Fons Botman <budely(a)tref.nl>
- Andy Choi <kc49(a)cornell.edu>
- Jean Tourrilhes <jt(a)hpl.hp.com>
- Marcel Holtmann <marcel(a)holtmann.org>
- Dmitry Kasatkin <dmitry.kasatkin(a)nokia.com>
-
-%package glib-devel
-License: GPL v2 or later
-Summary: Development package for openobex
-Group: Development/Libraries/Other
-Requires: %{name}-glib = %{version} glib2-devel %{name}-devel = %{version}
-
-%description glib-devel
-Files needed for software development using openobex.
-
-
-
-Authors:
---------
- Dag Brattli <dagb(a)cs.uit.no>
- Pontus Fuchs <pontus.fuchs(a)tactel.se>
- Fons Botman <budely(a)tref.nl>
- Andy Choi <kc49(a)cornell.edu>
- Jean Tourrilhes <jt(a)hpl.hp.com>
- Marcel Holtmann <marcel(a)holtmann.org>
- Dmitry Kasatkin <dmitry.kasatkin(a)nokia.com>
-
%prep
%setup -q
-%patch -p1
%patch1
%patch2
%patch3 -p1
@@ -143,28 +77,23 @@
%build
autoreconf -f -i -v
%configure --disable-static --with-pic \
- --enable-apps\
- --enable-glib
+ --enable-apps
make %{?jobs:-j%jobs}
%install
%makeinstall
%{__rm} -f %{buildroot}%{_libdir}/*.la
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%post glib -p /sbin/ldconfig
+%post -n libopenobex1 -p /sbin/ldconfig
-%postun glib -p /sbin/ldconfig
+%postun -n libopenobex1 -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -n libopenobex1
%defattr(-,root,root)
-# NEWS is empty
+# NEWS is empty
%doc AUTHORS COPYING COPYING.LIB ChangeLog README
%{_libdir}/libopenobex.so.*
@@ -182,17 +111,6 @@
%{_includedir}/openobex/obex.h
%{_includedir}/openobex/obex_const.h
%{_libdir}/libopenobex.so
-%{_datadir}/aclocal/openobex.m4
%{_libdir}/pkgconfig/openobex.pc
-%files glib
-%defattr(-,root,root)
-%{_libdir}/libopenobex-glib.so.*
-
-%files glib-devel
-%defattr(-,root,root)
-%{_includedir}/openobex/obex-client.h
-%{_libdir}/libopenobex-glib.so
-%{_libdir}/pkgconfig/openobex-glib.pc
-
%changelog
++++++ 0001-fix-fd-leak.patch ++++++
--- /var/tmp/diff_new_pack.N3H1Pz/_old 2010-04-01 15:31:18.000000000 +0200
+++ /var/tmp/diff_new_pack.N3H1Pz/_new 2010-04-01 15:31:18.000000000 +0200
@@ -12,11 +12,11 @@
ircp/dirtraverse.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-Index: openobex-1.3/ircp/dirtraverse.c
+Index: openobex-1.5/ircp/dirtraverse.c
===================================================================
---- openobex-1.3.orig/ircp/dirtraverse.c
-+++ openobex-1.3/ircp/dirtraverse.c
-@@ -41,6 +41,7 @@ int visit_dir(char *path, visit_cb cb, v
+--- openobex-1.5.orig/ircp/dirtraverse.c
++++ openobex-1.5/ircp/dirtraverse.c
+@@ -47,6 +47,7 @@ int visit_dir(char *path, visit_cb cb, v
else {
snprintf(t, MAXPATHLEN, "%s/%s", path, dirent->d_name);
if(lstat(t, &statbuf) < 0) {
@@ -24,11 +24,11 @@
return -1;
}
else if(S_ISREG(statbuf.st_mode)) {
-@@ -70,6 +71,7 @@ int visit_dir(char *path, visit_cb cb, v
+@@ -76,6 +77,7 @@ int visit_dir(char *path, visit_cb cb, v
}
out:
+ closedir(dir);
return ret;
- }
+ #else
++++++ openobex-1.3-pkgconfig.patch ++++++
--- /var/tmp/diff_new_pack.N3H1Pz/_old 2010-04-01 15:31:18.000000000 +0200
+++ /var/tmp/diff_new_pack.N3H1Pz/_new 2010-04-01 15:31:18.000000000 +0200
@@ -1,8 +1,8 @@
Index: openobex.pc.in
===================================================================
---- openobex.pc.in.orig 2009-03-23 16:03:41.000000000 +0100
-+++ openobex.pc.in 2009-03-23 16:47:29.000000000 +0100
-@@ -6,6 +6,6 @@ includedir=@includedir@
+--- openobex.pc.in.orig
++++ openobex.pc.in
+@@ -6,7 +6,7 @@ includedir=@includedir@
Name: OpenOBEX
Description: Free implementation of the Object Exchange protocol
Version: @VERSION@
@@ -10,3 +10,4 @@
+#Requires.private: @REQUIRES@
Libs: -L${libdir} -lopenobex
Cflags: -I${includedir}
+ Cflags.private: @OPENOBEX_CFLAGS@
++++++ openobex-1.3.tar.bz2 -> openobex-1.5.tar.bz2 ++++++
++++ 37159 lines of diff (skipped)
++++++ openobex-libusb-check.patch ++++++
--- /var/tmp/diff_new_pack.N3H1Pz/_old 2010-04-01 15:31:19.000000000 +0200
+++ /var/tmp/diff_new_pack.N3H1Pz/_new 2010-04-01 15:31:19.000000000 +0200
@@ -1,13 +1,15 @@
http://dev.zuckschwerdt.org/openobex/ticket/2
================================================================================
---- acinclude.m4
+Index: acinclude.m4
+===================================================================
+--- acinclude.m4.orig
+++ acinclude.m4
-@@ -202,7 +202,7 @@
-
- if (test "${usb_enable}" = "yes" && test "${usb_found}" = "yes"); then
- AC_DEFINE(HAVE_USB, 1, [Define if system supports USB and it's enabled])
+@@ -158,7 +158,7 @@ AC_DEFUN([AC_PATH_USB], [
+ ;;
+ *)
+ PKG_CHECK_MODULES(USB, libusb, usb_lib_found=yes, AC_MSG_RESULT(no))
- AC_CHECK_FILE(${prefix}/lib/pkgconfig/libusb.pc, REQUIRES="libusb")
-+ PKG_CHECK_EXISTS(libusb, [REQUIRES="libusb"])
- fi
-
- AM_CONDITIONAL(GLIB, test "${glib_enable}" = "yes" && test "${glib_found}" = "yes")
++ AC_CHECK_FILE(${libdir}/pkgconfig/libusb.pc, REQUIRES="libusb")
+ ;;
+ esac
+ AC_SUBST(USB_CFLAGS)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package python-atspi for openSUSE:Factory
checked in at Thu Apr 1 15:31:01 CEST 2010.
--------
--- python-atspi/python-atspi.changes 2010-02-21 17:27:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/python-atspi/python-atspi.changes 2010-03-31 01:28:17.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Mar 31 01:27:30 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 0.1.8:
+ + Support id property
+ + Set AT_SPI_CLIENT for use by at-spi2-atk
+ + Set ROLE_UNKNOWN for desktop for compatibility with CORBA
+ at-spi
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
pyatspi-0.1.7.tar.bz2
New:
----
pyatspi-0.1.8.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-atspi.spec ++++++
--- /var/tmp/diff_new_pack.sEYPHB/_old 2010-04-01 15:30:52.000000000 +0200
+++ /var/tmp/diff_new_pack.sEYPHB/_new 2010-04-01 15:30:52.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package python-atspi (Version 0.1.7)
+# spec file for package python-atspi (Version 0.1.8)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,7 +19,7 @@
Name: python-atspi
%define _name pyatspi
-Version: 0.1.7
+Version: 0.1.8
Release: 1
Summary: Assistive Technology Service Provider Interface - Python bindings
License: LGPLv2.0
++++++ pyatspi-0.1.7.tar.bz2 -> pyatspi-0.1.8.tar.bz2 ++++++
++++ 10919 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/pyatspi-0.1.7/config.h.in new/pyatspi-0.1.8/config.h.in
--- old/pyatspi-0.1.7/config.h.in 2010-02-12 05:21:33.000000000 +0100
+++ new/pyatspi-0.1.8/config.h.in 2010-03-30 23:42:18.000000000 +0200
@@ -49,9 +49,6 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
/* Define to the version of this package. */
#undef PACKAGE_VERSION
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/pyatspi-0.1.7/configure.ac new/pyatspi-0.1.8/configure.ac
--- old/pyatspi-0.1.7/configure.ac 2010-02-12 05:21:05.000000000 +0100
+++ new/pyatspi-0.1.8/configure.ac 2010-03-30 23:41:37.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [0.1.7], [accessibility-atspi(a)lists.linux-foundation.org]
+AC_INIT([pyatspi], [0.1.8], [accessibility-atspi(a)lists.linux-foundation.org]
AC_CONFIG_AUX_DIR(config)
LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION
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/pyatspi-0.1.7/pyatspi/application.py new/pyatspi-0.1.8/pyatspi/application.py
--- old/pyatspi-0.1.7/pyatspi/application.py 2010-02-12 03:26:54.000000000 +0100
+++ new/pyatspi-0.1.8/pyatspi/application.py 2010-03-30 18:16:24.000000000 +0200
@@ -43,6 +43,14 @@
func = self.get_dbus_method("GetLocale", dbus_interface=ATSPI_APPLICATION)
return func(local_type)
+ def get_id(self):
+ return dbus.Int32(self._pgetter(ATSPI_APPLICATION, "Id"))
+ _idDoc = \
+ """
+ The application instance's unique ID as assigned by the registry.
+ """
+ id = property(fget=get_id, doc=_idDoc)
+
def get_toolkitName(self):
return dbus.String(self._pgetter(ATSPI_APPLICATION, "ToolkitName"))
_toolkitNameDoc = \
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/pyatspi-0.1.7/pyatspi/cache.py new/pyatspi-0.1.8/pyatspi/cache.py
--- old/pyatspi-0.1.7/pyatspi/cache.py 2010-02-12 03:26:54.000000000 +0100
+++ new/pyatspi-0.1.8/pyatspi/cache.py 2010-03-30 23:41:37.000000000 +0200
@@ -16,7 +16,7 @@
import dbus
from interfaces import *
-from role import ROLE_INVALID
+from role import ROLE_UNKNOWN
from busutils import *
@@ -111,7 +111,7 @@
apps, #Children
[ATSPI_ACCESSIBLE, ATSPI_COMPONENT], #Interfaces
"main", #Name
- ROLE_INVALID, #Role
+ ROLE_UNKNOWN, #Role
"", #Description
[0,0] #State
)
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/pyatspi-0.1.7/pyatspi/registry.py new/pyatspi-0.1.8/pyatspi/registry.py
--- old/pyatspi-0.1.7/pyatspi/registry.py 2010-02-12 05:22:27.000000000 +0100
+++ new/pyatspi-0.1.8/pyatspi/registry.py 2010-03-30 18:16:24.000000000 +0200
@@ -122,7 +122,9 @@
if main_loop_type == MAIN_LOOP_GLIB:
cache = AccessibleCache (app_name)
- factory = AccessibleFactory(cache)
+ factory = AccessibleFactory(cache)
+
+ _os.environ["AT_SPI_CLIENT"] = "1"
# Set up the device event controllers
_connection = SyncAccessibilityBus ()
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package nautilus-sendto for openSUSE:Factory
checked in at Thu Apr 1 15:30:57 CEST 2010.
--------
--- GNOME/nautilus-sendto/nautilus-sendto.changes 2010-03-15 22:23:22.000000000 +0100
+++ /mounts/work_src_done/STABLE/nautilus-sendto/nautilus-sendto.changes 2010-03-29 21:12:45.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Mar 29 21:11:48 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.28.4:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 23 14:37:10 UTC 2010 - dimstar(a)opensuse.org
+
+- Remove en@shaw local on openSUSE <= 11.2.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
nautilus-sendto-2.28.3.tar.bz2
New:
----
nautilus-sendto-2.28.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nautilus-sendto.spec ++++++
--- /var/tmp/diff_new_pack.DRvLzc/_old 2010-04-01 15:30:47.000000000 +0200
+++ /var/tmp/diff_new_pack.DRvLzc/_new 2010-04-01 15:30:47.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package nautilus-sendto (Version 2.28.3)
+# spec file for package nautilus-sendto (Version 2.28.4)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,7 +18,7 @@
Name: nautilus-sendto
-Version: 2.28.3
+Version: 2.28.4
Release: 1
License: GPLv2+
Summary: Integrate Nautilus, Evolution, Empathy and Pidgin
@@ -99,6 +99,9 @@
%install
%makeinstall
+%if 0%{?suse_version} <= 1120
+%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
+%endif
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}
%find_gconf_schemas
++++++ nautilus-sendto-2.28.3.tar.bz2 -> nautilus-sendto-2.28.4.tar.bz2 ++++++
++++ 2158 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package yast2-bootloader for openSUSE:Factory
checked in at Thu Apr 1 15:30:37 CEST 2010.
--------
--- yast2-bootloader/yast2-bootloader.changes 2010-03-23 10:57:45.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2-bootloader/yast2-bootloader.changes 2010-03-31 12:06:47.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Mar 31 12:09:27 CEST 2010 - juhliarik(a)suse.cz
+
+- added fix for sending empty "boot_custom" (bnc#589433)
+- 2.19.10
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
yast2-bootloader-2.19.9.tar.bz2
New:
----
yast2-bootloader-2.19.10.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.pKD9Sl/_old 2010-04-01 15:30:31.000000000 +0200
+++ /var/tmp/diff_new_pack.pKD9Sl/_new 2010-04-01 15:30:31.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-bootloader (Version 2.19.9)
+# spec file for package yast2-bootloader (Version 2.19.10)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,11 +19,11 @@
Name: yast2-bootloader
-Version: 2.19.9
+Version: 2.19.10
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-bootloader-2.19.9.tar.bz2
+Source0: yast2-bootloader-2.19.10.tar.bz2
Prefix: /usr
@@ -67,7 +67,7 @@
This package contains the YaST2 component for bootloader configuration.
%prep
-%setup -n yast2-bootloader-2.19.9
+%setup -n yast2-bootloader-2.19.10
%build
%{prefix}/bin/y2tool y2autoconf
@@ -119,4 +119,5 @@
/usr/share/YaST2/scrconf/*.scr
/var/adm/fillup-templates/*
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
+
%changelog
++++++ yast2-bootloader-2.19.9.tar.bz2 -> yast2-bootloader-2.19.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-2.19.9/VERSION new/yast2-bootloader-2.19.10/VERSION
--- old/yast2-bootloader-2.19.9/VERSION 2010-03-23 11:00:46.000000000 +0100
+++ new/yast2-bootloader-2.19.10/VERSION 2010-03-31 12:10:13.000000000 +0200
@@ -1 +1 @@
-2.19.9
+2.19.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-2.19.9/src/modules/BootCommon.ycp new/yast2-bootloader-2.19.10/src/modules/BootCommon.ycp
--- old/yast2-bootloader-2.19.9/src/modules/BootCommon.ycp 2010-02-11 13:37:33.000000000 +0100
+++ new/yast2-bootloader-2.19.10/src/modules/BootCommon.ycp 2010-03-31 12:10:42.000000000 +0200
@@ -15,7 +15,7 @@
* Joachim Plack <jplack(a)suse.de>
* Olaf Dabrunz <od(a)suse.de>
*
- * $Id: BootCommon.ycp 60799 2010-02-11 12:36:14Z juhliarik $
+ * $Id: BootCommon.ycp 61546 2010-03-31 10:05:50Z juhliarik $
*
*/
@@ -807,6 +807,10 @@
if (removeGFXMenu())
globals = remove(globals, "gfxmenu");
+ // bnc#589433 - Install grub into root (/) partition gives error
+ if ((globals["boot_custom"]:nil == "") && (haskey(globals, "boot_custom")))
+ globals = remove(globals, "boot_custom");
+
// FIXME: give mountby information to perl-Bootloader (or define some
// better interface), so that perl-Bootloader can use mountby device names
// for these devices instead. Tracked in bug #248162.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package yast2-users for openSUSE:Factory
checked in at Thu Apr 1 15:30:28 CEST 2010.
--------
--- yast2-users/yast2-users.changes 2010-03-30 16:12:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-users/yast2-users.changes 2010-04-01 13:19:14.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 1 12:58:05 CEST 2010 - jsuchome(a)suse.cz
+
+- check user existence before adding to the group (bnc#592223)
+- 2.19.10
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
yast2-users-2.19.9.tar.bz2
New:
----
yast2-users-2.19.10.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.AFoeP4/_old 2010-04-01 15:30:22.000000000 +0200
+++ /var/tmp/diff_new_pack.AFoeP4/_new 2010-04-01 15:30:22.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-users (Version 2.19.9)
+# spec file for package yast2-users (Version 2.19.10)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,11 +19,11 @@
Name: yast2-users
-Version: 2.19.9
+Version: 2.19.10
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-users-2.19.9.tar.bz2
+Source0: yast2-users-2.19.10.tar.bz2
Prefix: /usr
@@ -50,7 +50,7 @@
This package provides GUI for maintenance of linux users and groups.
%prep
-%setup -n yast2-users-2.19.9
+%setup -n yast2-users-2.19.10
%build
%{prefix}/bin/y2tool y2autoconf
++++++ yast2-users-2.19.9.tar.bz2 -> yast2-users-2.19.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-2.19.9/VERSION new/yast2-users-2.19.10/VERSION
--- old/yast2-users-2.19.9/VERSION 2010-03-30 16:11:52.000000000 +0200
+++ new/yast2-users-2.19.10/VERSION 2010-04-01 12:58:21.000000000 +0200
@@ -1 +1 @@
-2.19.9
+2.19.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-2.19.9/src/Users.pm new/yast2-users-2.19.10/src/Users.pm
--- old/yast2-users-2.19.9/src/Users.pm 2010-03-30 16:12:00.000000000 +0200
+++ new/yast2-users-2.19.10/src/Users.pm 2010-03-31 16:29:14.000000000 +0200
@@ -5505,6 +5505,16 @@
$error = $self->CheckGroupname ($group{"cn"});
}
+ if ($error eq "") {
+ my %userlist = ();
+ if (defined $group{"userlist"}) {
+ %userlist = %{$group{"userlist"}};
+ }
+ foreach my $user (keys %userlist) {
+ my %u = %{$self->GetUserByName ($user, "")};
+ $error = sprintf (__("User %s does not exist."), $user) unless %u;
+ }
+ }
my $error_map =
UsersPlugins->Apply ("Check", {
"what" => "group",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-2.19.9/testsuite/tests/YaPIGroupAdd.out new/yast2-users-2.19.10/testsuite/tests/YaPIGroupAdd.out
--- old/yast2-users-2.19.9/testsuite/tests/YaPIGroupAdd.out 2010-03-08 11:55:33.000000000 +0100
+++ new/yast2-users-2.19.10/testsuite/tests/YaPIGroupAdd.out 2010-04-01 13:04:36.000000000 +0200
@@ -35,7 +35,7 @@
Write .target.ycp "/var/lib/YaST2/users.ycp" $[] true
Execute .target.bash_output "echo 'gg2' | grep '^[[:alpha:]_][[:alnum:]_.-]*[[:alnum:]_.$-]\\?$'" $["LANG":"C"] $["stdout":"gg2"]
Execute .target.bash "/bin/cp /etc/group /etc/group.YaST2save" 0
-Write .target.string "/etc/group" "audio:x:17:ii\nnobody:x:65533:\nroot:x:0:\ngg:x:1000:\ngg2:x:1001:hh1,hh2\nusers:x:100:\n+:::\n" true
+Write .target.string "/etc/group" "audio:x:17:ii\nnobody:x:65533:\nroot:x:0:\ngg:x:1000:\ngg2:x:1001:hh\nusers:x:100:\n+:::\n" true
Execute .target.bash_output "diff -U 1 /etc/group.YaST2save /etc/group" $["stdout":"gg2"]
Execute .target.bash "/usr/sbin/nscd -i group" 0
Write .target.ycp "/var/lib/YaST2/users.ycp" $["custom_groups":["local"], "custom_users":["local"], "dont_warn_when_nisserver_notdes":false, "dont_warn_when_uppercase":false] true
@@ -55,12 +55,27 @@
Write .target.ycp "/var/lib/YaST2/users.ycp" $[] true
Execute .target.bash_output "echo 'gg3' | grep '^[[:alpha:]_][[:alnum:]_.-]*[[:alnum:]_.$-]\\?$'" $["LANG":"C"] $["stdout":"gg3"]
Execute .target.bash "/bin/cp /etc/group /etc/group.YaST2save" 0
-Write .target.string "/etc/group" "audio:x:17:ii\nnobody:x:65533:\nroot:x:0:\ngg:x:1000:\ngg2:x:1001:hh1,hh2\ngg3:x:1002:hh1,hh2\nusers:x:100:\n+:::\n" true
+Write .target.string "/etc/group" "audio:x:17:ii\nnobody:x:65533:\nroot:x:0:\ngg:x:1000:\ngg2:x:1001:hh\ngg3:x:1002:hh,ii\nusers:x:100:\n+:::\n" true
Execute .target.bash_output "diff -U 1 /etc/group.YaST2save /etc/group" $["stdout":"gg3"]
Execute .target.bash "/usr/sbin/nscd -i group" 0
Write .target.ycp "/var/lib/YaST2/users.ycp" $["custom_groups":["local"], "custom_users":["local"], "dont_warn_when_nisserver_notdes":false, "dont_warn_when_uppercase":false] true
Return
Dump ============ add new group 'gg3' - done ====================
+Dump ============ add new group 'gg4' with non existent user ==
+Read .etc.default.useradd."expire" 0
+Read .etc.default.useradd."group" 100
+Read .etc.default.useradd."groups" "audio,video"
+Read .etc.default.useradd."home" "/tmp/local/home"
+Read .etc.default.useradd."inactive" 0
+Read .etc.default.useradd."shell" 0
+Read .etc.default.useradd."skel" 0
+Read .target.string "/etc/shells" 0
+Read .etc.nsswitch_conf.passwd 0
+Read .etc.nsswitch_conf.passwd 0
+Write .target.ycp "/var/lib/YaST2/users.ycp" $[] true
+Execute .target.bash_output "echo 'gg4' | grep '^[[:alpha:]_][[:alnum:]_.-]*[[:alnum:]_.$-]\\?$'" $["LANG":"C"] $["stdout":"gg4"]
+Return User hh2 does not exist.
+Dump ============ add new group 'gg4' - done ====================
Dump ============ add new group 'root' (groupname conflict): ======
Read .etc.default.useradd."expire" 0
Read .etc.default.useradd."group" 100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-2.19.9/testsuite/tests/YaPIGroupAdd.ycp new/yast2-users-2.19.10/testsuite/tests/YaPIGroupAdd.ycp
--- old/yast2-users-2.19.9/testsuite/tests/YaPIGroupAdd.ycp 2010-03-08 11:55:33.000000000 +0100
+++ new/yast2-users-2.19.10/testsuite/tests/YaPIGroupAdd.ycp 2010-04-01 13:04:13.000000000 +0200
@@ -84,7 +84,7 @@
Testsuite::Dump ("============ add new group 'gg' - done ====================");
- data_map ["userlist"] = [ "hh1", "hh2" ];
+ data_map ["userlist"] = [ "hh" ];
data_map ["cn"] = "gg2";
E ["target", "bash_output", "stdout"] = "gg2";
@@ -93,8 +93,8 @@
Testsuite::Dump ("============ add new group 'gg2' - done ====================");
data_map ["userlist"] = $[
- "hh1" : 1,
- "hh2" : 1
+ "hh" : 1,
+ "ii" : 1
];
data_map ["cn"] = "gg3";
E ["target", "bash_output", "stdout"] = "gg3";
@@ -103,6 +103,16 @@
Testsuite::Test (``(YaPI::USERS::GroupAdd (config_map, data_map)), [R,W,E], 0);
Testsuite::Dump ("============ add new group 'gg3' - done ====================");
+ data_map ["userlist"] = $[
+ "hh2" : 1,
+ ];
+ data_map ["cn"] = "gg4";
+ E ["target", "bash_output", "stdout"] = "gg4";
+
+ Testsuite::Dump ("============ add new group 'gg4' with non existent user ==");
+ Testsuite::Test (``(YaPI::USERS::GroupAdd (config_map, data_map)), [R,W,E], 0);
+ Testsuite::Dump ("============ add new group 'gg4' - done ====================");
+
Testsuite::Dump ("============ add new group 'root' (groupname conflict): ======");
data_map = $[
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0