openSUSE Commits
Threads by month
- ----- 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 2018
- 1 participants
- 1679 discussions
Hello community,
here is the log from the commit of package java-1_8_0-openjdk for openSUSE:Factory checked in at 2018-04-02 22:47:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_8_0-openjdk"
Mon Apr 2 22:47:29 2018 rev:57 rq:592191 version:1.8.0.161
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes 2018-03-02 21:09:49.385008106 +0100
+++ /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes 2018-04-02 22:47:33.785475197 +0200
@@ -1,0 +2,7 @@
+Thu Mar 29 06:28:28 UTC 2018 - fstrba(a)suse.com
+
+- Added patch:
+ * no-return-in-nonvoid-function.patch
+ + fix broken build with gcc8 (bsc#1087066)
+
+-------------------------------------------------------------------
New:
----
no-return-in-nonvoid-function.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-1_8_0-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.EVVjIn/_old 2018-04-02 22:47:35.777402774 +0200
+++ /var/tmp/diff_new_pack.EVVjIn/_new 2018-04-02 22:47:35.781402629 +0200
@@ -205,6 +205,7 @@
Patch2000: java-1_8_0-openjdk-gcc6.patch
Patch2001: disable-doclint-by-default.patch
Patch2002: aarch64.patch
+Patch2003: no-return-in-nonvoid-function.patch
BuildRequires: alsa-lib-devel
BuildRequires: autoconf
BuildRequires: automake
@@ -554,6 +555,7 @@
patch -p0 -i %{PATCH2000}
patch -p0 -i %{PATCH2001}
patch -p0 -i %{PATCH2002}
+patch -p0 -i %{PATCH2003}
(cd openjdk/common/autoconf
bash ./autogen.sh
++++++ no-return-in-nonvoid-function.patch ++++++
--- openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2018-02-26 02:17:58.000000000 +0100
+++ openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2018-03-29 07:57:45.644810996 +0200
@@ -541,6 +541,7 @@
err.report_and_die();
ShouldNotReachHere();
+ return false;
}
void os::Linux::init_thread_fpu_state(void) {
1
0
Hello community,
here is the log from the commit of package llvm for openSUSE:Factory checked in at 2018-04-02 22:47:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm (Old)
and /work/SRC/openSUSE:Factory/.llvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm"
Mon Apr 2 22:47:24 2018 rev:98 rq:592180 version:6.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes 2018-01-26 13:58:04.761238289 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes 2018-04-02 22:47:26.641734931 +0200
@@ -1,0 +2,20 @@
+Thu Mar 29 07:26:34 UTC 2018 - msrb(a)suse.com
+
+- Update to version 6.0.0.
+ * Added polly
+ * Notable changes:
+ - Retpoline Spectre variant 2 mitigation
+ - GlobalISel by default for AArch64 at -O0
+ - improved scheduling on several x86 micro-architectures
+ - Clang defaults to -std=gnu++14 instead of -std=gnu++98
+ - support for some upcoming C++2a features
+ - improved optimizations, new compiler warnings, many bug
+ fixes, and more.
+
+-------------------------------------------------------------------
+Mon Mar 19 12:23:56 UTC 2018 - msrb(a)suse.com
+
+- Build lldb and python3-lldb metapackages if and only if the real
+ packages are built. Fixes build on Leap 42.3.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.Y1o0uy/_old 2018-04-02 22:47:27.605699883 +0200
+++ /var/tmp/diff_new_pack.Y1o0uy/_new 2018-04-02 22:47:27.605699883 +0200
@@ -16,9 +16,17 @@
#
-%define _sonum 5
+%ifarch x86_64
+%define has_lldb 1
+# python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package)
+%if 0%{?suse_version} > 1320
+%define has_lldb_python 1
+%endif
+%endif
+
+%define _sonum 6
Name: llvm
-Version: 5.0.1
+Version: 6.0.0
Release: 0
Summary: Low Level Virtual Machine
License: NCSA
@@ -37,9 +45,11 @@
BuildRequires: llvm%{_sonum}-emacs-plugins = %{version}
BuildRequires: llvm%{_sonum}-gold = %{version}
BuildRequires: llvm%{_sonum}-vim-plugins = %{version}
-%ifarch arm x86_64
+%if 0%{?has_lldb}
BuildRequires: lldb%{_sonum} = %{version}
BuildRequires: lldb%{_sonum}-devel = %{version}
+%endif
+%if 0%{?has_lldb_python}
BuildRequires: python3-lldb%{_sonum} = %{version}
%endif
Requires: llvm%{_sonum} = %{version}
@@ -274,7 +284,7 @@
%defattr(-,root,root,-)
%doc README
-%ifarch arm x86_64
+%if 0%{?has_lldb}
%files -n lldb
%defattr(-,root,root)
@@ -284,6 +294,10 @@
%defattr(-,root,root)
%doc README
+%endif
+
+%if 0%{?has_lldb_python}
+
%files -n python3-lldb
%defattr(-,root,root)
%doc README
1
0
Hello community,
here is the log from the commit of package perl-HTTP-Message for openSUSE:Factory checked in at 2018-04-02 22:47:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Message (Old)
and /work/SRC/openSUSE:Factory/.perl-HTTP-Message.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Message"
Mon Apr 2 22:47:18 2018 rev:19 rq:592146 version:6.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Message/perl-HTTP-Message.changes 2018-03-19 23:31:31.084201915 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Message.new/perl-HTTP-Message.changes 2018-04-02 22:47:21.429924423 +0200
@@ -1,0 +2,9 @@
+Thu Mar 29 05:25:35 UTC 2018 - coolo(a)suse.com
+
+- updated to 6.16
+ see /usr/share/doc/packages/perl-HTTP-Message/Changes
+
+ 6.16 2018-03-28 14:09:17Z
+ - Update status codes to official IANA list (GH#100) (Theo van Hoesel)
+
+-------------------------------------------------------------------
Old:
----
HTTP-Message-6.15.tar.gz
New:
----
HTTP-Message-6.16.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTTP-Message.spec ++++++
--- /var/tmp/diff_new_pack.NaVcj3/_old 2018-04-02 22:47:22.153898100 +0200
+++ /var/tmp/diff_new_pack.NaVcj3/_new 2018-04-02 22:47:22.157897955 +0200
@@ -17,7 +17,7 @@
Name: perl-HTTP-Message
-Version: 6.15
+Version: 6.16
Release: 0
%define cpan_name HTTP-Message
Summary: HTTP style message (base class)
++++++ HTTP-Message-6.15.tar.gz -> HTTP-Message-6.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/Changes new/HTTP-Message-6.16/Changes
--- old/HTTP-Message-6.15/Changes 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/Changes 2018-03-28 16:09:31.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for HTTP-Message
+6.16 2018-03-28 14:09:17Z
+ - Update status codes to official IANA list (GH#100) (Theo van Hoesel)
+
6.15 2018-03-13 13:02:56Z
- Whenever possible, use an absolute four digit year for Time::Local (GH#97)
- Add is_cacheable_by_default() (GH#98) (Theo van Hoesel)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/INSTALL new/HTTP-Message-6.16/INSTALL
--- old/HTTP-Message-6.15/INSTALL 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/INSTALL 2018-03-28 16:09:31.000000000 +0200
@@ -31,13 +31,22 @@
% make install
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
If your perl is system-managed, you can create a local::lib in your home
directory to install modules to. For details, see the local::lib documentation:
https://metacpan.org/pod/local::lib
+
+The prerequisites of this distribution will also have to be installed manually. The
+prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
+by running the manual build process described above.
+
## Documentation
HTTP-Message documentation is available as POD.
-You can run perldoc from a shell to read the documentation:
+You can run `perldoc` from a shell to read the documentation:
% perldoc HTTP::Message
+For more information on installing Perl modules via CPAN, please see:
+https://www.cpan.org/modules/INSTALL.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/META.json new/HTTP-Message-6.16/META.json
--- old/HTTP-Message-6.15/META.json 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/META.json 2018-03-28 16:09:31.000000000 +0200
@@ -92,7 +92,7 @@
"x_IRC" : "irc://irc.perl.org/#lwp",
"x_MailingList" : "mailto:libwww@perl.org"
},
- "version" : "6.15",
+ "version" : "6.16",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.026001"
@@ -219,7 +219,7 @@
{
"class" : "Dist::Zilla::Plugin::InstallGuide",
"name" : "@Author::OALDERS/InstallGuide",
- "version" : "1.200007"
+ "version" : "1.200009"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
@@ -556,7 +556,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
- "tag" : "v6.15",
+ "tag" : "v6.16",
"tag_format" : "v%v",
"tag_message" : "v%v"
},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/META.yml new/HTTP-Message-6.16/META.yml
--- old/HTTP-Message-6.15/META.yml 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/META.yml 2018-03-28 16:09:31.000000000 +0200
@@ -55,7 +55,7 @@
bugtracker: https://github.com/libwww-perl/HTTP-Message/issues
homepage: https://github.com/libwww-perl/HTTP-Message
repository: https://github.com/libwww-perl/HTTP-Message.git
-version: '6.15'
+version: '6.16'
x_Dist_Zilla:
perl:
version: '5.026001'
@@ -155,7 +155,7 @@
-
class: Dist::Zilla::Plugin::InstallGuide
name: '@Author::OALDERS/InstallGuide'
- version: '1.200007'
+ version: '1.200009'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@Author::OALDERS/ExecDir'
@@ -416,7 +416,7 @@
branch: ~
changelog: Changes
signed: 0
- tag: v6.15
+ tag: v6.16
tag_format: v%v
tag_message: v%v
Dist::Zilla::Role::Git::Repo:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/Makefile.PL new/HTTP-Message-6.16/Makefile.PL
--- old/HTTP-Message-6.15/Makefile.PL 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/Makefile.PL 2018-03-28 16:09:31.000000000 +0200
@@ -48,7 +48,7 @@
"Time::Local" => 0,
"Try::Tiny" => 0
},
- "VERSION" => "6.15",
+ "VERSION" => "6.16",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/README.md new/HTTP-Message-6.16/README.md
--- old/HTTP-Message-6.15/README.md 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/README.md 2018-03-28 16:09:31.000000000 +0200
@@ -4,7 +4,7 @@
# VERSION
-version 6.15
+version 6.16
# SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Config.pm new/HTTP-Message-6.16/lib/HTTP/Config.pm
--- old/HTTP-Message-6.15/lib/HTTP/Config.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Config.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
use URI;
@@ -245,7 +245,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Headers/Auth.pm new/HTTP-Message-6.16/lib/HTTP/Headers/Auth.pm
--- old/HTTP-Message-6.15/lib/HTTP/Headers/Auth.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Headers/Auth.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
use HTTP::Headers;
@@ -111,7 +111,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 AUTHOR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Headers/ETag.pm new/HTTP-Message-6.16/lib/HTTP/Headers/ETag.pm
--- old/HTTP-Message-6.15/lib/HTTP/Headers/ETag.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Headers/ETag.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
require HTTP::Date;
@@ -107,7 +107,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 AUTHOR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Headers/Util.pm new/HTTP-Message-6.16/lib/HTTP/Headers/Util.pm
--- old/HTTP-Message-6.15/lib/HTTP/Headers/Util.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Headers/Util.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
use base 'Exporter';
@@ -103,7 +103,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Headers.pm new/HTTP-Message-6.16/lib/HTTP/Headers.pm
--- old/HTTP-Message-6.15/lib/HTTP/Headers.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Headers.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
use Carp ();
@@ -475,7 +475,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Message.pm new/HTTP-Message-6.16/lib/HTTP/Message.pm
--- old/HTTP-Message-6.15/lib/HTTP/Message.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Message.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
require HTTP::Headers;
require Carp;
@@ -781,7 +781,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Request/Common.pm new/HTTP-Message-6.16/lib/HTTP/Request/Common.pm
--- old/HTTP-Message-6.15/lib/HTTP/Request/Common.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Request/Common.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
our $DYNAMIC_FILE_UPLOAD ||= 0; # make it defined (don't know why)
@@ -312,7 +312,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Request.pm new/HTTP-Message-6.16/lib/HTTP/Request.pm
--- old/HTTP-Message-6.15/lib/HTTP/Request.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Request.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
use base 'HTTP::Message';
@@ -145,7 +145,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Response.pm new/HTTP-Message-6.16/lib/HTTP/Response.pm
--- old/HTTP-Message-6.15/lib/HTTP/Response.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Response.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
use base 'HTTP::Message';
@@ -351,7 +351,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTTP-Message-6.15/lib/HTTP/Status.pm new/HTTP-Message-6.16/lib/HTTP/Status.pm
--- old/HTTP-Message-6.15/lib/HTTP/Status.pm 2018-03-13 14:03:03.000000000 +0100
+++ new/HTTP-Message-6.16/lib/HTTP/Status.pm 2018-03-28 16:09:31.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.15';
+our $VERSION = '6.16';
require 5.002; # because we use prototypes
@@ -13,70 +13,91 @@
# Note also addition of mnemonics to @EXPORT below
-# Unmarked codes are from RFC 2616
-# See also: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
+# Unmarked codes are from RFC 7231 (2017-12-20)
+# See also:
+# https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
my %StatusCode = (
100 => 'Continue',
101 => 'Switching Protocols',
- 102 => 'Processing', # RFC 2518 (WebDAV)
- 103 => 'Early Hints', # RFC 8297
+ 102 => 'Processing', # RFC 2518: WebDAV
+ 103 => 'Early Hints', # RFC 8297: Indicating Hints
+# 104 .. 199
200 => 'OK',
201 => 'Created',
202 => 'Accepted',
203 => 'Non-Authoritative Information',
204 => 'No Content',
205 => 'Reset Content',
- 206 => 'Partial Content',
- 207 => 'Multi-Status', # RFC 2518 (WebDAV)
- 208 => 'Already Reported', # RFC 5842
+ 206 => 'Partial Content', # RFC 7233: Range Requests
+ 207 => 'Multi-Status', # RFC 4918: WebDAV
+ 208 => 'Already Reported', # RFC 5842: WebDAV bindings
+# 209 .. 225
+ 226 => 'IM used', # RFC 3229: Delta encoding
+# 227 .. 299
300 => 'Multiple Choices',
301 => 'Moved Permanently',
302 => 'Found',
303 => 'See Other',
- 304 => 'Not Modified',
+ 304 => 'Not Modified', # RFC 7232: Conditional Request
305 => 'Use Proxy',
307 => 'Temporary Redirect',
- 308 => 'Permanent Redirect', # RFC 7238
+ 308 => 'Permanent Redirect', # RFC 7528: Permanent Redirect
+# 309 .. 399
400 => 'Bad Request',
- 401 => 'Unauthorized',
+ 401 => 'Unauthorized', # RFC 7235: Authentication
402 => 'Payment Required',
403 => 'Forbidden',
404 => 'Not Found',
405 => 'Method Not Allowed',
406 => 'Not Acceptable',
- 407 => 'Proxy Authentication Required',
+ 407 => 'Proxy Authentication Required', # RFC 7235: Authentication
408 => 'Request Timeout',
409 => 'Conflict',
410 => 'Gone',
411 => 'Length Required',
- 412 => 'Precondition Failed',
+ 412 => 'Precondition Failed', # RFC 7232: Conditional Request
413 => 'Request Entity Too Large',
414 => 'Request-URI Too Large',
415 => 'Unsupported Media Type',
- 416 => 'Request Range Not Satisfiable',
+ 416 => 'Request Range Not Satisfiable', # RFC 7233: Range Requests
417 => 'Expectation Failed',
- 418 => 'I\'m a teapot', # RFC 2324
- 422 => 'Unprocessable Entity', # RFC 2518 (WebDAV)
- 423 => 'Locked', # RFC 2518 (WebDAV)
- 424 => 'Failed Dependency', # RFC 2518 (WebDAV)
- 425 => 'No code', # WebDAV Advanced Collections
- 426 => 'Upgrade Required', # RFC 2817
- 428 => 'Precondition Required',
- 429 => 'Too Many Requests',
- 431 => 'Request Header Fields Too Large',
- 449 => 'Retry with', # unofficial Microsoft
+# 418 .. 420
+ 421 => 'Misdirected Request', # RFC 7540: HTTP/2
+ 422 => 'Unprocessable Entity', # RFC 4918: WebDAV
+ 423 => 'Locked', # RFC 4918: WebDAV
+ 424 => 'Failed Dependency', # RFC 4918: WebDAV
+# 425
+ 426 => 'Upgrade Required',
+# 427
+ 428 => 'Precondition Required', # RFC 6585: Additional Codes
+ 429 => 'Too Many Requests', # RFC 6585: Additional Codes
+# 430
+ 431 => 'Request Header Fields Too Large', # RFC 6585: Additional Codes
+# 432 .. 450
+ 451 => 'Unavailable For Legal Reasons', # RFC 7724: Legal Obstacels
+# 452 .. 499
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
503 => 'Service Unavailable',
504 => 'Gateway Timeout',
505 => 'HTTP Version Not Supported',
- 506 => 'Variant Also Negotiates', # RFC 2295
- 507 => 'Insufficient Storage', # RFC 2518 (WebDAV)
- 509 => 'Bandwidth Limit Exceeded', # unofficial
- 510 => 'Not Extended', # RFC 2774
- 511 => 'Network Authentication Required',
+ 506 => 'Variant Also Negotiates', # RFC 2295: Transparant Ngttn
+ 507 => 'Insufficient Storage', # RFC 4918: WebDAV
+ 508 => 'Loop Detected', # RFC 5842: WebDAV bindings
+# 509
+ 510 => 'Not Extended', # RFC 2774: Extension Framework
+ 511 => 'Network Authentication Required', # RFC 6585: Additional Codes
+);
+
+# keep some unofficial codes that used to be in this distribution
+%StatusCode = (
+ %StatusCode,
+ 418 => 'I\'m a teapot', # RFC 2324: HTCPC/1.0 1-april
+ 425 => 'Unordered Collection', # WebDAV Draft
+ 449 => 'Retry with', # microsoft
+ 509 => 'Bandwidth Limit Exceeded', # Apache / cPanel
);
my $mnemonicCode = '';
@@ -97,6 +118,9 @@
*RC_MOVED_TEMPORARILY = \&RC_FOUND; # 302 was renamed in the standard
push(@EXPORT, "RC_MOVED_TEMPORARILY");
+*RC_NO_CODE = \&RC_UNORDERED_COLLECTION;
+push(@EXPORT, "RC_NO_CODE");
+
our %EXPORT_TAGS = (
constants => [grep /^HTTP_/, @EXPORT_OK],
is => [grep /^is_/, @EXPORT, @EXPORT_OK],
@@ -137,7 +161,7 @@
=head1 VERSION
-version 6.15
+version 6.16
=head1 SYNOPSIS
1
0
Hello community,
here is the log from the commit of package python-lxml for openSUSE:Factory checked in at 2018-04-02 22:47:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lxml (Old)
and /work/SRC/openSUSE:Factory/.python-lxml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lxml"
Mon Apr 2 22:47:13 2018 rev:65 rq:592129 version:4.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes 2018-03-22 11:58:56.734951188 +0100
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 2018-04-02 22:47:15.466141255 +0200
@@ -1,0 +2,9 @@
+Wed Mar 28 17:05:30 UTC 2018 - hpj(a)urpla.net
+
+- Version update to 4.2.1:
+ * LP#1755825: iterwalk() failed to return the 'start' event for the initial
+ element if a tag selector is used.
+ * LP#1756314: Failure to import 4.2.0 into PyPy due to a missing library symbol.
+ * LP#1727864, GH#258: Add "-isysroot" linker option on MacOS as needed by XCode 9.
+
+-------------------------------------------------------------------
Old:
----
lxml-4.2.0.tar.gz
lxmldoc-4.2.0.pdf
New:
----
lxml-4.2.1.tar.gz
lxmldoc-4.2.1.pdf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lxml.spec ++++++
--- /var/tmp/diff_new_pack.QW4PHL/_old 2018-04-02 22:47:16.130117114 +0200
+++ /var/tmp/diff_new_pack.QW4PHL/_new 2018-04-02 22:47:16.134116969 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-lxml
-Version: 4.2.0
+Version: 4.2.1
Release: 0
Summary: Pythonic XML processing library
License: BSD-3-Clause AND GPL-2.0-or-later
++++++ lxml-4.2.0.tar.gz -> lxml-4.2.1.tar.gz ++++++
++++ 55109 lines of diff (skipped)
++++++ lxmldoc-4.2.0.pdf -> lxmldoc-4.2.1.pdf ++++++
(binary differes)
1
0
Hello community,
here is the log from the commit of package net-tools for openSUSE:Factory checked in at 2018-04-02 22:47:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/net-tools (Old)
and /work/SRC/openSUSE:Factory/.net-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "net-tools"
Mon Apr 2 22:47:09 2018 rev:53 rq:592091 version:2.0+git20170221.479bb4a
Changes:
--------
--- /work/SRC/openSUSE:Factory/net-tools/net-tools.changes 2017-11-21 15:17:39.473211033 +0100
+++ /work/SRC/openSUSE:Factory/.net-tools.new/net-tools.changes 2018-04-02 22:47:10.330327985 +0200
@@ -1,0 +2,5 @@
+Tue Mar 27 11:39:22 CEST 2018 - kukuk(a)suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ net-tools.spec ++++++
--- /var/tmp/diff_new_pack.EBCBEI/_old 2018-04-02 22:47:11.058301517 +0200
+++ /var/tmp/diff_new_pack.EBCBEI/_new 2018-04-02 22:47:11.062301371 +0200
@@ -1,7 +1,7 @@
#
# spec file for package net-tools
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
Version: 2.0+git20170221.479bb4a
Release: 0
Summary: Important Programs for Networking
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Productivity/Networking/Other
Url: https://sourceforge.net/projects/net-tools/
# Repacked by the service file from git
@@ -102,7 +102,8 @@
%files
%defattr(-,root,root)
-%doc COPYING README ABOUT-NLS
+%license COPYING
+%doc README ABOUT-NLS
%{_sbindir}/ether-wake
/sbin/ether-wake
%{_sbindir}/nameif
1
0
Hello community,
here is the log from the commit of package ftgl for openSUSE:Factory checked in at 2018-04-02 22:47:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ftgl (Old)
and /work/SRC/openSUSE:Factory/.ftgl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ftgl"
Mon Apr 2 22:47:01 2018 rev:31 rq:591121 version:2.1.3~rc5
Changes:
--------
--- /work/SRC/openSUSE:Factory/ftgl/ftgl.changes 2017-12-10 18:14:18.268169785 +0100
+++ /work/SRC/openSUSE:Factory/.ftgl.new/ftgl.changes 2018-04-02 22:47:03.634571431 +0200
@@ -1,0 +2,6 @@
+Mon Mar 26 12:52:27 UTC 2018 - crrodriguez(a)opensuse.org
+
+- Remove Requires on Mesa-devel, automated pkgconfig()
+ Requires are enough in this case.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ftgl.spec ++++++
--- /var/tmp/diff_new_pack.bSZllJ/_old 2018-04-02 22:47:05.226513551 +0200
+++ /var/tmp/diff_new_pack.bSZllJ/_new 2018-04-02 22:47:05.230513405 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ftgl
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
Version: 2.1.3~rc5
Release: 0
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Url: http://ftgl.wiki.sourceforge.net/
Source0: http://sourceforge.net/projects/ftgl/files/FTGL%%20Source/2.1.3%%7Erc5/%{na…
@@ -41,6 +41,7 @@
BuildRequires: pkgconfig
BuildRequires: texlive-epstopdf
BuildRequires: pkgconfig(freetype2)
+BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libdrm)
@@ -63,10 +64,7 @@
%package devel
Summary: Development files for the FTGL OpenGL font managing library
Group: Development/Libraries/C and C++
-Requires: Mesa-devel
-Requires: freetype2-devel
Requires: libftgl2 = %{version}
-Requires: pkgconfig(glu)
%description devel
FTGL is a C++ library using Freetype2 to render fonts in OpenGL
1
0
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2018-04-02 03:41:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Mon Apr 2 03:41:42 2018 rev:54 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi: same change
_service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec: same change
_service:product_converter:openSUSE-cd-mini-i586.kiwi: same change
_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
_service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
++++++ _service:product_converter:openSUSE-release.spec ++++++
--- /var/tmp/diff_new_pack.PR9dDg/_old 2018-04-02 03:41:57.229982218 +0200
+++ /var/tmp/diff_new_pack.PR9dDg/_new 2018-04-02 03:41:57.249981486 +0200
@@ -10932,7 +10932,11 @@
Provides: weakremover(libgfan-0_5)
Provides: weakremover(libgfan-devel)
Provides: weakremover(libgig7)
+Provides: weakremover(libgiomm-2_56-1)
+Provides: weakremover(libgiomm-2_56-1-32bit)
Provides: weakremover(libgirara-gtk3-2)
+Provides: weakremover(libglibmm-2_56-1)
+Provides: weakremover(libglibmm-2_56-1-32bit)
Provides: weakremover(libgloox15)
Provides: weakremover(libgloox15-32bit)
Provides: weakremover(libgnome-desktop-3-12)
@@ -23958,7 +23962,11 @@
<obsoletepackage>libgfan-0_5</obsoletepackage>
<obsoletepackage>libgfan-devel</obsoletepackage>
<obsoletepackage>libgig7</obsoletepackage>
+ <obsoletepackage>libgiomm-2_56-1</obsoletepackage>
+ <obsoletepackage>libgiomm-2_56-1-32bit</obsoletepackage>
<obsoletepackage>libgirara-gtk3-2</obsoletepackage>
+ <obsoletepackage>libglibmm-2_56-1</obsoletepackage>
+ <obsoletepackage>libglibmm-2_56-1-32bit</obsoletepackage>
<obsoletepackage>libgloox15</obsoletepackage>
<obsoletepackage>libgloox15-32bit</obsoletepackage>
<obsoletepackage>libgnome-desktop-3-12</obsoletepackage>
openSUSE-release.spec: same change
++++++ obsoletepackages.inc ++++++
--- /var/tmp/diff_new_pack.PR9dDg/_old 2018-04-02 03:41:57.525971385 +0200
+++ /var/tmp/diff_new_pack.PR9dDg/_new 2018-04-02 03:41:57.529971239 +0200
@@ -10858,7 +10858,11 @@
<obsoletepackage>libgfan-0_5</obsoletepackage>
<obsoletepackage>libgfan-devel</obsoletepackage>
<obsoletepackage>libgig7</obsoletepackage>
+ <obsoletepackage>libgiomm-2_56-1</obsoletepackage>
+ <obsoletepackage>libgiomm-2_56-1-32bit</obsoletepackage>
<obsoletepackage>libgirara-gtk3-2</obsoletepackage>
+ <obsoletepackage>libglibmm-2_56-1</obsoletepackage>
+ <obsoletepackage>libglibmm-2_56-1-32bit</obsoletepackage>
<obsoletepackage>libgloox15</obsoletepackage>
<obsoletepackage>libgloox15-32bit</obsoletepackage>
<obsoletepackage>libgnome-desktop-3-12</obsoletepackage>
1
0
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2018-04-01 17:28:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Sun Apr 1 17:28:03 2018 rev:52 rq: version:unknown
Sun Apr 1 17:28:03 2018 rev:53 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++++++ _service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.zkBkEI/_old 2018-04-01 17:28:16.347727949 +0200
+++ /var/tmp/diff_new_pack.zkBkEI/_new 2018-04-01 17:28:16.347727949 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-Tumbleweed-Kubic___20180331" schemaversion="4.1">
+<image name="OBS__openSUSE-Tumbleweed-Kubic___20180401" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,9 +35,9 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20180331</productvar>
+ <productvar name="VERSION">20180401</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180331,openSUSE Tumbleweed Kubic</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180401,openSUSE Tumbleweed Kubic</productinfo>
<productinfo name="LINGUAS">en_US </productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ _service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec ++++++
--- /var/tmp/diff_new_pack.zkBkEI/_old 2018-04-01 17:28:16.367727225 +0200
+++ /var/tmp/diff_new_pack.zkBkEI/_new 2018-04-01 17:28:16.367727225 +0200
@@ -17,7 +17,7 @@
Name: openSUSE-Tumbleweed-Kubic-release
-Version: 20180331
+Version: 20180401
Release: 0
Summary: openSUSE Tumbleweed Kubic
License: GPL-2.0-or-later
@@ -38,9 +38,9 @@
ExclusiveArch: %ix86 x86_64 ppc64le s390x aarch64
Provides: %name-%version
Provides: product() = openSUSE-Tumbleweed-Kubic
-Provides: product(openSUSE-Tumbleweed-Kubic) = 20180331-0
+Provides: product(openSUSE-Tumbleweed-Kubic) = 20180401-0
Provides: product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180331
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180401
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(openSUSE-Tumbleweed-Kubic)
@@ -61,7 +61,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE-Tumbleweed-Kubic) = 20180331-0
+Provides: product_flavor(openSUSE-Tumbleweed-Kubic) = 20180401-0
Summary: openSUSE Tumbleweed Kubic
%description dvd
@@ -123,11 +123,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-Tumbleweed-Kubic</name>
- <version>20180331</version>
+ <version>20180401</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180331</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180401</cpeid>
<productline>openSUSE-Tumbleweed-Kubic</productline>
<register>
<pool>
++++++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++++++
--- /var/tmp/diff_new_pack.zkBkEI/_old 2018-04-01 17:28:16.383726645 +0200
+++ /var/tmp/diff_new_pack.zkBkEI/_new 2018-04-01 17:28:16.383726645 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20180331" schemaversion="4.1">
+<image name="OBS__openSUSE___20180401" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -32,9 +32,9 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20180331</productvar>
+ <productvar name="VERSION">20180401</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20180331,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20180401,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de en en_GB en_US es fi fr hu it ja nb nl pl pt pt_BR ru sv zh zh_CN zh_TW </productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
++++++ _service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.zkBkEI/_old 2018-04-01 17:28:16.463723750 +0200
+++ /var/tmp/diff_new_pack.zkBkEI/_new 2018-04-01 17:28:16.463723750 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20180331" schemaversion="4.1">
+<image name="OBS__openSUSE___20180401" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -24,7 +24,7 @@
<productvar name="DISTNAME">openSUSE</productvar>
<productvar name="FLAVOR">ftp</productvar>
<productvar name="MAKE_LISTINGS">true</productvar>
- <productvar name="MEDIUM_NAME">openSUSE-20180331-i586-x86_64</productvar>
+ <productvar name="MEDIUM_NAME">openSUSE-20180401-i586-x86_64</productvar>
<productvar name="MULTIPLE_MEDIA">true</productvar>
<productvar name="PRODUCT_DIR">/</productvar>
<productvar name="PRODUCT_NAME">$DISTNAME-$FLAVOR</productvar>
@@ -36,9 +36,9 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20180331</productvar>
+ <productvar name="VERSION">20180401</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20180331,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20180401,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de en en_GB en_US es fi fr hu it ja nb nl pl pt pt_BR ru sv zh zh_CN zh_TW </productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="DEBUGMEDIUM">2</productoption>
++++++ _service:product_converter:openSUSE-release.spec ++++++
--- /var/tmp/diff_new_pack.zkBkEI/_old 2018-04-01 17:28:16.503722302 +0200
+++ /var/tmp/diff_new_pack.zkBkEI/_new 2018-04-01 17:28:16.523721579 +0200
@@ -20,7 +20,7 @@
#define betaversion %{nil}
%define codename Tumbleweed
Name: openSUSE-release
-Version: 20180331
+Version: 20180401
Release: 0
# 0 is the product release, not the build release of this package
Summary: openSUSE Tumbleweed
@@ -51,7 +51,7 @@
Obsoletes: aaa_version
Obsoletes: openSUSE-Promo-release <= 11.1
Obsoletes: openSUSE-release-live <= 11.0
-Obsoletes: product_flavor(%{product}) < 20180331
+Obsoletes: product_flavor(%{product}) < 20180401
# bnc#826592
Provides: weakremover(kernel-default) < 3.11
Provides: weakremover(kernel-desktop) < 4.2
@@ -61,7 +61,7 @@
Provides: weakremover(kernel-xen) < 3.11
Provides: %name-%version
Provides: product() = openSUSE
-Provides: product(openSUSE) = 20180331-0
+Provides: product(openSUSE) = 20180401-0
%ifarch x86_64
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
%endif
@@ -75,7 +75,7 @@
Provides: product-register-target() = openSUSE%2DTumbleweed%2Daarch64
%endif
Provides: product-label() = openSUSE
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20180331
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20180401
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-url(repository) = http%3A%2F%2Fdownload.opensuse.org%2Ftumbleweed%2Frepo%2Foss%2F
Requires: product_flavor(openSUSE)
@@ -12857,7 +12857,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(ftp)
-Provides: product_flavor(openSUSE) = 20180331-0
+Provides: product_flavor(openSUSE) = 20180401-0
Summary: openSUSE Tumbleweed
%description ftp
@@ -12872,7 +12872,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(mini)
-Provides: product_flavor(openSUSE) = 20180331-0
+Provides: product_flavor(openSUSE) = 20180401-0
Summary: openSUSE Tumbleweed
%description mini
@@ -12887,7 +12887,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE) = 20180331-0
+Provides: product_flavor(openSUSE) = 20180401-0
Summary: openSUSE Tumbleweed
%description dvd
@@ -12902,7 +12902,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-kde)
-Provides: product_flavor(openSUSE) = 20180331-0
+Provides: product_flavor(openSUSE) = 20180401-0
Summary: openSUSE Tumbleweed
%description livecd-kde
@@ -12917,7 +12917,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-x11)
-Provides: product_flavor(openSUSE) = 20180331-0
+Provides: product_flavor(openSUSE) = 20180401-0
Summary: openSUSE Tumbleweed
%description livecd-x11
@@ -12932,7 +12932,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-gnome)
-Provides: product_flavor(openSUSE) = 20180331-0
+Provides: product_flavor(openSUSE) = 20180401-0
Summary: openSUSE Tumbleweed
%description livecd-gnome
@@ -12947,7 +12947,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-kde)
-Provides: product_flavor(openSUSE) = 20180331-0
+Provides: product_flavor(openSUSE) = 20180401-0
Summary: openSUSE Tumbleweed
%description usb-kde
@@ -12962,7 +12962,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-gnome)
-Provides: product_flavor(openSUSE) = 20180331-0
+Provides: product_flavor(openSUSE) = 20180401-0
Summary: openSUSE Tumbleweed
%description usb-gnome
@@ -12977,7 +12977,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-x11)
-Provides: product_flavor(openSUSE) = 20180331-0
+Provides: product_flavor(openSUSE) = 20180401-0
Summary: openSUSE Tumbleweed
%description usb-x11
@@ -13050,10 +13050,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20180331</version>
+ <version>20180401</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse:20180331</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse:20180401</cpeid>
<productline>openSUSE</productline>
<register>
<pool>
openSUSE-release.spec: same change
++++++ openSUSE-Tumbleweed-Kubic.product ++++++
--- /var/tmp/diff_new_pack.zkBkEI/_old 2018-04-01 17:28:16.827710576 +0200
+++ /var/tmp/diff_new_pack.zkBkEI/_new 2018-04-01 17:28:16.831710432 +0200
@@ -6,7 +6,7 @@
<name>openSUSE-Tumbleweed-Kubic</name>
<releasepkgname>openSUSE-Tumbleweed-Kubic-release</releasepkgname>
<endoflife/>
- <version>20180331</version>
+ <version>20180401</version>
<!-- release is no longer optional -->
<release>0</release>
<productline>openSUSE-Tumbleweed-Kubic</productline>
++++++ openSUSE.product ++++++
--- /var/tmp/diff_new_pack.zkBkEI/_old 2018-04-01 17:28:16.847709853 +0200
+++ /var/tmp/diff_new_pack.zkBkEI/_new 2018-04-01 17:28:16.851709708 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20180331</version>
+ <version>20180401</version>
<release>0</release>
<productline>openSUSE</productline>
1
0
Hello community,
here is the log from the commit of package wine for openSUSE:Factory checked in at 2018-04-01 17:27:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
and /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wine"
Sun Apr 1 17:27:58 2018 rev:249 rq:592845 version:3.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes 2018-03-20 22:02:07.725861205 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes 2018-04-01 17:28:06.484084949 +0200
@@ -1,0 +2,12 @@
+Fri Mar 30 19:31:00 UTC 2018 - meissner(a)suse.com
+
+- Update to 3.5 development release
+ - More Vulkan support, including the vulkan-1 loader.
+ - Support for RSA and ECDSA cryptographic keys.
+ - Improved manifest file parser.
+ - Support for the Places toolbar in file dialogs.
+ - Various bug fixes.
+- updated winetricks
+- updated staging to 3.5
+
+-------------------------------------------------------------------
Old:
----
wine-3.4.tar.xz
wine-3.4.tar.xz.sign
wine-d3d9-patches-3.4.tar.xz
wine-staging-3.4.tar.xz
New:
----
wine-3.5.tar.xz
wine-3.5.tar.xz.sign
wine-d3d9-patches-3.5.tar.xz
wine-staging-3.5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.EUjj8v/_old 2018-04-01 17:28:08.420014881 +0200
+++ /var/tmp/diff_new_pack.EUjj8v/_new 2018-04-01 17:28:08.424014736 +0200
@@ -101,8 +101,8 @@
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xxf86vm)
BuildRequires: pkgconfig(zlib)
-%define realver 3.4
-Version: 3.4
+%define realver 3.5
+Version: 3.5
Release: 0
Summary: An MS Windows Emulator
License: LGPL-2.1-or-later
@@ -140,7 +140,7 @@
ExclusiveArch: %{ix86} x86_64 ppc %arm
%if %{staging}
# upstream patch target version
-%define staging_version 3.4
+%define staging_version 3.5
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel
@@ -148,7 +148,7 @@
%endif
%if %{nine}
# upstream patch target version
-%define nine_version 3.4
+%define nine_version 3.5
BuildRequires: Mesa-libd3d-devel
BuildRequires: dri2proto-devel
BuildRequires: libOSMesa-devel
++++++ _service ++++++
--- /var/tmp/diff_new_pack.EUjj8v/_old 2018-04-01 17:28:08.472012999 +0200
+++ /var/tmp/diff_new_pack.EUjj8v/_new 2018-04-01 17:28:08.472012999 +0200
@@ -3,7 +3,7 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/wine-staging/wine-staging.git</param>
- <param name="revision">refs/tags/v3.4</param>
+ <param name="revision">refs/tags/v3.5</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>
@@ -11,7 +11,7 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">wined3d9(.*)</param>
<param name="url">https://github.com/sarnex/wine-d3d9-patches.git</param>
- <param name="revision">refs/tags/wine-d3d9-3.4</param>
+ <param name="revision">refs/tags/wine-d3d9-3.5</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
++++++ wine-3.4.tar.xz -> wine-3.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/wine/wine-3.4.tar.xz /work/SRC/openSUSE:Factory/.wine.new/wine-3.5.tar.xz differ: char 26, line 1
++++++ wine-d3d9-patches-3.4.tar.xz -> wine-d3d9-patches-3.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wine-d3d9-patches-3.4/d3d9-helper.patch new/wine-d3d9-patches-3.5/d3d9-helper.patch
--- old/wine-d3d9-patches-3.4/d3d9-helper.patch 2018-03-18 00:30:18.000000000 +0100
+++ new/wine-d3d9-patches-3.5/d3d9-helper.patch 2018-03-31 16:06:36.000000000 +0200
@@ -1,6 +1,6 @@
-From 5ddf2f0c5e72b819bdc45cc64096fec81d9503ee Mon Sep 17 00:00:00 2001
+From 763e579985e27ab80f276e93a3e2f609c3e02d83 Mon Sep 17 00:00:00 2001
From: Nick Sarnie <commendsarnex(a)gmail.com>
-Date: Sat, 17 Mar 2018 19:16:55 -0400
+Date: Sat, 31 Mar 2018 10:05:28 -0400
Subject: [PATCH] D3D9 Helper
Signed-off-by: Nick Sarnie <commendsarnex(a)gmail.com>
@@ -1025,5 +1025,5 @@
/* @makedep: winecfg.ico */
--
-2.16.2
+2.16.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wine-d3d9-patches-3.4/staging-helper.patch new/wine-d3d9-patches-3.5/staging-helper.patch
--- old/wine-d3d9-patches-3.4/staging-helper.patch 2018-03-18 00:30:18.000000000 +0100
+++ new/wine-d3d9-patches-3.5/staging-helper.patch 2018-03-31 16:06:36.000000000 +0200
@@ -1,6 +1,6 @@
-From ff5f6994f364f59320ac6fb146238cc6ed6f744d Mon Sep 17 00:00:00 2001
+From 390a5a66bb1fd749885fbea3d3b6ab2cd9ed69f6 Mon Sep 17 00:00:00 2001
From: Nick Sarnie <commendsarnex(a)gmail.com>
-Date: Sat, 17 Mar 2018 19:08:26 -0400
+Date: Sat, 31 Mar 2018 10:03:56 -0400
Subject: [PATCH] Staging Helper
Signed-off-by: Nick Sarnie <commendsarnex(a)gmail.com>
@@ -119,5 +119,5 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
--
-2.16.2
+2.16.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wine-d3d9-patches-3.4/wine-d3d9.patch new/wine-d3d9-patches-3.5/wine-d3d9.patch
--- old/wine-d3d9-patches-3.4/wine-d3d9.patch 2018-03-18 00:30:18.000000000 +0100
+++ new/wine-d3d9-patches-3.5/wine-d3d9.patch 2018-03-31 16:06:36.000000000 +0200
@@ -1,6 +1,6 @@
-From aa019ab10a175cbbaacf00bd43270b79122685e6 Mon Sep 17 00:00:00 2001
+From 6f18703feb2f89042a25fb09e7d07d48a8f9c125 Mon Sep 17 00:00:00 2001
From: Nick Sarnie <commendsarnex(a)gmail.com>
-Date: Sat, 17 Mar 2018 19:14:34 -0400
+Date: Sat, 31 Mar 2018 10:04:12 -0400
Subject: [PATCH] Wine D3D9
Signed-off-by: Nick Sarnie <commendsarnex(a)gmail.com>
@@ -41,7 +41,7 @@
create mode 100644 dlls/d3d9-nine/wndproc.h
diff --git a/configure.ac b/configure.ac
-index 04b79d2876..595b17f210 100644
+index 0a365d9c43..93c9d823fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,14 @@ AC_ARG_WITH(openal, AS_HELP_STRING([--without-openal],[do not use OpenAL]),
@@ -5781,5 +5781,5 @@
+
+#endif
--
-2.16.2
+2.16.3
++++++ wine-staging-3.4.tar.xz -> wine-staging-3.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/wine/wine-staging-3.4.tar.xz /work/SRC/openSUSE:Factory/.wine.new/wine-staging-3.5.tar.xz differ: char 26, line 1
++++++ winetricks ++++++
--- /var/tmp/diff_new_pack.EUjj8v/_old 2018-04-01 17:28:08.640006919 +0200
+++ /var/tmp/diff_new_pack.EUjj8v/_new 2018-04-01 17:28:08.644006774 +0200
@@ -4951,6 +4951,11 @@
WINETRICKS_CONFIG="${XDG_CONFIG_HOME}/winetricks"
#test -d "$WINETRICKS_CONFIG" || mkdir -p "$WINETRICKS_CONFIG"
+ # Load country code from config file only when "--country=" option is not specified
+ if test -z "$W_COUNTRY" -a -f "${WINETRICKS_CONFIG}"/country; then
+ W_COUNTRY="$(cat "${WINETRICKS_CONFIG}"/country)"
+ fi
+
# Pin a task to a single cpu. Helps prevent race conditions.
#
# Linux/FreeBSD: supported
@@ -5129,6 +5134,7 @@
Executes given verbs. Each verb installs an application or changes a setting.
Options:
+ --country=CC Set country code to CC and don't detect your IP address
--force Don't check whether packages were already installed
--gui Show gui diagnostics even when driven by commandline
--isolate Install each app or game in its own bottle (WINEPREFIX)
@@ -5166,6 +5172,7 @@
winetricks_handle_option()
{
case "$1" in
+ --country=*) W_COUNTRY="${1##--country=}" ;;
--force) WINETRICKS_FORCE=1;;
--gui) winetricks_detect_gui;;
-h|--help) winetricks_usage ; exit 0 ;;
@@ -8212,13 +8219,17 @@
publisher="Amazon" \
year="2017" \
media="download" \
- file1="KindleForPC-installer-1.20.47037.exe" \
+ file1="KindleForPC-installer-1.16.44025.exe" \
installed_exe1="$W_PROGRAMS_WIN/Amazon/Kindle/Kindle.exe" \
homepage="https://www.amazon.com/kindle-dbs/fd/kcp"
load_kindle()
{
- w_download https://s3.amazonaws.com/kindleforpc/47037/KindleForPC-installer-1.20.47037… cb20581d3455d458c7ac4bafa5c67dcfc5186c7b35951168efcf5a8263706b47
+ if w_workaround_wine_bug 43508; then
+ w_warn "Using an older version of Kindle (1.16.44025) to work around https://bugs.winehq.org/show_bug.cgi?id=43508"
+ fi
+
+ w_download https://s3.amazonaws.com/kindleforpc/44025/KindleForPC-installer-1.16.44025…
w_try_cd "$W_CACHE/$W_PACKAGE"
w_try "$WINE" "$file1" ${W_OPT_UNATTENDED:+ /S}
@@ -10089,10 +10100,10 @@
fi
# Avoid a file existence check.
- w_try rm -f "$W_SYSTEM32_DLLS"/windowscodecs.dll "$W_SYSTEM32_DLLS"/windowscodecsext.dll "$W_SYSTEM32_DLLS"/photometadatahandler.dll
+ w_try rm -f "$W_SYSTEM32_DLLS"/windowscodecs.dll "$W_SYSTEM32_DLLS"/windowscodecsext.dll "$W_SYSTEM32_DLLS"/wmphoto.dll "$W_SYSTEM32_DLLS"/photometadatahandler.dll
if [ "$W_ARCH" = "win64" ]; then
- w_try rm -f "$W_SYSTEM64_DLLS"/windowscodecs.dll "$W_SYSTEM64_DLLS"/windowscodecsext.dll "$W_SYSTEM64_DLLS"/photometadatahandler.dll
+ w_try rm -f "$W_SYSTEM64_DLLS"/windowscodecs.dll "$W_SYSTEM64_DLLS"/windowscodecsext.dll "$W_SYSTEM64_DLLS"/wmphoto.dll "$W_SYSTEM64_DLLS"/photometadatahandler.dll
fi
# AF says in AppDB entry for .NET 3.0 that windowscodecs has to be native only
@@ -10256,17 +10267,12 @@
w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xapofx*.dll' "$x"
done
- if test "$W_ARCH" = "win64" ; then
- w_try_cabextract -d "$W_TMP" -L -F '*_xact_*x64*' "$W_CACHE/directx9/$DIRECTX_NAME"
- w_try_cabextract -d "$W_TMP" -L -F '*_x3daudio_*x64*' "$W_CACHE/directx9/$DIRECTX_NAME"
- w_try_cabextract -d "$W_TMP" -L -F '*_xaudio_*x64*' "$W_CACHE/directx9/$DIRECTX_NAME"
- for x in "$W_TMP"/*x64.cab ; do
- w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'xactengine*.dll' "$x"
- w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'xaudio*.dll' "$x"
- w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'x3daudio*.dll' "$x"
- w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'xapofx*.dll' "$x"
- done
- fi
+ # Don't install 64-bit xact DLLs. They are broken in Wine, see:
+ # https://bugs.winehq.org/show_bug.cgi?id=41618#c5
+
+ w_override_dlls native,builtin xaudio2_0 xaudio2_1 xaudio2_2 xaudio2_3 xaudio2_4 xaudio2_5 xaudio2_6 xaudio2_7
+ w_override_dlls native,builtin x3daudio1_0 x3daudio1_1 x3daudio1_2 x3daudio1_3 x3daudio1_4 x3daudio1_5 x3daudio1_6 x3daudio1_7
+ w_override_dlls native,builtin xapofx1_1 xapofx1_2 xapofx1_3 xapofx1_4 xapofx1_5
# Register xactengine?_?.dll
for x in "$W_SYSTEM32_DLLS"/xactengine* ; do
@@ -12250,6 +12256,69 @@
#----------------------------------------------------------------
+w_metadata office2013pro apps \
+ title="Microsoft Office 2013 Professional" \
+ publisher="Microsoft" \
+ year="2013" \
+ media="download" \
+ file1="setup.exe" \
+ installed_file1="$W_PROGRAMS_X86_WIN/Microsoft Office/Office15/WINWORD.EXE"
+
+load_office2013pro()
+{
+ w_package_unsupported_win64
+
+ if [ ! -x "$(which ntlm_auth 2>/dev/null)" ]; then
+ w_die "winbind (part of samba) is required for the installation"
+ fi
+
+ # link from https://www.askvg.com/direct-download-link-microsoft-office-2013-profession…
+ w_download http://care.dlservice.microsoft.com/dl/download/2/9/C/29CC45EF-4CDA-4710-9F… 236f8faae3f979ec72592a63784bba2f0d614916350c44631221b88ae9dae206 "OFFICE15.iso"
+
+ w_set_winver win7
+
+ w_call corefonts
+ w_call tahoma
+
+ w_call riched20
+
+
+ if w_workaround_wine_bug 43581 "Wine has problems parsing some regex strings during installation"; then
+ w_call msxml6
+ fi
+
+ if w_workaround_wine_bug 38648 "DirectX < 11 has problems with black window after installation" ,3.0; then
+ cat > "$W_TMP"/MaxVersionGL.reg <<_EOF_
+REGEDIT4
+
+[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D]
+"MaxVersionGL"=dword:00030002
+
+_EOF_
+ w_try_regedit "$W_TMP_WIN"\\MaxVersionGL.reg
+ fi
+
+ w_mount OFFICE15
+
+ if test $W_OPT_UNATTENDED; then
+ cat > "$W_TMP"/config.xml <<_EOF_
+<Configuration Product="ProPlus">
+<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
+</Configuration>
+_EOF_
+ w_try "$WINE" "${W_ISO_MOUNT_LETTER}:${file1}" /config "$W_TMP_WIN"\\config.xml
+ else
+ w_try "$WINE" "${W_ISO_MOUNT_LETTER}:${file1}"
+ fi
+
+ w_wineserver -w
+ w_umount
+
+ w_warn "Microsoft Office 2013 is far away from running stable under wine 3.3. It should not be used in a productive environment."
+}
+
+#----------------------------------------------------------------
+
w_metadata picasa39 apps \
title="Picasa 3.9" \
publisher="Google" \
@@ -18546,11 +18615,11 @@
# CSMT settings
w_metadata csmt=on settings \
- title_uk="Увімкнути Command Stream Multithreading" \
- title="Enable Command Stream Multithreading"
+ title_uk="Увімкнути Command Stream Multithreading (за замовчуванням)" \
+ title="Enable Command Stream Multithreading (default)"
w_metadata csmt=off settings \
- title_uk="Вимкнути Command Stream Multithreading (за замовчуванням)" \
- title="Disable Command Stream Multithreading (default)"
+ title_uk="Вимкнути Command Stream Multithreading"\
+ title="Disable Command Stream Multithreading"
load_csmt()
{
++++++ winetricks.1 ++++++
--- /var/tmp/diff_new_pack.EUjj8v/_old 2018-04-01 17:28:08.668005905 +0200
+++ /var/tmp/diff_new_pack.EUjj8v/_new 2018-04-01 17:28:08.668005905 +0200
@@ -22,6 +22,11 @@
.SH OPTIONS
.TP
.B
+\-\-country=CC
+Set country code to CC and don't detect your IP address
+when retrying downloads
+.TP
+.B
\-\-force
Don't check whether packages were already installed
.TP
1
0
Hello community,
here is the log from the commit of package kio-gdrive for openSUSE:Factory checked in at 2018-04-01 17:27:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio-gdrive (Old)
and /work/SRC/openSUSE:Factory/.kio-gdrive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio-gdrive"
Sun Apr 1 17:27:50 2018 rev:9 rq:592843 version:1.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/kio-gdrive/kio-gdrive.changes 2018-02-14 14:19:00.196312513 +0100
+++ /work/SRC/openSUSE:Factory/.kio-gdrive.new/kio-gdrive.changes 2018-04-01 17:27:53.688548068 +0200
@@ -1,0 +2,10 @@
+Sun Apr 1 06:39:33 UTC 2018 - wbauer(a)tmo.at
+
+- Update to 1.2.2
+ * Fixed mimetype used to open .ods files (kde#388598)
+ * Fixed copy of files within the same gdrive account (kde#376735)
+ * Updated translations
+- Drop 0001-MIME-type-correction-for-ods-files.patch, merged
+ upstream
+
+-------------------------------------------------------------------
Old:
----
0001-MIME-type-correction-for-ods-files.patch
kio-gdrive-1.2.1.tar.xz
New:
----
kio-gdrive-1.2.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kio-gdrive.spec ++++++
--- /var/tmp/diff_new_pack.VG3k2H/_old 2018-04-01 17:27:55.296489870 +0200
+++ /var/tmp/diff_new_pack.VG3k2H/_new 2018-04-01 17:27:55.300489726 +0200
@@ -18,15 +18,13 @@
%bcond_without lang
Name: kio-gdrive
-Version: 1.2.1
+Version: 1.2.2
Release: 0
Summary: Google Drive KIO slave for KDE applications
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.ta…
-# FIX-PATCH-UPSTREAM Fixed in 1.2.2
-Patch0: 0001-MIME-type-correction-for-ods-files.patch
BuildRequires: extra-cmake-modules
BuildRequires: intltool
BuildRequires: kaccounts-integration-devel
@@ -54,7 +52,6 @@
%prep
%setup -q
-%patch0 -p1
%build
%cmake_kf5 -d build
++++++ kio-gdrive-1.2.1.tar.xz -> kio-gdrive-1.2.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/CMakeLists.txt new/kio-gdrive-1.2.2/CMakeLists.txt
--- old/kio-gdrive-1.2.1/CMakeLists.txt 2017-09-30 17:29:04.000000000 +0200
+++ new/kio-gdrive-1.2.2/CMakeLists.txt 2018-03-30 11:21:22.000000000 +0200
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)
-set(GDRIVE_VERSION 1.2.1)
+set(GDRIVE_VERSION 1.2.2)
project(kio-gdrive VERSION ${GDRIVE_VERSION})
set(QT_MIN_VERSION 5.2.0)
@@ -80,5 +80,7 @@
find_package(KF5I18n CONFIG REQUIRED)
ki18n_install(po)
-find_package(KF5DocTools CONFIG REQUIRED)
-kdoctools_install(po)
+ find_package(KF5DocTools CONFIG)
+ if(KF5DocTools_FOUND)
+ kdoctools_install(po)
+ endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/Messages.sh new/kio-gdrive-1.2.2/Messages.sh
--- old/kio-gdrive-1.2.1/Messages.sh 1970-01-01 01:00:00.000000000 +0100
+++ new/kio-gdrive-1.2.2/Messages.sh 2018-03-30 11:20:26.000000000 +0200
@@ -0,0 +1,3 @@
+#! /usr/bin/env bash
+
+$XGETTEXT $(find . -name "*.cpp") -o $podir/kio5_gdrive.pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/desktop/gdrive-network.desktop new/kio-gdrive-1.2.2/desktop/gdrive-network.desktop
--- old/kio-gdrive-1.2.1/desktop/gdrive-network.desktop 2017-09-30 17:28:11.000000000 +0200
+++ new/kio-gdrive-1.2.2/desktop/gdrive-network.desktop 2018-03-30 11:20:26.000000000 +0200
@@ -14,10 +14,12 @@
Name[pl]=Dysk Google
Name[pt]=Google Drive
Name[pt_BR]=Google Drive
+Name[ru]=Диск Google
Name[sk]=Google Drive
Name[sv]=Google Drive
Name[uk]=Google Диск
Name[x-test]=xxGoogle Drivexx
+Name[zh_CN]=Google 云端硬盘
Name[zh_TW]=Google 雲端硬碟
Type=Link
URL=gdrive:/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/desktop/org.kde.kio-gdrive.appdata.xml new/kio-gdrive-1.2.2/desktop/org.kde.kio-gdrive.appdata.xml
--- old/kio-gdrive-1.2.1/desktop/org.kde.kio-gdrive.appdata.xml 2017-09-30 17:28:11.000000000 +0200
+++ new/kio-gdrive-1.2.2/desktop/org.kde.kio-gdrive.appdata.xml 2018-03-30 11:20:26.000000000 +0200
@@ -7,26 +7,33 @@
<name xml:lang="ca">KIO GDrive</name>
<name xml:lang="ca-valencia">KIO GDrive</name>
<name xml:lang="cs">KIO GDrive</name>
+ <name xml:lang="de">KIO GDrive</name>
<name xml:lang="en-GB">KIO GDrive</name>
<name xml:lang="es">KIO GDrive</name>
<name xml:lang="it">KIO GDrive</name>
<name xml:lang="nl">KIO GDrive</name>
<name xml:lang="pl">KIO GDrive</name>
<name xml:lang="pt">KIO GDrive</name>
+ <name xml:lang="pt-BR">KIO GDrive</name>
+ <name xml:lang="ru">KIO для поддержки Диска Google</name>
<name xml:lang="sk">KIO GDrive</name>
<name xml:lang="sv">KIO Gdrive</name>
<name xml:lang="uk">KIO GDrive</name>
<name xml:lang="x-test">xxKIO GDrivexx</name>
+ <name xml:lang="zh-CN">KIO GDrive</name>
<summary>Google Drive integration with KDE Plasma and KDE applications</summary>
<summary xml:lang="ca">Integració del Drive de Google amb el Plasma del KDE i les aplicacions KDE</summary>
<summary xml:lang="ca-valencia">Integració del Drive de Google amb el Plasma del KDE i les aplicacions KDE</summary>
<summary xml:lang="cs">Integrace Google Drive do KDE Plasma a aplikací KDE</summary>
+ <summary xml:lang="de">Integration von Google Drive mit Plasma und den KDE-Anwendungen</summary>
<summary xml:lang="en-GB">Google Drive integration with KDE Plasma and KDE applications</summary>
<summary xml:lang="es">Integración de Google Drive con Plasma y aplicaciones de KDE</summary>
<summary xml:lang="it">Integrazione di Google Drive con le applicazioni di KDE e KDE Plasma</summary>
<summary xml:lang="nl">Integratie van Google Drive met KDE Plasma en KDE applications</summary>
<summary xml:lang="pl">Integracja Dysku Google z KDE Plazmą i aplikacjami KDE</summary>
<summary xml:lang="pt">Integração do Google Drive com o Plasma e as aplicações do KDE</summary>
+ <summary xml:lang="pt-BR">Integração do Google Drive com o KDE Plasma e aplicativos do KDE</summary>
+ <summary xml:lang="ru">Интеграция Диска Google с KDE Plasma и приложениями от KDE</summary>
<summary xml:lang="sk">Integrácia Google disku s KDE Plasma a KDE aplikáciami</summary>
<summary xml:lang="sv">Integrering av Google Drive med KDE Plasma och KDE-program</summary>
<summary xml:lang="uk">Інтеграція Диска Google із Плазмою KDE та програмами KDE</summary>
@@ -35,12 +42,14 @@
<p>KIO GDrive is a KIO slave that enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files on the cloud.</p>
<p xml:lang="ca">El KIO GDrive és un esclau del KIO que habilita les aplicacions preparades per al KIO (com el Dolphin, el Kate o el Gwenview) per accedir i editar fitxers del Drive de Google en el núvol.</p>
<p xml:lang="ca-valencia">El KIO GDrive és un esclau del KIO que habilita les aplicacions preparades per al KIO (com el Dolphin, el Kate o el Gwenview) per accedir i editar fitxers del Drive de Google en el núvol.</p>
+ <p xml:lang="de">KIO GDrive ist ein Ein-/Ausgabemodul, mit dem Anwendungen wie Dolphin, Kate oder Gwenview auf Dateien in der Cloud Google Drive zugreifen und bearbeiten können.</p>
<p xml:lang="en-GB">KIO GDrive is a KIO slave that enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files on the cloud.</p>
<p xml:lang="es">KIO GDrive es un esclavo KIO que permite que aplicaciones KIO-compatibles (como Dolphin, Kate o Gwenview) acceder y editar archivos de Google Drive en la nube.</p>
<p xml:lang="it">KIO GDrive è un KIO slave che consente alle applicazioni che gestiscono KIO (come Dolphin, Kate o Gwenview) di accedere e modificare i file di Google Drive sul cloud.</p>
<p xml:lang="nl">KIO GDrive is een KIO-slave die met KIO bekende toepassingen (zoals Dolphin, Kate of Gwenview) toegang geeft tot bestanden en deze bewerkt op Google Drive in de cloud.</p>
<p xml:lang="pl">KIO GDrive jest KIO slave, który umożliwia aplikacjom świadomym KIO (takim jak Dolphin, Kate lub Gwenview) na dostęp i edycję plików w chmurze Dysku Google.</p>
<p xml:lang="pt">O KIO GDrive é um KIO slave que permite às aplicações que suportam o KIO (como o Dolphin, o Kate ou o Gwenview) aceder e editar ficheiros do Google Drive na 'cloud'.</p>
+ <p xml:lang="pt-BR">O KIO GDrive é um KIO slave que permite a aplicativos com suporte a KIO (como Dolphin, Kate ou Gwenview) acessar e editar arquivos do Google Drive na nuvem.</p>
<p xml:lang="sk">KIO GDrive je KIO slave, ktorý umožní KIO-aware aplikáciám (ako Dolphin, Kate alebo Gwenview) pristupovať a upravovať súbory Google disku na cloude.</p>
<p xml:lang="sv">KIO GDrive är en I/O-slav som gör det möjligt för program medvetna om KIO (såsom Dolphin, Kate eller Gwenview) att komma åt och redigera Google Drive-filer i molnet.</p>
<p xml:lang="uk">KIO GDrive — допоміжний засіб введення-виведення даних, який уможливлює для програм із підтримкою KIO (зокрема Dolphin, Kate та Gwenview) доступ та редагування даних файлів на Диску Google у обчислювальній «хмарі».</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/kaccounts/gdrive.notifyrc new/kio-gdrive-1.2.2/kaccounts/gdrive.notifyrc
--- old/kio-gdrive-1.2.1/kaccounts/gdrive.notifyrc 2017-09-30 17:28:11.000000000 +0200
+++ new/kio-gdrive-1.2.2/kaccounts/gdrive.notifyrc 2018-03-30 11:20:26.000000000 +0200
@@ -12,10 +12,13 @@
Comment[nl]=KIO GDrive
Comment[pl]=KIO GDrive
Comment[pt]=KIO GDrive
+Comment[pt_BR]=KIO GDrive
+Comment[ru]=KIO для поддержки Диска Google
Comment[sk]=KIO GDrive
Comment[sv]=KIO Gdrive
Comment[uk]=KIO GDrive
Comment[x-test]=xxKIO GDrivexx
+Comment[zh_CN]=KIO GDrive
[Event/new-account-added]
Name=New Account Added
@@ -30,22 +33,28 @@
Name[nl]=Nieuw account toegevoegd
Name[pl]=Dodano nowe konto
Name[pt]=Nova Conta Adicionada
+Name[pt_BR]=Nova conta adicionada
+Name[ru]=Добавлена учётная запись
Name[sk]=Nový účet pridaný
Name[sv]=Nytt konto tillagt
Name[uk]=Додано новий обліковий запис
Name[x-test]=xxNew Account Addedxx
+Name[zh_CN]=新帐户已添加
Comment= Shortcut to browse Google Drive files as soon as a new Google account has been added.
-Comment[ca]=Drecera per explorar els fitxers de Google Drive tant aviat com s'afegeixi un compte nou de Google.
-Comment[ca@valencia]=Drecera per explorar els fitxers de Google Drive tant prompte com s'afija un compte nou de Google.
+Comment[ca]=Drecera per explorar els fitxers de Google Drive tan aviat com s'afegeixi un compte nou de Google.
+Comment[ca@valencia]=Drecera per explorar els fitxers de Google Drive tan prompte com s'afija un compte nou de Google.
Comment[da]=Genvej til at gennemse Google Drev-filer så snart en ny Google-konto er blevet tilføjet.
+Comment[de]=Kurzbefehl zum Durchsuchen von Dateien auf Google Drive, sobald ein neuer Zugang für Google hinzugefügt wurde.
Comment[en_GB]= Shortcut to browse Google Drive files as soon as a new Google account has been added.
Comment[es]=Acceso directo para navegar por archivos Google Drive tan pronto como se añada una cuenta de Google.
Comment[it]= Scorciatoia per navigare tra i file di Google Drive dopo che è stato aggiunto un nuovo account di Google.
Comment[nl]= Sneltoets om door Google Drive bestanden te bladeren zodra een nieuw Google account is toegevoegd.
Comment[pl]=Skrót do przeglądania Dysku Google od razu po dodaniu konta Google.
Comment[pt]=Um atalho para navegar pelos ficheiros do Google Drive, assim que tiver sido adicionada uma conta da Google.
+Comment[pt_BR]=Atalho para navegar nos arquivos do Google Drive tão logo uma conta Google for adicionada.
Comment[sk]= Skratka na prehliadanie súborov Google disk hneď, ako sa pridá účet Google.
Comment[sv]= Genväg för att bläddra i Google Drive-filer så snart ett nytt Google-konto har lagts till.
Comment[uk]=Кнопка для перегляду файлів Google Диск після додавання нового облікового запису Google.
Comment[x-test]=xx Shortcut to browse Google Drive files as soon as a new Google account has been added.xx
+Comment[zh_CN]= 浏览 Google 云端硬盘的文件的快捷方式,只要 Google 账号被添加即可使用。
Action=Popup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/ca/kio5_gdrive.po new/kio-gdrive-1.2.2/po/ca/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/ca/kio5_gdrive.po 2017-09-30 17:28:29.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/ca/kio5_gdrive.po 2018-03-30 11:20:54.000000000 +0200
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: kio5_gdrive\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-07 15:48+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-23 22:43+0100\n"
"Last-Translator: Josep Ma. Ferrer <txemaq(a)gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca\n"
@@ -21,14 +21,34 @@
"X-Accelerator-Marker: &\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Compte nou en línia"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Ara podeu gestionar els fitxers del Google Drive del vostre compte <emphasis "
+"strong='true'>%1</emphasis>."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Obre"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
"No hi ha cap compte actiu de Google Drive. Si us plau, afegiu-ne un com a "
"mínim."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/ca(a)valencia/kio5_gdrive.po new/kio-gdrive-1.2.2/po/ca(a)valencia/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/ca(a)valencia/kio5_gdrive.po 2017-09-30 17:28:29.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/ca(a)valencia/kio5_gdrive.po 2018-03-30 11:20:54.000000000 +0200
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: kio5_gdrive\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-07 15:48+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-23 22:43+0100\n"
"Last-Translator: Josep Ma. Ferrer <txemaq(a)gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
"Language: ca@valencia\n"
@@ -21,14 +21,34 @@
"X-Accelerator-Marker: &\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Compte nou en línia"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Ara podeu gestionar els fitxers del Google Drive del vostre compte <emphasis "
+"strong='true'>%1</emphasis>."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Obri"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
"No hi ha cap compte actiu de Google Drive. Per favor, afegiu-ne un com a "
"mínim."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/cs/kio5_gdrive.po new/kio-gdrive-1.2.2/po/cs/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/cs/kio5_gdrive.po 2017-09-30 17:28:29.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/cs/kio5_gdrive.po 2018-03-30 11:20:54.000000000 +0200
@@ -6,9 +6,9 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2016-08-16 09:26+0100\n"
-"Last-Translator: Vít Pelčák <vit(a)pelcak.org>\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-30 09:44+0100\n"
+"Last-Translator: Vit Pelcak <vit(a)pelcak.org>\n"
"Language-Team: Czech <kde-i18n-doc(a)kde.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -17,12 +17,30 @@
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Nový účet online"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Otevřít"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/da/kio5_gdrive.po new/kio-gdrive-1.2.2/po/da/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/da/kio5_gdrive.po 2017-09-30 17:28:30.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/da/kio5_gdrive.po 2018-03-30 11:20:55.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
"PO-Revision-Date: 2017-07-23 12:57+0100\n"
"Last-Translator: Martin Schlander <mschlander(a)opensuse.org>\n"
"Language-Team: Danish <kde-i18n-doc(a)kde.org>\n"
@@ -17,12 +17,32 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, fuzzy, kde-format
+#| msgctxt "login in a new google account"
+#| msgid "New account"
+msgid "New Online Account"
+msgstr "Ny konto"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr ""
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr "Der er ingen Google Drev-konti aktiveret. Tilføj venligst mindst en."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/de/docs/kioslave5/gdrive/index.docbook new/kio-gdrive-1.2.2/po/de/docs/kioslave5/gdrive/index.docbook
--- old/kio-gdrive-1.2.1/po/de/docs/kioslave5/gdrive/index.docbook 1970-01-01 01:00:00.000000000 +0100
+++ new/kio-gdrive-1.2.2/po/de/docs/kioslave5/gdrive/index.docbook 2018-03-30 11:21:13.000000000 +0200
@@ -0,0 +1,81 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
+<!ENTITY % addindex "IGNORE">
+<!ENTITY % German "INCLUDE">
+]>
+
+<article lang="&language;" id="gdrive">
+<title
+>gdrive</title>
+
+<articleinfo>
+
+<authorgroup>
+ <author
+><firstname
+>Elvis</firstname
+><surname
+>Angelaccio</surname
+> <affiliation
+> <address
+> <email
+>elvis.angelaccio(a)kde.org</email>
+ </address>
+ </affiliation>
+ </author>
+<othercredit role="translator"
+><firstname
+>Burkhard</firstname
+><surname
+>Lück</surname
+><affiliation
+><address
+><email
+>lueck(a)hube-lueck.de</email
+></address
+></affiliation
+><contrib
+>Übersetzung</contrib
+></othercredit
+>
+</authorgroup>
+
+<date
+>2016-10-03</date>
+<releaseinfo
+>kio-gdrive 1.0.1</releaseinfo>
+
+</articleinfo>
+
+<para
+>Mit KIO GDrive haben Sie mit allen KDE-Anwendungen, die Ein-Ausgabemodule verwenden, Zugriff auf Ihre Dateien auf Google Drive und können Sie bearbeiten.</para>
+
+<para
+>Nutzen Sie das Ein-/Ausgabemodul „gdrive“ folgendermaßen:</para>
+<para
+><userinput
+>gdrive://</userinput
+> oder <userinput
+>gdrive://<replaceable
+>foo(a)example.com</replaceable
+></userinput
+>.</para>
+
+<para
+>Mit der ersten URL wird ein OAuth-Anmeldungsdialog von Google angezeigt, wenn noch kein Zugang zu Google Drive eingerichtet wurde, ansonsten werden statt dessen alle vorhandenen Zugänge angezeigt.</para>
+
+<para
+>Die URL <userinput
+>gdrive://</userinput
+> kann außerdem benutzt werden, um jederzeit einen zusätzlichen Zugang hinzuzufügen.</para>
+
+<para
+>Mit der URL <userinput
+>gdrive://<replaceable
+>foo(a)example.com</replaceable
+></userinput
+> werden alle Dateien und Ordner auf der obersten Ebene des Drive-Zugangs <userinput
+>foo(a)example.com</userinput
+>.</para>
+
+</article>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/de/kio5_gdrive.po new/kio-gdrive-1.2.2/po/de/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/de/kio5_gdrive.po 2017-09-30 17:28:30.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/de/kio5_gdrive.po 2018-03-30 11:20:55.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-06-22 15:09+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-26 21:23+0100\n"
"Last-Translator: Burkhard Lück <lueck(a)hube-lueck.de>\n"
"Language-Team: German <kde-i18n-de(a)kde.org>\n"
"Language: de\n"
@@ -17,14 +17,34 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Neues Online-Konto"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Sie können jetzt Ihre Dateien des Kontos <emphasis strong='true'>%1</"
+"emphasis> auf Google Drive verwalten."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Öffnen"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
"Es ist kein Konto für Google Drive aktiviert. Bitte fügen Sie mindestens ein "
"Konto hinzu."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/en_GB/kio5_gdrive.po new/kio-gdrive-1.2.2/po/en_GB/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/en_GB/kio5_gdrive.po 2017-09-30 17:28:31.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/en_GB/kio5_gdrive.po 2018-03-30 11:20:56.000000000 +0200
@@ -6,10 +6,10 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-21 17:48+0000\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-26 20:53+0000\n"
"Last-Translator: Steve Allewell <steve.allewell(a)gmail.com>\n"
-"Language-Team: English <kde-i18n-doc(a)kde.org>\n"
+"Language-Team: British English <kde-i18n-doc(a)kde.org>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,12 +17,32 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "New Online Account"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Open"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr "There are no Google Drive accounts enabled. Please add at least one."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/es/kio5_gdrive.po new/kio-gdrive-1.2.2/po/es/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/es/kio5_gdrive.po 2017-09-30 17:28:31.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/es/kio5_gdrive.po 2018-03-30 11:20:56.000000000 +0200
@@ -4,15 +4,15 @@
#
# Automatically generated, 2016.
# Eloy Cuadra <ecuadra(a)eloihr.net>, 2016.
-# Javier Vinal <fjvinal(a)gmail.com>, 2017.
+# Javier Vinal <fjvinal(a)gmail.com>, 2017, 2018.
msgid ""
msgstr ""
"Project-Id-Version: kio5_gdrive\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-21 23:33+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2018-01-05 23:40+0100\n"
"Last-Translator: Javier Vinal <fjvinal(a)gmail.com>\n"
-"Language-Team: Spanish <l10n-kde-es(a)kde.org>\n"
+"Language-Team: Spanish <kde-l10n-es(a)kde.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,13 +20,33 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Nueva cuenta en línea"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Usted puede gestionar los archivos de Google Drive de su <emphasis "
+"strong='true'>%1</emphasis> cuenta."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Abrir"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
"No hay cuentas de Google Drive Activadas. Por favor, añada al menos una."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/et/kio5_gdrive.po new/kio-gdrive-1.2.2/po/et/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/et/kio5_gdrive.po 2017-09-30 17:28:32.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/et/kio5_gdrive.po 2018-03-30 11:20:56.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
"PO-Revision-Date: 2016-08-20 03:09+0300\n"
"Last-Translator: Marek Laane <qiilaq69(a)gmail.com>\n"
"Language-Team: Estonian <kde-i18n-doc(a)kde.org>\n"
@@ -17,12 +17,32 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, fuzzy, kde-format
+#| msgctxt "login in a new google account"
+#| msgid "New account"
+msgid "New Online Account"
+msgstr "Uus konto"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr ""
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/fr/kio5_gdrive.po new/kio-gdrive-1.2.2/po/fr/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/fr/kio5_gdrive.po 2017-09-30 17:28:33.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/fr/kio5_gdrive.po 2018-03-30 11:20:57.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
"PO-Revision-Date: 2016-11-21 17:31+0100\n"
"Last-Translator: Vincent Pinon <vpinon(a)kde.org>\n"
"Language-Team: French <kde-i18n-doc(a)kde.org>\n"
@@ -20,12 +20,32 @@
"X-Accelerator-Marker: &\n"
"X-Text-Markup: kde4\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, fuzzy, kde-format
+#| msgctxt "login in a new google account"
+#| msgid "New account"
+msgid "New Online Account"
+msgstr "Nouveau compte"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Ouvrir"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/it/kio5_gdrive.po new/kio-gdrive-1.2.2/po/it/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/it/kio5_gdrive.po 2017-09-30 17:28:36.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/it/kio5_gdrive.po 2018-03-30 11:21:00.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: kio-gdrive\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-10 23:44+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-25 23:50+0100\n"
"Last-Translator: Luigi Toscano <luigi.toscano(a)tiscali.it>\n"
"Language-Team: Italian <kde-i18n-it(a)kde.org>\n"
"Language: it\n"
@@ -17,12 +17,32 @@
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Nuovo account in linea"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Puoi ora gestire i file su Google Drive del tuo account <emphasis "
+"strong='true'>%1</emphasis>."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Apri"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr "Non ci sono account di Google Drive abilitati. Aggiungine almeno uno."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/ja/kio5_gdrive.po new/kio-gdrive-1.2.2/po/ja/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/ja/kio5_gdrive.po 2017-09-30 17:28:36.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/ja/kio5_gdrive.po 2018-03-30 11:21:01.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: kio5_gdrive\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
"PO-Revision-Date: 2016-08-15 22:30-0700\n"
"Last-Translator: Japanese KDE translation team <kde-jp(a)kde.org>\n"
"Language-Team: Japanese <kde-jp(a)kde.org>\n"
@@ -14,12 +14,30 @@
"X-Accelerator-Marker: &\n"
"X-Text-Markup: kde4\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr ""
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr ""
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/ko/kio5_gdrive.po new/kio-gdrive-1.2.2/po/ko/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/ko/kio5_gdrive.po 2017-09-30 17:28:38.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/ko/kio5_gdrive.po 2018-03-30 11:21:02.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
"PO-Revision-Date: 2017-01-22 21:17+0100\n"
"Last-Translator: Shinjo Park <kde(a)peremen.name>\n"
"Language-Team: Korean <kde(a)peremen.name>\n"
@@ -17,12 +17,32 @@
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, fuzzy, kde-format
+#| msgctxt "login in a new google account"
+#| msgid "New account"
+msgid "New Online Account"
+msgstr "새 계정"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr ""
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/nl/kio5_gdrive.po new/kio-gdrive-1.2.2/po/nl/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/nl/kio5_gdrive.po 2017-09-30 17:28:41.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/nl/kio5_gdrive.po 2018-03-30 11:21:04.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-09 10:17+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-23 14:39+0100\n"
"Last-Translator: Freek de Kruijf <freekdekruijf(a)kde.nl>\n"
"Language-Team: Dutch <kde-i18n-nl(a)kde.org>\n"
"Language: nl\n"
@@ -17,13 +17,33 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Nieuw online account"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"U kunt nu de bestanden op Google Drive vanuit uw <emphasis strong='true'>%1</"
+"emphasis> account beheren."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Openen"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
"Er zijn geen Google Drive accounts ingeschakeld. Voeg er minstens één toe."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/pl/kio5_gdrive.po new/kio-gdrive-1.2.2/po/pl/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/pl/kio5_gdrive.po 2017-09-30 17:28:42.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/pl/kio5_gdrive.po 2018-03-30 11:21:05.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-13 07:33+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-12-02 07:24+0100\n"
"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc(a)kde.org>\n"
"Language: pl\n"
@@ -18,12 +18,32 @@
"|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Nowe konto sieciowe"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Od teraz możesz zarządzać plikami na Dysku Gogle swojego konta <emphasis "
+"strong='true'>%1</emphasis>."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Otwórz"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr "Nie włączono żadnego konta Dysku Google. Dodaj conajmniej jedno."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/pt/kio5_gdrive.po new/kio-gdrive-1.2.2/po/pt/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/pt/kio5_gdrive.po 2017-09-30 17:28:42.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/pt/kio5_gdrive.po 2018-03-30 11:21:05.000000000 +0200
@@ -2,8 +2,8 @@
msgstr ""
"Project-Id-Version: kio5_gdrive\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-09 12:19+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-23 10:26+0000\n"
"Last-Translator: José Nuno Coelho Pires <zepires(a)gmail.com>\n"
"Language-Team: Portuguese <kde-i18n-pt(a)kde.org>\n"
"Language: pt\n"
@@ -11,15 +11,34 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-POFile-SpellExtra: Online\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
#, kde-format
-msgid "There are no Google Drive accounts enabled. Please add at least one."
+msgid "New Online Account"
+msgstr "Nova Conta 'Online'"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
msgstr ""
-"Não existem conta do Google Drive activas. Por favor, adicione pelo menos "
-"uma."
+"Poderá agora gerir os ficheiros do Google Drive da sua conta <emphasis "
+"strong='true'>%1</emphasis>."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Abrir"
+
+#: src/kio_gdrive.cpp:255
+#, kde-format
+msgid "There are no Google Drive accounts enabled. Please add at least one."
+msgstr "Não existem contas do Google Drive activas. Adicione pelo menos uma."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/pt_BR/kio5_gdrive.po new/kio-gdrive-1.2.2/po/pt_BR/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/pt_BR/kio5_gdrive.po 2017-09-30 17:28:43.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/pt_BR/kio5_gdrive.po 2018-03-30 11:21:05.000000000 +0200
@@ -1,13 +1,13 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
-# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2016, 2017.
+# Luiz Fernando Ranghetti <elchevive(a)opensuse.org>, 2016, 2017, 2018.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-07-31 10:08-0300\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2018-02-21 09:43-0300\n"
"Last-Translator: Luiz Fernando Ranghetti <elchevive(a)opensuse.org>\n"
"Language-Team: Portuguese <kde-i18n-pt_BR(a)kde.org>\n"
"Language: pt_BR\n"
@@ -17,12 +17,32 @@
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Nova conta online"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Você pode agora gerenciar os arquivos do Google Drive de sua conta <emphasis "
+"strong='true'>%1</emphasis>."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Abrir"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr "Não há contas do Google Drive habilitadas. Adicione pelo menos uma."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/ru/kio5_gdrive.po new/kio-gdrive-1.2.2/po/ru/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/ru/kio5_gdrive.po 1970-01-01 01:00:00.000000000 +0100
+++ new/kio-gdrive-1.2.2/po/ru/kio5_gdrive.po 2018-03-30 11:21:06.000000000 +0200
@@ -0,0 +1,51 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Alexander Potashev <aspotashev(a)gmail.com>, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-10-15 14:34+0300\n"
+"Last-Translator: Alexander Potashev <aspotashev(a)gmail.com>\n"
+"Language-Team: Russian <kde-russian(a)lists.kde.ru>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: kaccounts/kaccountsplugin.cpp:44
+#, fuzzy, kde-format
+#| msgctxt "login in a new google account"
+#| msgid "New account"
+msgid "New Online Account"
+msgstr "Добавить учётную запись"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr ""
+
+#: src/kio_gdrive.cpp:255
+#, kde-format
+msgid "There are no Google Drive accounts enabled. Please add at least one."
+msgstr ""
+"Не настроено ни одной учётной записи Диска Google. Добавьте хотя бы одну."
+
+#: src/kio_gdrive.cpp:278
+#, kde-format
+msgctxt "login in a new google account"
+msgid "New account"
+msgstr "Добавить учётную запись"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/sk/kio5_gdrive.po new/kio-gdrive-1.2.2/po/sk/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/sk/kio5_gdrive.po 2017-09-30 17:28:44.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/sk/kio5_gdrive.po 2018-03-30 11:21:06.000000000 +0200
@@ -4,8 +4,8 @@
msgstr ""
"Project-Id-Version: kio5_gdrive\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-13 10:35+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-24 20:34+0100\n"
"Last-Translator: Roman Paholik <wizzardsk(a)gmail.com>\n"
"Language-Team: Slovak <kde-sk(a)linux.sk>\n"
"Language: sk\n"
@@ -15,12 +15,32 @@
"X-Generator: Lokalize 2.0\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Nový online účet"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Teraz môžete spravovať súbory Google disku vo vašom <emphasis strong='true'>"
+"%1</emphasis> účte."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Otvoriť"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr "Nie sú povolené žiadne účty Google disk. Prosím, pridajte aspoň jeden."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/sl/kio5_gdrive.po new/kio-gdrive-1.2.2/po/sl/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/sl/kio5_gdrive.po 2017-09-30 17:28:45.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/sl/kio5_gdrive.po 2018-03-30 11:21:07.000000000 +0200
@@ -1,13 +1,13 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
-# Andrej Mernik <andrejm(a)ubuntu.si>, 2016, 2017.
+# Andrej Mernik <andrejm(a)ubuntu.si>, 2016, 2017, 2018.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-06-04 11:57+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2018-01-12 18:23+0100\n"
"Last-Translator: Andrej Mernik <andrejm(a)ubuntu.si>\n"
"Language-Team: Slovenian <lugos-slo(a)lugos.si>\n"
"Language: sl\n"
@@ -18,12 +18,32 @@
"%100==4 ? 3 : 0);\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Nov spletni račun"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Sedaj lahko upravljate z datotekami v Google Drive za vaš račun <emphasis "
+"strong='true'>%1</emphasis>."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Odpri"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr "Ni omogočenih računov Google Drive. Dodajte vsaj enega."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/sv/kio5_gdrive.po new/kio-gdrive-1.2.2/po/sv/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/sv/kio5_gdrive.po 2017-09-30 17:28:46.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/sv/kio5_gdrive.po 2018-03-30 11:21:08.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-09 17:47+0100\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-26 10:53+0100\n"
"Last-Translator: Stefan Asserhäll <stefan.asserhall(a)bredband.net>\n"
"Language-Team: Swedish <kde-i18n-doc(a)kde.org>\n"
"Language: sv\n"
@@ -17,12 +17,32 @@
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Nytt Internetkonto"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Du kan nu hantera filerna på Google Drive i kontot <emphasis strong='true'>"
+"%1</emphasis>."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Öppna"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr "Det finns inga aktiverade Google Drive-konton. Lägg till minst ett."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/uk/kio5_gdrive.po new/kio-gdrive-1.2.2/po/uk/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/uk/kio5_gdrive.po 2017-09-30 17:28:47.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/uk/kio5_gdrive.po 2018-03-30 11:21:09.000000000 +0200
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: kio5_gdrive\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-05-09 10:11+0300\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2017-11-23 19:47+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor(a)ukr.net>\n"
"Language-Team: Ukrainian <kde-i18n-uk(a)kde.org>\n"
"Language: uk\n"
@@ -18,16 +18,36 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, kde-format
+msgid "New Online Account"
+msgstr "Новий обліковий запис"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+"Тепер ви можете керувати файлами Диска Google з вашого облікового запису "
+"<emphasis strong='true'>%1</emphasis>."
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "Відкрити"
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
"Не увімкнено жодного облікового запису Google Диск. Будь ласка, додайте "
"принаймні один такий обліковий запис."
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/zh_CN/kio5_gdrive.po new/kio-gdrive-1.2.2/po/zh_CN/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/zh_CN/kio5_gdrive.po 2017-09-30 17:28:49.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/zh_CN/kio5_gdrive.po 2018-03-30 11:21:10.000000000 +0200
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
-"PO-Revision-Date: 2017-09-22 18:23-0400\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
+"PO-Revision-Date: 2018-03-29 06:45-0400\n"
"Last-Translator: guoyunhebrave <guoyunhebrave(a)gmail.com>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
@@ -20,12 +20,32 @@
"X-Crowdin-Language: zh-CN\n"
"X-Crowdin-File: /kf5-stable/messages/extragear-network/kio5_gdrive.pot\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
#, kde-format
-msgid "There are no Google Drive accounts enabled. Please add at least one."
+msgid "New Online Account"
+msgstr "新建在线账户"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
msgstr ""
+"现在您可以管理 <emphasis strong='true'>%1</emphasis> 帐号的 Google 云端硬盘文"
+"件了。"
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr "打开"
+
+#: src/kio_gdrive.cpp:255
+#, kde-format
+msgid "There are no Google Drive accounts enabled. Please add at least one."
+msgstr "没有启用的 Google 云端硬盘账户。请至少添加一个。"
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/po/zh_TW/kio5_gdrive.po new/kio-gdrive-1.2.2/po/zh_TW/kio5_gdrive.po
--- old/kio-gdrive-1.2.1/po/zh_TW/kio5_gdrive.po 2017-09-30 17:28:49.000000000 +0200
+++ new/kio-gdrive-1.2.2/po/zh_TW/kio5_gdrive.po 2018-03-30 11:21:11.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kio5_gdrive\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-09-28 05:30+0200\n"
+"POT-Creation-Date: 2017-11-23 05:00+0100\n"
"PO-Revision-Date: 2016-11-24 08:13+0800\n"
"Last-Translator: Jeff Huang <s8321414(a)gmail.com>\n"
"Language-Team: Chinese <kde-i18n-doc(a)kde.org>\n"
@@ -17,12 +17,32 @@
"X-Generator: Lokalize 2.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: kio_gdrive.cpp:255
+#: kaccounts/kaccountsplugin.cpp:44
+#, fuzzy, kde-format
+#| msgctxt "login in a new google account"
+#| msgid "New account"
+msgid "New Online Account"
+msgstr "新增帳戶"
+
+#: kaccounts/kaccountsplugin.cpp:45
+#, kde-kuit-format
+msgctxt "@info"
+msgid ""
+"You can now manage the Google Drive files of your <emphasis strong='true'>"
+"%1</emphasis> account."
+msgstr ""
+
+#: kaccounts/kaccountsplugin.cpp:46
+#, kde-format
+msgid "Open"
+msgstr ""
+
+#: src/kio_gdrive.cpp:255
#, kde-format
msgid "There are no Google Drive accounts enabled. Please add at least one."
msgstr ""
-#: kio_gdrive.cpp:278
+#: src/kio_gdrive.cpp:278
#, kde-format
msgctxt "login in a new google account"
msgid "New account"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/src/Messages.sh new/kio-gdrive-1.2.2/src/Messages.sh
--- old/kio-gdrive-1.2.1/src/Messages.sh 2017-09-30 17:28:11.000000000 +0200
+++ new/kio-gdrive-1.2.2/src/Messages.sh 1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-#! /usr/bin/env bash
-
-$XGETTEXT $(find . -name "*.cpp") -o $podir/kio5_gdrive.pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/src/gdrivehelper.cpp new/kio-gdrive-1.2.2/src/gdrivehelper.cpp
--- old/kio-gdrive-1.2.1/src/gdrivehelper.cpp 2017-09-30 17:28:11.000000000 +0200
+++ new/kio-gdrive-1.2.2/src/gdrivehelper.cpp 2018-03-30 11:20:26.000000000 +0200
@@ -35,7 +35,12 @@
#define VND_OASIS_OPENDOCUMENT_TEXT QStringLiteral("application/vnd.oasis.opendocument.text")
#define VND_OASIS_OPENDOCUMENT_PRESENTATION QStringLiteral("application/vnd.oasis.opendocument.presentation")
-#define VND_OASIS_OPENDOCUMENT_SPREADSHEED QStringLiteral("application/x-vnd.oasis.opendocument.spreadsheet")
+// Google's Drive API v2 mistakenly documents an x-vnd style MIME type
+// for .ods files, so we #define both the correct but undocumented,
+// as well as the incorrect but publicly documented MIME type.
+#define VND_OASIS_OPENDOCUMENT_SPREADSHEET QStringLiteral("application/vnd.oasis.opendocument.spreadsheet")
+#define X_VND_OASIS_OPENDOCUMENT_SPREADSHEET QStringLiteral("application/x-vnd.oasis.opendocument.spreadsheet")
+
#define VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT \
QStringLiteral("application/vnd.openxmlformats-officedocument.wordprocessingml.document")
@@ -52,7 +57,7 @@
static const QMap<QString /* mimetype */, QString /* .ext */> ExtensionsMap{
{ VND_OASIS_OPENDOCUMENT_TEXT, QStringLiteral(".odt") },
- { VND_OASIS_OPENDOCUMENT_SPREADSHEED, QStringLiteral(".ods") },
+ { VND_OASIS_OPENDOCUMENT_SPREADSHEET, QStringLiteral(".ods") },
{ VND_OASIS_OPENDOCUMENT_PRESENTATION, QStringLiteral(".odp") },
{ VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT, QStringLiteral(".docx") },
{ VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET, QStringLiteral(".xlsx") },
@@ -79,7 +84,7 @@
APPLICATION_PDF }
},
{ VND_GOOGLE_APPS_SPREADSHEET, {
- VND_OASIS_OPENDOCUMENT_SPREADSHEED,
+ VND_OASIS_OPENDOCUMENT_SPREADSHEET,
VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET,
APPLICATION_PDF }
}
@@ -109,7 +114,13 @@
Q_FOREACH (const QString &targetMimeType, convIt.value()) {
const auto linkIt = exportLinks.constFind(targetMimeType);
if (linkIt != exportLinks.cend()) {
- file->setMimeType(targetMimeType);
+ // Extra check to safeguard against a mistake in Google's Drive API v2
+ // documentation which lists an invalid MIME type for .ods files.
+ if (targetMimeType == X_VND_OASIS_OPENDOCUMENT_SPREADSHEET) {
+ file->setMimeType(VND_OASIS_OPENDOCUMENT_SPREADSHEET);
+ } else {
+ file->setMimeType(targetMimeType);
+ }
file->setTitle(file->title() + GDriveHelper::ExtensionsMap[targetMimeType]);
return *linkIt;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-gdrive-1.2.1/src/kio_gdrive.cpp new/kio-gdrive-1.2.2/src/kio_gdrive.cpp
--- old/kio-gdrive-1.2.1/src/kio_gdrive.cpp 2017-09-30 17:28:11.000000000 +0200
+++ new/kio-gdrive-1.2.2/src/kio_gdrive.cpp 2018-03-30 11:20:26.000000000 +0200
@@ -857,14 +857,16 @@
error(KIO::ERR_ACCESS_DENIED, dest.path());
return;
}
+
+ QString destDirId;
const auto destPathComps = destGDriveUrl.pathComponents();
- if (destGDriveUrl.isAccountRoot()) {
- // copy to root
+ const QString destFileName = destPathComps.last();
+ if (destPathComps.size() == 2) {
+ destDirId = rootFolderId(destAccountId);
} else {
- const QString destDirId = destPathComps[destPathComps.count() - 2];
- destParentReferences << ParentReferencePtr(new ParentReference(destDirId));
+ destDirId = resolveFileIdFromPath(destGDriveUrl.parentPath(), KIOGDrive::PathIsFolder);
}
- const QString destFileName = destPathComps.last();
+ destParentReferences << ParentReferencePtr(new ParentReference(destDirId));
FilePtr destFile(new File);
destFile->setTitle(destFileName);
1
0