openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
August 2017
- 1 participants
- 2097 discussions
Hello community,
here is the log from the commit of package python-keystoneauth1 for openSUSE:Factory checked in at 2017-08-28 15:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-keystoneauth1 (Old)
and /work/SRC/openSUSE:Factory/.python-keystoneauth1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-keystoneauth1"
Mon Aug 28 15:29:43 2017 rev:4 rq:514838 version:3.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-keystoneauth1/python-keystoneauth1.changes 2017-02-21 13:39:50.293260821 +0100
+++ /work/SRC/openSUSE:Factory/.python-keystoneauth1.new/python-keystoneauth1.changes 2017-08-28 15:29:43.358830984 +0200
@@ -1,0 +2,78 @@
+Mon Aug 7 06:33:00 UTC 2017 - cloud-devel(a)suse.de
+
+- update to version 3.1.0
+ - Allow setting EndpointReference in ADFSPassword
+ - Add returning EndpointData objects from discovery
+ - Refactor volume mock urls in identity_common tests
+ - Add support for version ranges
+ - Record the discovered major api version
+ - Add an allow_version_hack flag to session and identity plugins.
+ - Use https for *.openstack.org references
+ - Add note to requirements.txt
+ - Miscellaneous cleanup in discover.py
+ - Make discover.version_between private
+ - Support a list of interface values
+ - Clean up a few review nits
+ - Updated inconsistent value of scope parameter
+ - Pass kwargs to the plugin getter
+ - Add paragraph clarifying major and micro versions
+ - Trivial fix typo in document
+ - Introduce keystoneauth1.loading.adapter
+ - Update reno for stable/ocata
+ - Add flags to turn discovery on and off
+ - Fix html_last_updated_fmt for Python3
+ - Ensure constructed urls have trailing '/'s
+ - Add global_request_id param to Adapter constructor
+ - Update docs and add a release note
+ - Optimize the link address
+ - Allow users to specify a serializer easily
+ - Fixed minor review comments and updated docs
+ - Fix ClientException message property not set properly
+ - Plumb endpoint_override through get_endpoint_data
+ - get_conf_options can exclude deprecated opts
+ - Fix _run_discovery caching
+ - Allow new cassettes to be recorded via fixture
+ - Uncomment warning-is-error for doc building
+ - Remove unused test requirement pycrypto
+ - Support explicitly requesting the 'latest' version
+ - Move version discovery logic to keystoneauth1.discover
+ - Add min_version and max_version to adapter constructors
+ - Replace assertTrue(isinstance()) with assertIsInstance()
+ - Expose getting EndpointData on adapter and session
+ - Fixed multiple target Auth warning in docstring
+ - Add 'none' identity plugin
+ - normalize_version_number([1]) => (1, 0) and docs
+ - Using assertFalse(A) instead of assertEqual(False, A)
+ - Add tests to specifically test trailing slash behavior
+ - Add url manipulation and microversion collection
+ - Remove kwargs from adapter.get_endpoint_data
+ - Minor cleanup
+ - Add ADFSPassword to keystoneauth1 entry points
+ - Remove deprecated_since for interface and fix text
+ - Fix V3ADFSPassword retrieval of scoped token
+ - Handle pathless URLs
+ - Add bindep.txt file
+ - Include the auth_url in the discovery failure message
+ - Expose valid_interfaces as a ListOpt for config files
+ - Remove pbr warnerrors in favor of sphinx check
+ - Rework EndpointData construction to normalize catalog first
+ - Change locations of docs for intersphinx
+ - Discourage 'version' and accept 'M.latest'
+ - Optimize matching version no microversion needed
+ - Make Discover.version_data accept null max_version
+ - Rework discovery cache
+ - Add support for next_min_version and not_before
+ - Add ability to specify a microversion in a request
+ - Port the missing version data discovery tests from ksc
+ - Expand some discover.py docstrings
+ - Update test requirement
+ - Prevent JSON decode errors in the pre-record hook
+ - Nix EndpointData.get_versioned_data(authenticated)
+ - Allow users to specify request matchers in Betamax
+ - Switch from oslosphinx to openstackdocstheme
+ - Enable sphinx todo extension
+ - Update URLs in documents according to document migration
+ - Updated from global requirements
+ - Ensure we discover only when we should
+
+-------------------------------------------------------------------
Old:
----
keystoneauth1-2.18.0.tar.gz
New:
----
keystoneauth1-3.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-keystoneauth1.spec ++++++
--- /var/tmp/diff_new_pack.pF3P3J/_old 2017-08-28 15:29:44.066731469 +0200
+++ /var/tmp/diff_new_pack.pF3P3J/_new 2017-08-28 15:29:44.070730907 +0200
@@ -18,7 +18,7 @@
%global sname keystoneauth1
Name: python-keystoneauth1
-Version: 2.18.0
+Version: 3.1.0
Release: 0
Summary: OpenStack authenticating tools
License: Apache-2.0
@@ -33,11 +33,11 @@
BuildRequires: python-lxml >= 2.3
BuildRequires: python-mock >= 2.0
BuildRequires: python-oauthlib >= 0.6
-BuildRequires: python-oslo.config >= 3.14.0
-BuildRequires: python-oslo.utils >= 3.18.0
+BuildRequires: python-oslo.config >= 4.0.0
+BuildRequires: python-oslo.utils >= 3.20.0
BuildRequires: python-oslotest >= 1.10.0
-BuildRequires: python-pbr >= 1.8
-BuildRequires: python-pep8 >= 1.5.7
+BuildRequires: python-pbr >= 2.0.0
+BuildRequires: python-pep8
BuildRequires: python-positional >= 1.1.1
BuildRequires: python-pycrypto >= 2.6
BuildRequires: python-reno >= 1.8.0
@@ -51,10 +51,10 @@
Requires: python-lxml >= 2.3
Requires: python-oauthlib >= 0.6
Requires: python-positional >= 1.1.1
-Requires: python-requests >= 2.10.0
+Requires: python-requests >= 2.14.2
Requires: python-requests-kerberos >= 0.6
Requires: python-six >= 1.9.0
-Requires: python-stevedore >= 1.17.1
+Requires: python-stevedore >= 1.20.0
BuildArch: noarch
%description
@@ -68,7 +68,7 @@
Summary: Documentation for OpenStack authenticating tools
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 4.7.0
+BuildRequires: python-openstackdocstheme >= 1.11.0
%description doc
Documentation for OpenStack authenticating tools.
@@ -76,6 +76,10 @@
%prep
%autosetup -n %{sname}-%{version}
%py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
+
+# cleanup intersphinx (we have no network during build)
+echo "intersphinx_mapping = {}" >> doc/source/conf.py
%build
%{py2_build}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.pF3P3J/_old 2017-08-28 15:29:44.126723035 +0200
+++ /var/tmp/diff_new_pack.pF3P3J/_new 2017-08-28 15:29:44.138721349 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/open…</param>
+ <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/opens…</param>
<param name="output-name">python-keystoneauth1.spec</param>
- <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/glob…</param>
+ <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/globa…</param>
<param name="changelog-email">cloud-devel(a)suse.de</param>
<param name="changelog-provider">gh,openstack,keystoneauth</param>
</service>
++++++ keystoneauth1-2.18.0.tar.gz -> keystoneauth1-3.1.0.tar.gz ++++++
++++ 7633 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package python-oslo.config for openSUSE:Factory checked in at 2017-08-28 15:29:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.config"
Mon Aug 28 15:29:40 2017 rev:22 rq:514837 version:4.11.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes 2017-02-21 13:43:10.744982387 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes 2017-08-28 15:29:41.043156515 +0200
@@ -1,0 +2,50 @@
+Mon Aug 7 06:33:49 UTC 2017 - cloud-devel(a)suse.de
+
+- update to version 4.11.0
+ - Enable some off-by-default checks
+ - Remove usage of enforce_type=True
+ - Don't set enforce_type if we are using the default
+ - update the documentation URL in the readme
+ - rearrange docs based on new standard layout
+ - [Fix gate]Update test requirement
+ - Update reno for stable/ocata
+ - Fix string interpolation in ValueError
+ - Handle both - and _ forms of deprecated opts
+ - Fix html_last_updated_fmt for Python3
+ - add deprecation_reason to log message
+ - Handle getattrs to ConfigOpts for deprecated opts
+ - Optimize the link address
+ - fix an issue with looking up deprecated option names in code
+ - add rst output mode for config generator
+ - switch from oslosphinx to openstackdocstheme
+ - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+ - Update URLs in documents according to document migration
+ - sphinxext: Log with 'str', not 'repr'
+ - Clarify info on a comment
+ - sphinxext: Handle unescaped percentage signs
+ - Fix typo in generator.rst
+ - Add PyYAML as a requirement
+ - Adjust removal_version for argument enforce_type
+ - Fix conversion to item_type on __call__ in List type(again)
+ - Machine Readable Sample Config
+ - Cast generator_options to dict
+ - import content from the configuration reference guide
+ - Remove dependency oslo.i18n from test-requirements.txt
+ - handle option defaults that are not strings
+ - sphinxext: Use lower logging level
+ - add to group data model to for generator
+ - Rework the 'oslo-config-generator' documentation
+ - Remove log translations
+ - Add HACKING.rst
+ - doc: Specify openstackdocs theme
+ - Fix python 3.6 escape char warnings in strings
+ - fix formatting of literal default values with spaces
+ - Add snap package paths to default config dirs
+ - Handle multi-line default values in olso-config-generator
+ - sphinxext: Add arguments for oslo.config:group directive
+ - Make set_override/set_default with enforce_type=True by default
+ - Updated from global requirements
+ - Use Sphinx 1.5 warning-is-error
+ - Fix up the option docs
+
+-------------------------------------------------------------------
Old:
----
oslo.config-3.22.0.tar.gz
New:
----
oslo.config-4.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.UExmAr/_old 2017-08-28 15:29:41.635073305 +0200
+++ /var/tmp/diff_new_pack.UExmAr/_new 2017-08-28 15:29:41.639072743 +0200
@@ -18,7 +18,7 @@
%global sname oslo.config
Name: python-oslo.config
-Version: 3.22.0
+Version: 4.11.0
Release: 0
Summary: OpenStack common configuration library
License: Apache-2.0
@@ -26,6 +26,7 @@
Url: https://launchpad.net/%{sname}
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
+BuildRequires: python-PyYAML >= 3.10.0
BuildRequires: python-debtcollector >= 1.2.0
BuildRequires: python-devel
BuildRequires: python-fixtures >= 3.0.0
@@ -33,20 +34,21 @@
BuildRequires: python-netaddr >= 0.7.13
BuildRequires: python-oslo.i18n >= 2.1.0
BuildRequires: python-oslotest >= 1.10.0
-BuildRequires: python-pbr >= 1.8
+BuildRequires: python-pbr >= 2.0.0
BuildRequires: python-python-subunit >= 0.0.18
BuildRequires: python-rfc3986 >= 0.3.1
BuildRequires: python-six >= 1.9.0
-BuildRequires: python-stevedore >= 1.17.1
+BuildRequires: python-stevedore >= 1.20.0
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0
+Requires: python-PyYAML >= 3.10.0
Requires: python-debtcollector >= 1.2.0
Requires: python-netaddr >= 0.7.13
Requires: python-oslo.i18n >= 2.1.0
Requires: python-rfc3986 >= 0.3.1
Requires: python-six >= 1.9.0
-Requires: python-stevedore >= 1.17.1
+Requires: python-stevedore >= 1.20.0
BuildArch: noarch
%description
@@ -62,7 +64,7 @@
Summary: Documentation for OpenStack common configuration library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 4.7.0
+BuildRequires: python-openstackdocstheme >= 1.11.0
%description doc
Documentation for the oslo-config library.
@@ -70,6 +72,7 @@
%prep
%autosetup -n %{sname}-%{version}
%py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%{py2_build}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.UExmAr/_old 2017-08-28 15:29:41.707063185 +0200
+++ /var/tmp/diff_new_pack.UExmAr/_new 2017-08-28 15:29:41.707063185 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/open…</param>
+ <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/opens…</param>
<param name="output-name">python-oslo.config.spec</param>
- <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/glob…</param>
+ <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/globa…</param>
<param name="changelog-email">cloud-devel(a)suse.de</param>
<param name="changelog-provider">gh,openstack,oslo.config</param>
</service>
++++++ oslo.config-3.22.0.tar.gz -> oslo.config-4.11.0.tar.gz ++++++
++++ 5470 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2017-08-28 15:18:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Mon Aug 28 15:18:37 2017 rev:70 rq: version:unknown
Mon Aug 28 15:18:36 2017 rev:69 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
_service:product_converter:openSUSE-Addon-Lang-cd-cd-x86_64.kiwi: same change
_service:product_converter:openSUSE-Addon-Lang-release.spec: same change
_service:product_converter:openSUSE-Addon-NonOss-cd-addon-nonoss-i586_x86_64.kiwi: same change
_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-Kubic-dvd5-DVD-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.M5qPea/_old 2017-08-28 15:19:44.307030266 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:44.307030266 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-Kubic___20170824" schemaversion="4.1">
+<image name="OBS__openSUSE-Kubic___20170828" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -34,9 +34,9 @@
<productvar name="RUN_ISOHYBRID">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20170824</productvar>
+ <productvar name="VERSION">20170828</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-kubic:20170824,openSUSE Kubic</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-kubic:20170828,openSUSE 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-Kubic-release.spec ++++++
--- /var/tmp/diff_new_pack.M5qPea/_old 2017-08-28 15:19:44.327027456 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:44.331026894 +0200
@@ -20,7 +20,7 @@
Summary: openSUSE Kubic
License: GPL-2.0+
Group: System/Fhs
-Version: 20170824
+Version: 20170828
Release: 0
BuildRequires: skelcd-openSUSE
Recommends: branding
@@ -31,9 +31,9 @@
Provides: %name-%version
Provides: product() = openSUSE-Kubic
-Provides: product(openSUSE-Kubic) = 20170824-0
+Provides: product(openSUSE-Kubic) = 20170828-0
Provides: product-label() = openSUSE%20Kubic
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dkubic%3A20170824
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dkubic%3A20170828
Provides: product-url(releasenotes) = https%3A%2F%2Fwww.suse.com%2Freleasenotes%2F%{_target_cpu}%2FSUSE%2DCAASP%2F1.0%2Frelease%2Dnotes%2Dcaasp.rpm
Provides: product-endoflife()
@@ -90,7 +90,7 @@
PRETTY_NAME="openSUSE Kubic"
ID="opensuse-kubic"
ANSI_COLOR="0;32"
-CPE_NAME="cpe:/o:opensuse:opensuse-kubic:20170824"
+CPE_NAME="cpe:/o:opensuse:opensuse-kubic:20170828"
EOF
@@ -100,11 +100,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-Kubic</name>
- <version>20170824</version>
+ <version>20170828</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-kubic:20170824</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-kubic:20170828</cpeid>
<productline>openSUSE-Kubic</productline>
<register>
<target/>
++++++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++++++
--- /var/tmp/diff_new_pack.M5qPea/_old 2017-08-28 15:19:44.347024646 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:44.351024084 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20170824" schemaversion="4.1">
+<image name="OBS__openSUSE___20170828" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -31,9 +31,9 @@
<productvar name="RUN_ISOHYBRID">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20170824</productvar>
+ <productvar name="VERSION">20170828</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170824,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170828,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-promo-i586.kiwi ++++++
--- /var/tmp/diff_new_pack.M5qPea/_old 2017-08-28 15:19:44.419014529 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:44.419014529 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20170824" schemaversion="4.1">
+<image name="OBS__openSUSE___20170828" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -32,9 +32,9 @@
<productvar name="RUN_MEDIA_CHECK">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20170824</productvar>
+ <productvar name="VERSION">20170828</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170824,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170828,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-dvd5-dvd-promo-x86_64.kiwi: same change
++++++ _service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.M5qPea/_old 2017-08-28 15:19:44.459008908 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:44.463008347 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20170824" schemaversion="4.1">
+<image name="OBS__openSUSE___20170828" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -34,9 +34,9 @@
<productvar name="RUN_ISOHYBRID">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20170824</productvar>
+ <productvar name="VERSION">20170828</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170824,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170828,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-dvd9-dvd-biarch-i586_x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.M5qPea/_old 2017-08-28 15:19:44.491004413 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:44.491004413 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20170824" schemaversion="4.1">
+<image name="OBS__openSUSE___20170828" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -36,9 +36,9 @@
<productvar name="RUN_MEDIA_CHECK">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20170824</productvar>
+ <productvar name="VERSION">20170828</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170824,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170828,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-ftp-ftp-i586_x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.M5qPea/_old 2017-08-28 15:19:44.515001040 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:44.519000478 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20170824" schemaversion="4.1">
+<image name="OBS__openSUSE___20170828" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -23,7 +23,7 @@
<productoptions>
<productvar name="DISTNAME">openSUSE</productvar>
<productvar name="FLAVOR">ftp</productvar>
- <productvar name="MEDIUM_NAME">openSUSE-20170824-i586-x86_64</productvar>
+ <productvar name="MEDIUM_NAME">openSUSE-20170828-i586-x86_64</productvar>
<productvar name="MULTIPLE_MEDIA">true</productvar>
<productvar name="PRODUCT_DIR">/</productvar>
<productvar name="PRODUCT_NAME">$DISTNAME-$FLAVOR</productvar>
@@ -34,9 +34,9 @@
<productvar name="REPO_ONLY">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20170824</productvar>
+ <productvar name="VERSION">20170828</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170824,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20170828,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.M5qPea/_old 2017-08-28 15:19:44.570993172 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:44.586990923 +0200
@@ -18,7 +18,7 @@
Name: openSUSE-release
%define product openSUSE
-Version: 20170824
+Version: 20170828
Release: 0
# 0 is the product release, not the build release of this package
Provides: aaa_version
@@ -28,7 +28,7 @@
Obsoletes: aaa_version
Obsoletes: openSUSE-Promo-release <= 11.1
Obsoletes: openSUSE-release-live <= 11.0
-Obsoletes: product_flavor(%{product}) < 20170824
+Obsoletes: product_flavor(%{product}) < 20170828
Conflicts: sles-release <= 10 sled-release <= 10 core-release <= 10
# bnc#826592
Provides: weakremover(kernel-default) < 3.11
@@ -46,7 +46,7 @@
BuildRequires: skelcd-openSUSE
Provides: %name-%version
Provides: product() = openSUSE
-Provides: product(openSUSE) = 20170824-0
+Provides: product(openSUSE) = 20170828-0
%ifarch x86_64
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
%endif
@@ -60,7 +60,7 @@
Provides: product-register-target() = openSUSE%2DTumbleweed%2Daarch64
%endif
Provides: product-label() = openSUSE
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20170824
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20170828
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
@@ -8109,10 +8109,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20170824</version>
+ <version>20170828</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse:20170824</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse:20170828</cpeid>
<productline>openSUSE</productline>
<register>
%ifarch x86_64
openSUSE-release.spec: same change
++++++ openSUSE-Kubic.product ++++++
--- /var/tmp/diff_new_pack.M5qPea/_old 2017-08-28 15:19:45.022929661 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:45.022929661 +0200
@@ -6,7 +6,7 @@
<name>openSUSE-Kubic</name>
<releasepkgname>openSUSE-Kubic-release</releasepkgname>
<endoflife/>
- <version>20170824</version>
+ <version>20170828</version>
<!-- release is no longer optional -->
<release>0</release>
<productline>openSUSE-Kubic</productline>
++++++ openSUSE.product ++++++
--- /var/tmp/diff_new_pack.M5qPea/_old 2017-08-28 15:19:45.046926289 +0200
+++ /var/tmp/diff_new_pack.M5qPea/_new 2017-08-28 15:19:45.046926289 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20170824</version>
+ <version>20170828</version>
<release>0</release>
<productline>openSUSE</productline>
1
0
Hello community,
here is the log from the commit of package gcompris-qt for openSUSE:Factory checked in at 2017-08-28 15:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcompris-qt (Old)
and /work/SRC/openSUSE:Factory/.gcompris-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcompris-qt"
Mon Aug 28 15:18:29 2017 rev:6 rq:519046 version:0.80
Changes:
--------
--- /work/SRC/openSUSE:Factory/gcompris-qt/gcompris-qt.changes 2017-02-16 17:02:40.300045747 +0100
+++ /work/SRC/openSUSE:Factory/.gcompris-qt.new/gcompris-qt.changes 2017-08-28 15:19:39.687679423 +0200
@@ -1,0 +2,31 @@
+Sat Aug 26 16:00:18 UTC 2017 - bruno(a)ioda-net.ch
+
+- Upgrade to last release 0.80
+ This new version contains 6 new activities:
+ + a categorization activity where the child has to categorize
+ item depending on the theme (by Divyam Madaan)
+ + a guess count game where the child has to find the good
+ operations to find a given number (by Rahul Yadav)
+ + a game where you have to let the computer put the last ball in
+ a row (by Utkarsh Tiwari)
+ + as above but the child plays with a friend (Utkarsh Tiwari)
+ + a checkers game (by Johnny Jazeix)
+ + as above but the child plays with a friend (by Johnny Jazeix)
+ We always have new features and content:
+ + Polish lang dataset by Łukasz Wojniłowicz
+ + Swedish lang dataset by Stefan Asserhäll
+ + Ukrainian lang dataset by Yuri Chornoivan
+ + new icons
+ + Updated graphics on several activities
+ + lots of bug fixes
+ + website translation migrated to KDE infrastructure and
+ translated in Belarusian, Catalan, Catalan (Valencia),
+ Romanian, Portuguese and Ukrainian
+ + new mingw windows builds
+ + partial translations in Greek and Hindi
+- Packaging :
+ + Fix icons included (the real svg is used now upstream)
+ + Add appinfo and metainfo
+ + Raise minimal QT version to be >= 5.6.0 upstream #6c203a3
+
+-------------------------------------------------------------------
Old:
----
gcompris-qt-0.70.tar.xz
New:
----
gcompris-qt-0.80.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gcompris-qt.spec ++++++
--- /var/tmp/diff_new_pack.3gMRFP/_old 2017-08-28 15:19:41.707395592 +0200
+++ /var/tmp/diff_new_pack.3gMRFP/_new 2017-08-28 15:19:41.711395031 +0200
@@ -18,7 +18,7 @@
Name: gcompris-qt
-Version: 0.70
+Version: 0.80
Release: 0
Summary: Multiactivity educational software for children aged 2–10 (Qt version)
License: GPL-3.0+
@@ -33,28 +33,28 @@
BuildRequires: libqt5-linguist-devel
BuildRequires: pkgconfig
BuildRequires: qml-box2d
-BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
+BuildRequires: pkgconfig(Qt5Concurrent) >= 5.6.0
# We don't want the Administrative documentation
# BuildRequires: kdoctools-devel
-BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Multimedia) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires: pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Sensors) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
-BuildRequires: pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires: pkgconfig(Qt5Core) >= 5.6.0
+BuildRequires: pkgconfig(Qt5Multimedia) >= 5.6.0
+BuildRequires: pkgconfig(Qt5Network) >= 5.6.0
+BuildRequires: pkgconfig(Qt5OpenGL) >= 5.6.0
+BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.6.0
+BuildRequires: pkgconfig(Qt5Quick) >= 5.6.0
+BuildRequires: pkgconfig(Qt5Script) >= 5.6.0
+BuildRequires: pkgconfig(Qt5Sensors) >= 5.6.0
+BuildRequires: pkgconfig(Qt5Svg) >= 5.6.0
+BuildRequires: pkgconfig(Qt5Test) >= 5.6.0
+BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0
+BuildRequires: pkgconfig(Qt5Xml) >= 5.6.0
+BuildRequires: pkgconfig(Qt5XmlPatterns) >= 5.6.0
# Runtime requirements, it doesn't start without them (boo#1011125)
Requires: %{name}-activities = %{version}
-Requires: libQt5Multimedia5
-Requires: libQt5Svg5
-Requires: libqt5-qtgraphicaleffects
-Requires: libqt5-qtquickcontrols
+Requires: libQt5Multimedia5 >= 5.6.0
+Requires: libQt5Svg5 >= 5.6.0
+Requires: libqt5-qtgraphicaleffects >= 5.6.0
+Requires: libqt5-qtquickcontrols >= 5.6.0
Requires: qml-box2d
Recommends: %{name}-lang = %{version}
Recommends: %{name}-voices = %{version}
@@ -128,7 +128,7 @@
install org.kde.gcompris.desktop %{buildroot}/%{_datadir}/applications/org.kde.gcompris.desktop
# Install icon file
install -d %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/
-install images/sc-apps-gcompris-qt.svgz %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/gcompris-qt.svgz
+install images/sc-apps-gcompris-qt.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/gcompris-qt.svg
# Install Appdata file
install -d %{buildroot}/%{_datadir}/appdata
install org.kde.gcompris.appdata.xml %{buildroot}/%{_datadir}/appdata/org.kde.gcompris.desktop
@@ -137,16 +137,20 @@
%defattr(-,root,root)
%doc COPYING README.rst
%{_bindir}/%{name}
-%if 0%{?suse_version} < 1325
%defattr(0755,root,root,-)
-%{_datadir}/applications
+%if 0%{?suse_version} < 1325
%{_datadir}/icons/hicolor/scalable/apps
%{_datadir}/appdata
+%{_datadir}/metainfo
%endif
+%{_datadir}/icons/hicolor/256x256/
+%{_datadir}/icons/hicolor/256x256/apps
%defattr(0644,root,root,-)
%{_datadir}/applications/org.kde.gcompris.desktop
-%{_datadir}/icons/hicolor/scalable/apps/gcompris-qt.svgz
+%{_datadir}/icons/hicolor/256x256/apps/gcompris-qt.png
+%{_datadir}/icons/hicolor/scalable/apps/gcompris-qt.svg
%{_datadir}/appdata/org.kde.gcompris.desktop
+%{_datadir}/metainfo/org.kde.gcompris.appdata.xml
%files activities
%defattr(-,root,root)
++++++ gcompris-qt-0.70.tar.xz -> gcompris-qt-0.80.tar.xz ++++++
/work/SRC/openSUSE:Factory/gcompris-qt/gcompris-qt-0.70.tar.xz /work/SRC/openSUSE:Factory/.gcompris-qt.new/gcompris-qt-0.80.tar.xz differ: char 26, line 1
1
0
Hello community,
here is the log from the commit of package rosegarden for openSUSE:Factory checked in at 2017-08-28 15:18:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rosegarden (Old)
and /work/SRC/openSUSE:Factory/.rosegarden.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rosegarden"
Mon Aug 28 15:18:27 2017 rev:29 rq:518991 version:17.04
Changes:
--------
--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes 2017-05-27 13:13:51.993663764 +0200
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes 2017-08-28 15:19:36.628109383 +0200
@@ -1,0 +2,7 @@
+Sat Aug 26 15:31:47 UTC 2017 - davejplater(a)gmail.com
+
+- Work around cmake-3.9.0 bug with upstream patch svnheader.patch
+- See https://sourceforge.net/p/rosegarden/bugs/1552/ and
+ https://gitlab.kitware.com/cmake/cmake/issues/17222.
+
+-------------------------------------------------------------------
New:
----
svnheader.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rosegarden.spec ++++++
--- /var/tmp/diff_new_pack.LbQZWy/_old 2017-08-28 15:19:38.199888501 +0200
+++ /var/tmp/diff_new_pack.LbQZWy/_new 2017-08-28 15:19:38.211886815 +0200
@@ -29,6 +29,8 @@
Patch1: rosegarden-10.10-filepaths.patch
# PATCH-FIX-OPENSUSE ledest(a)gmail.com fix bashisms in scripts
Patch2: rosegarden-14.02-fix-bashisms.patch
+# PATCH-FIX-UPSTREAM see header - Fix cmake-3.9.0 build failure
+Patch3: svnheader.patch
BuildRequires: alsa-devel
BuildRequires: cmake >= 2.8.12
BuildRequires: dssi-devel
@@ -40,7 +42,6 @@
BuildRequires: libjack-devel
BuildRequires: liblo-devel
BuildRequires: liblrdf-devel
-%if 0%{?suse_version} > 1320 || 0%{?is_opensuse} == 1
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)
@@ -49,9 +50,6 @@
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: cmake(Qt5LinguistTools)
-%else
-BuildRequires: libqt4-devel >= 4.6.3
-%endif
BuildRequires: libsamplerate-devel
BuildRequires: libsndfile-devel
BuildRequires: lilypond
@@ -88,6 +86,7 @@
%setup -q
%patch1
%patch2
+%patch3 -p1
# When we build svn we need to execute bootstrap.sh
#sh bootstrap.sh
@@ -100,11 +99,10 @@
# Now uses cmake
#%%configure --enable-debug --localedir=%%{_datadir}/%%{name}/locale/
%cmake \
-%if 0%{?suse_version} > 1320 || 0%{?is_opensuse} == 1
-DUSE_QT5:BOOL=ON \
-%endif
-DCMAKE_INSTALL_LOCALEDIR:PATH=%{_datadir}/locale/
+#make svnheader
make %{?_smp_mflags}
%install
++++++ svnheader.patch ++++++
Description: fix svnversion.h dependency to permit parallel building
With CMake 3.9.1 and parallel building enabled, the incorrect specification
of the output filename when creating svnversion.h can lead to a race condition
such that the package fails to build.
Author: Stuart Prescott <stuart(a)debian.org>
Bug: https://sourceforge.net/p/rosegarden/bugs/1552/
Bug-Debian: https://bugs.debian.org/871213
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -810,7 +810,7 @@
add_custom_target(svnheader ALL DEPENDS svn_header) # svn_header never gets created, it's just a unique string
# creates svnheader.h using cmake script
-add_custom_command(OUTPUT svn_header ${CMAKE_CURRENT_BINARY_DIR}/svnheader.h
+add_custom_command(OUTPUT svn_header ${CMAKE_CURRENT_BINARY_DIR}/svnversion.h
COMMAND ${CMAKE_COMMAND} -DSOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR}
-P ${CMAKE_CURRENT_SOURCE_DIR}/buildkey.cmake)
1
0
Hello community,
here is the log from the commit of package python-retrying for openSUSE:Factory checked in at 2017-08-28 15:18:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-retrying (Old)
and /work/SRC/openSUSE:Factory/.python-retrying.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-retrying"
Mon Aug 28 15:18:23 2017 rev:3 rq:518971 version:1.3.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-retrying/python-retrying.changes 2017-08-22 11:11:20.241938892 +0200
+++ /work/SRC/openSUSE:Factory/.python-retrying.new/python-retrying.changes 2017-08-28 15:19:35.720236965 +0200
@@ -1,0 +2,5 @@
+Sat Aug 26 15:09:39 UTC 2017 - jengelh(a)inai.de
+
+- Remove duplicated license information from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-retrying.spec ++++++
--- /var/tmp/diff_new_pack.rvhZk0/_old 2017-08-28 15:19:36.472131302 +0200
+++ /var/tmp/diff_new_pack.rvhZk0/_new 2017-08-28 15:19:36.476130740 +0200
@@ -34,8 +34,8 @@
%python_subpackages
%description
-Retrying is an Apache 2.0 licensed general-purpose retrying library, written in
-Python, to simplify the task of adding retry behavior to just about anything.
+Retrying is a general-purpose retrying library, written in Python, to
+simplify the task of adding retry behavior to just about anything.
%prep
%setup -q -n retrying-%{version}
1
0
Hello community,
here is the log from the commit of package python-httpretty for openSUSE:Factory checked in at 2017-08-28 15:18:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
and /work/SRC/openSUSE:Factory/.python-httpretty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-httpretty"
Mon Aug 28 15:18:21 2017 rev:11 rq:518970 version:0.8.14
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes 2017-08-22 11:09:16.315388466 +0200
+++ /work/SRC/openSUSE:Factory/.python-httpretty.new/python-httpretty.changes 2017-08-28 15:19:34.824362862 +0200
@@ -1,0 +2,5 @@
+Sat Aug 26 13:35:45 UTC 2017 - jengelh(a)inai.de
+
+- Fix spello in description. Move summary extent to description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-httpretty.spec ++++++
--- /var/tmp/diff_new_pack.xPJnTY/_old 2017-08-28 15:19:35.596254388 +0200
+++ /var/tmp/diff_new_pack.xPJnTY/_new 2017-08-28 15:19:35.600253826 +0200
@@ -20,7 +20,7 @@
Name: python-httpretty
Version: 0.8.14
Release: 0
-Summary: HTTP client mocking tool for Python, it's like ruby's FakeWeb for python
+Summary: HTTP client mocking tool for Python
License: MIT
Group: Development/Languages/Python
Url: https://github.com/gabrielfalcao/HTTPretty
@@ -33,8 +33,9 @@
%python_subpackages
%description
-This libary allows mocking of http protocol based
+This library allows mocking of HTTP protocol based
unit tests.
+It is similar to Ruby's FakeWeb.
%prep
%setup -q -n httpretty-%{version}
1
0
Hello community,
here is the log from the commit of package wireshark for openSUSE:Factory checked in at 2017-08-28 15:18:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wireshark (Old)
and /work/SRC/openSUSE:Factory/.wireshark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wireshark"
Mon Aug 28 15:18:18 2017 rev:127 rq:518967 version:2.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes 2017-07-21 22:48:43.366453836 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2017-08-28 15:19:32.668665799 +0200
@@ -1,0 +2,53 @@
+Sat Aug 26 15:11:56 UTC 2017 - jengelh(a)inai.de
+
+- Trim filler wording from description.
+
+-------------------------------------------------------------------
+Mon Aug 21 12:48:39 UTC 2017 - tchvatal(a)suse.com
+
+- Gcrypt is now default
+- gtk switch was redone to accept value at the end instead of 2
+ options
+
+-------------------------------------------------------------------
+Thu Jul 27 08:21:59 UTC 2017 - astieger(a)suse.com
+
+- Wireshark 2.4.0:
+ * SS7 Point Codes can now be resolved into names with a hosts-
+ like file.
+ * Wireshark can now go fullscreen to have more room for packets
+ * TShark can now export objects like the other GUI interfaces.
+ * Support for G.722 and G.726 codecs in the RTP Player (via the
+ SpanDSP library)
+ * You can now choose the output device when playing RTP streams
+ * Added support for dissectors to include a unit name natively
+ in their hf field. A field can now automatically append
+ "seconds" or "ms" to its value without additional printf-style
+ APIs
+ * The Default profile can now be reset to default values.
+ * You can move back and forth in the selection history in the
+ Qt UI.
+ * IEEE 802.15.4 dissector now uses an UAT for decryption keys.
+ The original decryption key preference has been obsoleted.
+ * Extcap utilities can now provide configuration for a GUI
+ interface toolbar to control the extcap utility while capturing.
+ * Extcap utilities can now validate the capture filter.
+ * Display filter function len() can now be used on all string and
+ byte fields.
+ * Added an experimental timeline view for 802.11 wireless packet
+ data which can be enabled via the "802.11 radio information
+ preferences.
+ * Added TLS 1.3 (draft 21) dissection and decryption support
+ * The (D)TLS Application Layer protocol (e.g. HTTP or CoAP) can
+ now be changed via the Decode As dialog.
+ * The RSA keys dialog for SSL keys has improved feedback for
+ invalid settings and no longer requires the IP address, Port or
+ Protocol fields to be set in addition to the Key File.
+ * TCP Analysis will detect and flag more spurious retransmissions.
+ * Many new and updated protocol support
+ * New and updated Capture File Support:
+ ERF, IxVeriWave, Libpcap, and Pcap-ng
+ * API changes: IEEE802.11: wlan_mgt display filter element got
+ renamed to wlan.
+
+-------------------------------------------------------------------
Old:
----
SIGNATURES-2.2.8.txt
wireshark-2.2.8.tar.bz2
New:
----
SIGNATURES-2.4.0.txt
wireshark-2.4.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wireshark.spec ++++++
--- /var/tmp/diff_new_pack.PP4ihL/_old 2017-08-28 15:19:34.592395459 +0200
+++ /var/tmp/diff_new_pack.PP4ihL/_new 2017-08-28 15:19:34.596394898 +0200
@@ -17,10 +17,10 @@
# define libraries
-%define libutil libwsutil7
-%define libwire libwireshark8
-%define libtap libwiretap6
-%define libcodecs libwscodecs1
+%define libutil libwsutil8
+%define libwire libwireshark10
+%define libtap libwiretap7
+%define libcodecs libwscodecs0
# disable caps
%define use_caps 0
# Enable new Qt gui on new releases and build old GTK2 gui on old releases
@@ -36,13 +36,13 @@
%bcond_with geoip
%endif
Name: wireshark
-Version: 2.2.8
+Version: 2.4.0
Release: 0
Summary: A Network Traffic Analyser
-License: GPL-2.0+ and GPL-3.0+
+License: GPL-2.0+ AND GPL-3.0+
Group: Productivity/Networking/Diagnostic
Url: https://www.wireshark.org/
-Source: https://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
+Source: https://www.wireshark.org/download/src/%{name}-%{version}.tar.xz
Source2: https://www.wireshark.org/download/SIGNATURES-%{version}.txt
Source3: https://www.wireshark.org/download/gerald_at_wireshark_dot_org.gpg#/wiresha…
# PATCH-FIX-OPENSUSE wireshark-1.6.3-disable-warning-dialog.patch bnc#349782 prusnak(a)suse.cz -- don't show warning when running as root
@@ -57,7 +57,7 @@
BuildRequires: hicolor-icon-theme
BuildRequires: krb5-devel
BuildRequires: libcares-devel
-BuildRequires: libgcrypt-devel >= 1.1.92
+BuildRequires: libgcrypt-devel >= 1.4.2
BuildRequires: libpcap-devel
BuildRequires: libsmi-devel
BuildRequires: libtool
@@ -74,7 +74,6 @@
Recommends: wireshark-ui = %{version}
Provides: ethereal = %{version}
Obsoletes: ethereal < %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with gnutls}
BuildRequires: libgnutls-devel >= 2.12.0
%endif
@@ -108,14 +107,17 @@
%else
BuildRequires: lua-devel
%endif
+%if 0%{?suse_version} <= 1110
+BuildRequires: xz
+%endif
%description
-Wireshark is a free network protocol analyzer for Unix and Windows. It
-allows you to examine data from a live network or from a capture file
-on disk. You can interactively browse the capture data, viewing summary
-and detail information for each packet. Wireshark has several powerful
-features, including a rich display filter language and the ability to
-view the reconstructed stream of a TCP session.
+Wireshark is a network protocol analyzer. It allows examining data
+from a live network or from a capture file on disk. You can
+interactively browse the capture data, viewing summary and detailed
+information for each packet. Wireshark has several features,
+including a rich display filter language and the ability to view the
+reconstructed stream of a TCP session.
%package -n %{libutil}
Summary: Library for wireshark utilities
@@ -161,12 +163,8 @@
Obsoletes: ethereal-devel < %{version}
%description devel
-Wireshark is a free network protocol analyzer for Unix and Windows. It
-allows you to examine data from a live network or from a capture file
-on disk. You can interactively browse the capture data, viewing summary
-and detail information for each packet. Wireshark has several powerful
-features, including a rich display filter language and the ability to
-view the reconstructed stream of a TCP session.
+Wireshark is a network protocol analyzer. It allows examining data
+from a live network or from a capture file on disk.
%if %{with gtk}
%package ui-gtk
@@ -195,9 +193,9 @@
%prep
# The publisher doesn't sign the source tarball, but a signatures file containing multiple hashes.
# Verify hashes in that file against source tarball.
-echo "`grep %{name}-%{version}.tar.bz2 %{SOURCE2} | grep MD5 | head -n1 | cut -d= -f2` %{SOURCE0}" | md5sum -c
-echo "`grep %{name}-%{version}.tar.bz2 %{SOURCE2} | grep SHA1 | head -n1 | cut -d= -f2` %{SOURCE0}" | sha1sum -c
-echo "`grep %{name}-%{version}.tar.bz2 %{SOURCE2} | grep SHA256 | head -n1 | cut -d= -f2` %{SOURCE0}" | sha256sum -c
+echo "`grep %{name}-%{version}.tar.xz %{SOURCE2} | grep MD5 | head -n1 | cut -d= -f2` %{SOURCE0}" | md5sum -c
+echo "`grep %{name}-%{version}.tar.xz %{SOURCE2} | grep SHA1 | head -n1 | cut -d= -f2` %{SOURCE0}" | sha1sum -c
+echo "`grep %{name}-%{version}.tar.xz %{SOURCE2} | grep SHA256 | head -n1 | cut -d= -f2` %{SOURCE0}" | sha256sum -c
%setup -q
%patch2 -p1
@@ -228,8 +226,7 @@
%configure \
%if %{with gtk}
- --with-gtk3=no \
- --with-gtk2=yes \
+ --with-gtk=2 \
%endif
%if %{with qt}
--with-qt=yes \
@@ -242,7 +239,6 @@
%else
--with-gnutls=no \
%endif
- --with-gcrypt=yes \
--with-plugins=%{_libdir}/%{name}/plugins/%{version} \
--with-pic=yes
@@ -348,7 +344,6 @@
%postun -n %{libcodecs} -p /sbin/ldconfig
%files
-%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README README.linux README.vmware
%{_mandir}/man1/[^i]*
%{_mandir}/man4/*
@@ -364,6 +359,7 @@
%{_bindir}/tethereal
%{_bindir}/text2pcap
%{_bindir}/tshark
+%{_bindir}/sharkd
%if %{use_caps}
%verify(not mode caps) %attr(0750,root,wireshark) %caps(cap_net_raw,cap_net_admin=eip) %{_bindir}/dumpcap
%else
@@ -377,23 +373,18 @@
%{_datadir}/mime/packages/wireshark.xml
%files -n %{libutil}
-%defattr(-,root,root)
%{_libdir}/libwsutil*.so.*
%files -n %{libwire}
-%defattr(-,root,root)
%{_libdir}/libwireshark.so.*
%files -n %{libtap}
-%defattr(-,root,root)
%{_libdir}/libwiretap.so.*
%files -n %{libcodecs}
-%defattr(-,root,root)
%{_libdir}/libwscodecs.so.*
%files devel
-%defattr(-,root,root)
%doc doc/README.*
%{_includedir}/wireshark
%{_libdir}/lib*.so
@@ -401,7 +392,6 @@
%if %{with gtk}
%files ui-gtk
-%defattr(-,root,root)
%{_bindir}/wireshark-gtk
%{_bindir}/ethereal
%{_datadir}/applications/wireshark-gtk.desktop
@@ -425,7 +415,6 @@
%if %{with qt}
%files ui-qt
-%defattr(-,root,root)
%{_bindir}/wireshark
%{_bindir}/ethereal
%dir %{_datadir}/appdata
++++++ SIGNATURES-2.2.8.txt -> SIGNATURES-2.4.0.txt ++++++
--- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-2.2.8.txt 2017-07-21 22:48:41.330740999 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/SIGNATURES-2.4.0.txt 2017-08-28 15:19:32.120742799 +0200
@@ -1,48 +1,60 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
-wireshark-2.2.8.tar.bz2: 32331209 bytes
-SHA256(wireshark-2.2.8.tar.bz2)=ecf02c148c9ab6e809026ad5743fe9be1739a9840ef6fece6837a7ddfbdf7edc
-RIPEMD160(wireshark-2.2.8.tar.bz2)=58b46222b2a5cea2923c82f4eff95ad04b702f1a
-SHA1(wireshark-2.2.8.tar.bz2)=605d4323e9ac0122eca47a5c17ec14daf34b1ea1
-MD5(wireshark-2.2.8.tar.bz2)=bb81d0ecf3a8ed46bedfaeae6fd318a8
-
-Wireshark-win32-2.2.8.exe: 44569240 bytes
-SHA256(Wireshark-win32-2.2.8.exe)=7bfd50b9bbeeba6cc55c8f660e9e44c643791ee306227584299b560843f1564c
-RIPEMD160(Wireshark-win32-2.2.8.exe)=5862ef866c657cedca6ee587a9e87387fd1bac8f
-SHA1(Wireshark-win32-2.2.8.exe)=6c86be620ef189b5f1637b2c9f6bd576fee9894f
-MD5(Wireshark-win32-2.2.8.exe)=65e04d901c65d704ab936d0f9ecfb0e2
-
-Wireshark-win64-2.2.8.exe: 49409656 bytes
-SHA256(Wireshark-win64-2.2.8.exe)=caa8e6b1a69964594cfc5d4ebd16255a8ba80f54044c0d9c9352a798bde2bc89
-RIPEMD160(Wireshark-win64-2.2.8.exe)=9fd69129d4bd1a1c3b08396100eb000e109fd32b
-SHA1(Wireshark-win64-2.2.8.exe)=23e3b2d6d917d60c106c9a52f1d603be7cef3e82
-MD5(Wireshark-win64-2.2.8.exe)=60d00d0e82eacf9bad6cabf052356e3d
-
-WiresharkPortable_2.2.8.paf.exe: 46164528 bytes
-SHA256(WiresharkPortable_2.2.8.paf.exe)=510f9e1105e145739ee1cebfcad4ad8ab20d3336623ce807b3dd8d925dbebf8c
-RIPEMD160(WiresharkPortable_2.2.8.paf.exe)=f9a4fc82a59c60b1d616c5df6515d553d1d2157a
-SHA1(WiresharkPortable_2.2.8.paf.exe)=64bc24c167998323212abb8330ea1ab52de6122c
-MD5(WiresharkPortable_2.2.8.paf.exe)=72c677725c9e218450dc2a63db5e11ba
-
-Wireshark 2.2.8 Intel 64.dmg: 33444845 bytes
-SHA256(Wireshark 2.2.8 Intel 64.dmg)=efc681a6ef2bb52e76e15853c5d1b143078c548951d256283a53cc61c894d77f
-RIPEMD160(Wireshark 2.2.8 Intel 64.dmg)=c64e6ce2ce586a3ccdd179e265d1469a43b7883d
-SHA1(Wireshark 2.2.8 Intel 64.dmg)=b066c7bf1c90b3287ab1ced3ea3e430e6e7c94d4
-MD5(Wireshark 2.2.8 Intel 64.dmg)=3aca252edf8518be821ab100b8efdd0d
+wireshark-2.4.0.tar.xz: 28755596 bytes
+SHA256(wireshark-2.4.0.tar.xz)=890bb41b826ff04e98fb089446ab37e5871e16205278bfeffc2a7c7364de3b04
+RIPEMD160(wireshark-2.4.0.tar.xz)=277b417c0e52f7e5ad9278c63a7d5ac74e552518
+SHA1(wireshark-2.4.0.tar.xz)=aa8f53300f60956553902ccc755c0dfe86f768fc
+MD5(wireshark-2.4.0.tar.xz)=655106f8cf3bb8f521336d3a8ab5b10b
+
+Wireshark-win64-2.4.0.exe: 59110928 bytes
+SHA256(Wireshark-win64-2.4.0.exe)=341f97b1d8fc25b4e149fb20b718451aa8646856faa0576071037e60ed47f8b0
+RIPEMD160(Wireshark-win64-2.4.0.exe)=57c5eca5d4efcb1c2b8c80cd79e6cb4d505e9c03
+SHA1(Wireshark-win64-2.4.0.exe)=0452d3aa7ad1cc1240c0cdd9457159de244ca8be
+MD5(Wireshark-win64-2.4.0.exe)=f611afe4a6d59f7ad18fd573232e30fe
+
+Wireshark-win32-2.4.0.exe: 53570224 bytes
+SHA256(Wireshark-win32-2.4.0.exe)=971e6021d6ba214aa938ff43436b70525efc8f5286e556066dfa4863603e7c5e
+RIPEMD160(Wireshark-win32-2.4.0.exe)=04cd96b19aff8375fe1217c1829a850d1a3753ca
+SHA1(Wireshark-win32-2.4.0.exe)=6e8351cb2aba06173aabc907922338edbcda63d2
+MD5(Wireshark-win32-2.4.0.exe)=d96a10a99ca06e36528a0e6c662c17e5
+
+Wireshark-win32-2.4.0.msi: 43032576 bytes
+SHA256(Wireshark-win32-2.4.0.msi)=b730430387efab0bc3b01e5f10a2e708672d75157663c251fcb20431d6649a9f
+RIPEMD160(Wireshark-win32-2.4.0.msi)=d726fbb03f9fdf64771620955ec6ae1924b23fbf
+SHA1(Wireshark-win32-2.4.0.msi)=fe3cb12f5efa30e0619e81ba81271b334e4cd053
+MD5(Wireshark-win32-2.4.0.msi)=5cd3e1b7ed315c3f5e928c9c8001dbf9
+
+Wireshark-win64-2.4.0.msi: 48455680 bytes
+SHA256(Wireshark-win64-2.4.0.msi)=609262ab1ecdda6fd3ed3a5ccddfb5b8d939b7a28616c5dacddcb1528c2b02d9
+RIPEMD160(Wireshark-win64-2.4.0.msi)=e74ec7c8892a9413074cb1474d9fa335829c05be
+SHA1(Wireshark-win64-2.4.0.msi)=1f4437025097362c8e76841a7569bb72da6cd036
+MD5(Wireshark-win64-2.4.0.msi)=6fb4c41eb8a5300e0b0200ea7c1d56a4
+
+WiresharkPortable_2.4.0.paf.exe: 46243888 bytes
+SHA256(WiresharkPortable_2.4.0.paf.exe)=76dfafd12ad82a19fffe0d99b48e9ba5dd1b77ce9c566dcf19cdf32fffb40f22
+RIPEMD160(WiresharkPortable_2.4.0.paf.exe)=65cbdfca286976a652a931c8e0c989c4e431efbe
+SHA1(WiresharkPortable_2.4.0.paf.exe)=8c84ecf4455f34f7624ae1056f1af568a02bd2e0
+MD5(WiresharkPortable_2.4.0.paf.exe)=8544747f6a4a89ee88d965953a1ff8b1
+
+Wireshark 2.4.0 Intel 64.dmg: 35144406 bytes
+SHA256(Wireshark 2.4.0 Intel 64.dmg)=20c2e5fa8ec302fc47100ad42f8d2020e629a72b75a7343929206d3274bd08b2
+RIPEMD160(Wireshark 2.4.0 Intel 64.dmg)=978eab476a2ab3dcae2080902dc3d8f223f21aed
+SHA1(Wireshark 2.4.0 Intel 64.dmg)=5aecbddef5a762a0a4c36c9312b727bf671c0992
+MD5(Wireshark 2.4.0 Intel 64.dmg)=2cf632f801dc810c5f0378fa983fc9e9
-----BEGIN PGP SIGNATURE-----
-iQIzBAEBCgAdFiEEWlrbp9vqbD+HIk8ZgiRKeOb+ruoFAlluTowACgkQgiRKeOb+
-rupG1A/+Jth6yo6f7DJLTsk6s/pSFxYOe32PDROBj7IxQ5FM3OQZ4ILcX3MoFdba
-sY/v9+GyLvXg9O/mPywGsD6SHPkyScHi891uvALuw6k7oy6/0V7dLvQVvaPo+nHb
-S+SIgbUWsztSgj4PARiSCr8QLbmHpZ8d1EwAecDBrLaPGMsANWToHASu+rRKtjGe
-MDyxPRj6GLwoAIkb6B2PKfuL3FjJA+YAbI/AMlHKIQBuqV/Zlbxkpgy76eHH7NKe
-SKLWW1hgnyC4/DIxfPUz3WwHAnt2MgdGjljVCZnUVi6HBmFtbChwNP9VuVXh/b6C
-cIIMu0TehXrRvSFytDwvYGJDzlaYuasNIiAVKBtQtJA4VGE4cewN6mZBux0o1eCJ
-0H5fUIVZFEY5OaaDywYl2K8p+v5Nf0K2b/lIqZIwCeMFoywrSMtH6PUb+jmziBg4
-6umoPJQO03t8R/DS4e1UQnY9vVzMFNBhjH5/WzGI3qv6fuGnfaZrcAzhvJlFsr39
-m9DtPej0i7aA3YvSfVDG25/4sSoJocvZT3wsoMv9xMo+XUZHzraG+VSZylsE71DR
-CJF5KFGIfugraHDxIlvxtRTSkkXe5hdC7nW+qBw1OL+5vLt5sUIHXDeYz2uLUIPf
-VSAZSNzZlUODd7X55jgDlQegfntUiUh31hs5urD1zM3eNfjJKdw=
-=5kXd
+iQIzBAEBCgAdFiEEWlrbp9vqbD+HIk8ZgiRKeOb+ruoFAllvmzYACgkQgiRKeOb+
+ruqBnQ//aQcb7kM0F9Ra6fH1e+d5q+dij1vBb1qCyZYAPpGDxTrR6zwjHmHHFKxC
+UGy1jlKVgyLvgEtRX75MmV2QEGbtKQPNvqSyYbs+uKBDwhEzYL41mEv6MIZ00Yyn
+NcLiWj5brc5ha4NHZmBfYROna3GywczcLgCVDdnfw6WMirjQNfrl6qDp1Wl7sPjK
+c3mj2efF+SDkICyyvprWNhqYfS8kybFVAsDQs2xUrbP0rjbxSQGAVpAcPhrq+DYX
+5/hFPNlIHfDEbUOfULZ3CAITxZjv9qmoTlitiwzQDcapjDtTeiSRCxa+IQDiJpnl
+rcWsnRnQP3mJETHo0nlCtWHSFliC0JxzLXnXerU+OJz2jNcBra16rpb38WqOSWfR
+wVpCpWCKDjcH9sLs1MNKcy39DzqDln3LRRbqfgOIMy396Zstp/NgDxVJBlyWaajo
+MjgIrDYsLEMrNJCmqeO7DR1+BY5p4QI3yDyIvAokCwIs4i4613MMAsVOc3PE0HZR
+zCOcyOr6WXUsXSDRhQPNj3TgR/WqJ7R4xKjoEMlvYmPjuZUfZNxT2YxwAn2zC3BU
+Hl7xWL0s/DkMoqszdFlJJ/KlblXwh84OB8EC7kxokgNxj3bylMnXYglXKyx6ixWk
+sASii0IgV5+gAW4u7W82dHfzUvxUdVvCc8BUDQox0ljIHJ9AkVk=
+=DSoc
-----END PGP SIGNATURE-----
1
0
Hello community,
here is the log from the commit of package xiphos for openSUSE:Factory checked in at 2017-08-28 15:18:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xiphos (Old)
and /work/SRC/openSUSE:Factory/.xiphos.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xiphos"
Mon Aug 28 15:18:15 2017 rev:17 rq:518964 version:4.0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes 2017-03-16 09:52:13.499929166 +0100
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes 2017-08-28 15:19:30.600956373 +0200
@@ -1,0 +2,42 @@
+Sun Aug 20 14:51:37 UTC 2017 - zaitor(a)opensuse.org
+
+- Update to version 4.0.6:
+ + Fixed longstanding display problem with webkit2 (now req'd for
+ fedora).
+ + Added alt-L toggle lemma.
+ + Added View Xiphos Releases to Help menu.
+ + Fixed biblesync passphrase preservation.
+ + Internal:
+ - Removed all ancient ImageMagick references.
+ - Removed HAVE_GTK_xxx in favor of GTK_VERSION_CHECK.
+ - Fixed wk2 search result.
+ + Updated translations.
+- Drop xiphos-fix-missing-return.patch and
+ xiphos-man-page-xiphos-nav.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Sun Jun 4 20:16:06 UTC 2017 - zaitor(a)opensuse.org
+
+- Update to version 4.0.5:
+ + ReadAloud: Speak verse# only if we are showing verse#s in text
+ as well.
+ + Fix crash caused by lack of collator during mod.mgr in first
+ run.
+- Run spec-cleaner.
+- Drop conditionals for other distros and old unsupported
+ openSUSE/SLE.
+- Pkgconfigify BuildRequires, drop obsolete ones.
+- Build for gtk3 only.
+- Following the above, remove webkitgtk3-devel BuildRequires and
+ add pkgconfig(webkit2gtk-4.0) and stop passing
+ --enable-webkit-editor and pass --enable-webkit2instead.
+- Add docbook-utils-minimal BuildRequrires to build docbock2man
+ support.
+- Add xiphos-fix-missing-return.patch: Fix missing return in
+ non-void function, patch from upstream git.
+- Add xiphos-man-page-xiphos-nav.patch: Add missing man page, patch
+ from upstream git.
+- Apply fdupes macro, silence rpmlint about duplicate files.
+- Add lang-package macro, split out lang-package.
+
+-------------------------------------------------------------------
Old:
----
xiphos-4.0.4.tar.gz
New:
----
xiphos-4.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xiphos.spec ++++++
--- /var/tmp/diff_new_pack.8Fak84/_old 2017-08-28 15:19:31.864778769 +0200
+++ /var/tmp/diff_new_pack.8Fak84/_new 2017-08-28 15:19:31.876777083 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xiphos
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,130 +16,42 @@
#
-%if ( 0%{?suse_version} >= 1200 || 0%{?fedora} > 14 )
-%define gtk3 0
-%endif
-
Name: xiphos
-Version: 4.0.4
+Version: 4.0.6
Release: 0
Summary: GNOME-based Bible research tool
License: GPL-2.0
Group: Productivity/Scientific/Other
Url: http://xiphos.org/
-Source0: xiphos-%{version}.tar.gz
+Source0: https://github.com/crosswire/%{name}/archive/%{version}.tar.gz#/%{name}-%{v…
Source1: %{name}.desktop
-
-BuildRequires: biblesync-devel >= 1.1.2
+BuildRequires: docbook-utils-minimal
BuildRequires: fdupes
BuildRequires: gcc-c++
-BuildRequires: gettext-devel
-BuildRequires: glibc-devel
+BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool
-%if %{undefined mdkversion}
-BuildRequires: libbonobo-devel
-BuildRequires: libgnomeui-devel
-%endif
-BuildRequires: libgsf-devel
-BuildRequires: libidn-devel
-BuildRequires: libuuid-devel
-BuildRequires: pcre-devel
-BuildRequires: perl-XML-Parser
+BuildRequires: pkgconfig
BuildRequires: scrollkeeper
-BuildRequires: sword-devel > 1.6.2
-%if ( %{undefined centos_version} && 0%{?suse_version} != 1110 )
-BuildRequires: pkgconfig(cairo)
+BuildRequires: update-desktop-files
+BuildRequires: pkgconfig(biblesync) >= 1.1.2
BuildRequires: pkgconfig(dbus-glib-1)
+BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(gtk+-2.0)
-BuildRequires: pkgconfig(libglade-2.0)
-%endif
-
-%if ( %{undefined fedora} && %{undefined centos_version} && %{undefined mdkversion} && 0%{?suse_version} != 1110 )
-
-BuildRequires: gnome-doc-utils-devel
-BuildRequires: libMagick++-devel
-BuildRequires: xorg-x11-libXdmcp-devel
-
- %if %{defined gtk3}
-BuildRequires: libwebkitgtk3-devel
- %else
-BuildRequires: libwebkitgtk-devel
- %endif
-%endif
-#
-# CentOS
-#
-%if %{defined centos_version}
-BuildRequires: cairo-devel
-BuildRequires: dbus-glib-devel
-BuildRequires: glib2-devel
-BuildRequires: gnome-doc-utils
-BuildRequires: gtk2-devel
-BuildRequires: gtkhtml3-devel
-BuildRequires: libXdmcp-devel
-BuildRequires: libglade2-devel
-BuildRequires: perl-Compress-Zlib
-BuildRequires: sane-backends-libs
- %if 0%{?centos_version} >= 600
-BuildRequires: libcurl-devel
-BuildRequires: webkitgtk-devel
- %else
-BuildRequires: curl-devel
-BuildRequires: python26
-BuildRequires: sqlite
-BuildRequires: xulrunner-devel
-%define xulbuild 1
- %endif
-%endif
-#
-# openSUSE
-#
-%if %{defined suse_version}
-BuildRequires: update-desktop-files
-%if %{defined gtk3}
-BuildRequires: gtkhtml-devel
-%else
-BuildRequires: gtkhtml2-devel
-%endif
+BuildRequires: pkgconfig(gmodule-2.0)
+BuildRequires: pkgconfig(gtk+-3.0)
+BuildRequires: pkgconfig(gtk+-unix-print-2.0)
+BuildRequires: pkgconfig(icu-i18n)
+BuildRequires: pkgconfig(libgsf-1) >= 1.14
+BuildRequires: pkgconfig(libgtkhtml-4.0)
+BuildRequires: pkgconfig(libxml-2.0)
+BuildRequires: pkgconfig(sword) >= 1.7.3
+BuildRequires: pkgconfig(uuid)
+BuildRequires: pkgconfig(webkit2gtk-4.0)
Requires: sword
Recommends: sword-bible
Recommends: sword-commentary
-%if 0%{?suse_version} <= 1130
-BuildRequires: gnome-spell2
-%endif
-%endif
-#
-# SLES
-#
-%if 0%{?suse_version} == 1110
-BuildRequires: gnome-doc-utils
-BuildRequires: mozilla-xulrunner190-devel
-%define xulbuild 1
-%endif
-#
-# Fedora
-#
-%if %{defined fedora}
-BuildRequires: gnome-doc-utils
-BuildRequires: gtkhtml3-devel
-BuildRequires: libXdmcp-devel
-BuildRequires: sane-backends-libs
-BuildRequires: webkitgtk3-devel
-%endif
-#
-# Mandriva
-#
-%if %{defined mdkversion}
-BuildRequires: gnome-doc-utils
-BuildRequires: libMagick-devel
-BuildRequires: libgnomeui2-devel
-BuildRequires: libxdmcp-devel
-BuildRequires: polkit-gnome
-BuildRequires: pkgconfig(libbonobo-2.0)
-%endif
-
Provides: sword-frontend
+Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -150,72 +62,40 @@
if you want to browse the Bible translations and reference works distributed
by Crosswire Bible Society through the SWORD Project.
+%lang_package
+
%prep
-%setup -q -n xiphos-%{version}
+%setup -q
%build
-# SLES lacks the abillity to build help files for some reason
-%if %{defined sles_version}
-%define EXTRAOPTS --disable-help
-%endif
-
-rm -rf build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
-%if ( %{defined centos_version} && 0%{?centos_version} < 600 )
-/usr/bin/python26 \
-%endif
-%if %{defined xulbuild}
-./waf configure --prefix=%{_prefix} --backend=xulrunner --gtk=2 %{?EXTRAOPTS}
-%else
- %if %{defined gtk3}
-./waf configure --prefix=%{_prefix} --gtk=3 --enable-webkit-editor
- %else
-./waf configure --prefix=%{_prefix} --gtk=2
- %endif
-%endif
+./waf configure \
+ --prefix=%{_prefix} \
+ --enable-webkit2 \
+ --gtk=3
./waf build
%install
./waf install --destdir=%{buildroot}
-
install -D -m 644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
-%if 0%{?suse_version}
%suse_update_desktop_file -n %{buildroot}%{_datadir}/applications/%{name}.desktop
-%endif
-
-%if ( %{undefined fedora} && %{undefined centos_version} )
-mkdir -p %{buildroot}%_defaultdocdir/%{name}
-mv %{buildroot}%{_datadir}/doc/%{name}/* %{buildroot}%_defaultdocdir/%{name}/
-rmdir %{buildroot}%{_datadir}/doc/%{name}
-%endif
-
-rm %{buildroot}%_defaultdocdir/%{name}/INSTALL
-
+# package docs with macro
+rm -frv %{buildroot}/%{_datadir}/doc/%{name}
install -Dm644 xiphos.1 %{buildroot}%{_mandir}/man1/xiphos.1
-
+install -Dm644 xiphos-nav.1 %{buildroot}%{_mandir}/man1/xiphos-nav.1
+%fdupes -s %{buildroot}/%{_datadir}
%find_lang %{name}
-%if %{undefined fedora}
-%fdupes -s %{buildroot}
-%endif
-
-%clean
-rm -rf %{buildroot}
-
%post
-%if 0%{?suse_version} > 1130
%icon_theme_cache_post
-%endif
%postun
-%if 0%{?suse_version} > 1130
%icon_theme_cache_postun
-%endif
-%files -f %{name}.lang
+%files
%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README RELEASE-NOTES TODO TRANSLATION-HOWTO Xiphos.ogg
+%doc COPYING README.md RELEASE-NOTES Xiphos.ogg
%dir %{_datadir}/%{name}
%{_bindir}/xiphos*
%{_datadir}/xiphos/*
@@ -225,10 +105,8 @@
%{_datadir}/appdata/xiphos.appdata.xml
%{_mandir}/man1/*
%dir %{_datadir}/omf
-%if ( %{defined centos_version} || %{defined fedora} )
-%{_defaultdocdir}/%{name}/*
-%{_datadir}/gnome/help/%{name}/*
-%{_datadir}/omf/%{name}/*
-%endif
+
+%files lang -f %{name}.lang
+%defattr(-, root, root)
%changelog
++++++ xiphos-4.0.4.tar.gz -> xiphos-4.0.6.tar.gz ++++++
/work/SRC/openSUSE:Factory/xiphos/xiphos-4.0.4.tar.gz /work/SRC/openSUSE:Factory/.xiphos.new/xiphos-4.0.6.tar.gz differ: char 4, line 1
1
0
Hello community,
here is the log from the commit of package kfloppy for openSUSE:Factory checked in at 2017-08-28 15:18:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kfloppy (Old)
and /work/SRC/openSUSE:Factory/.kfloppy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kfloppy"
Mon Aug 28 15:18:13 2017 rev:75 rq:518960 version:17.08.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes 2017-07-29 08:57:26.362465851 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2017-08-28 15:19:28.773213223 +0200
@@ -1,0 +2,23 @@
+Sat Aug 26 12:52:10 UTC 2017 - wbauer(a)tmo.at
+
+- Fix license
+
+-------------------------------------------------------------------
+Fri Aug 11 22:45:28 UTC 2017 - christophe(a)krop.fr
+
+- Update to KDE Applications 17.08.0
+ * New feature release
+ * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+ * Remove unused KIO dependency
+ * fix variable in BSD branch
+
+-------------------------------------------------------------------
+Sat Aug 5 18:17:42 UTC 2017 - christophe(a)krop.fr
+
+- Update to KDE Applications 17.07.90
+ * KDE Applications 17.07.90
+ * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+-------------------------------------------------------------------
Old:
----
kfloppy-17.04.3.tar.xz
New:
----
kfloppy-17.08.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kfloppy.spec ++++++
--- /var/tmp/diff_new_pack.tIW4LE/_old 2017-08-28 15:19:29.509109808 +0200
+++ /var/tmp/diff_new_pack.tIW4LE/_new 2017-08-28 15:19:29.517108684 +0200
@@ -1,7 +1,7 @@
#
# spec file for package kfloppy
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,16 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%bcond_without lang
Name: kfloppy
-Version: 17.04.3
+Version: 17.08.0
Release: 0
%define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Floppy Formatter
-License: GPL-2.0+
+License: GPL-2.0
Group: System/GUI/KDE
Url: http://www.kde.org
Source0: kfloppy-%{version}.tar.xz
@@ -35,11 +36,13 @@
BuildRequires: kxmlgui-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
+BuildRequires: cmake(KF5Crash)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Widgets)
-BuildRequires: cmake(KF5Crash)
+%if %{with lang}
Recommends: %{name}-lang
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -70,12 +73,12 @@
%files
%defattr(-,root,root)
%doc COPYING README TODO
-%{_bindir}/kfloppy
+%config %{_kf5_configdir}/kfloppy.categories
+%doc %lang(en) %{_kf5_htmldir}/en/kfloppy/
+%{_kf5_bindir}/kfloppy
%{_kf5_applicationsdir}/*.desktop
-%{_kf5_htmldir}/en/kfloppy/
-%{_kf5_iconsdir}/hicolor/*/*/*.png
%{_kf5_appstreamdir}/
-%{_kf5_configdir}/kfloppy.categories
+%{_kf5_iconsdir}/hicolor/*/*/*.png
%if %{with lang}
%files lang -f %{name}.lang
++++++ kfloppy-17.04.3.tar.xz -> kfloppy-17.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/CMakeLists.txt new/kfloppy-17.08.0/CMakeLists.txt
--- old/kfloppy-17.04.3/CMakeLists.txt 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/CMakeLists.txt 2017-08-11 02:34:51.000000000 +0200
@@ -16,7 +16,7 @@
include(ECMInstallIcons)
find_package(Qt5 5.2.0 CONFIG REQUIRED Core DBus Widgets)
- find_package(KF5 5.2.0 REQUIRED COMPONENTS I18n CoreAddons KIO DocTools XmlGui)
+ find_package(KF5 5.2.0 REQUIRED COMPONENTS I18n CoreAddons Completion DocTools XmlGui)
find_package(KF5Crash 5.15.0)
if(KF5Crash_FOUND)
@@ -37,7 +37,7 @@
add_executable(kfloppy ${kfloppy_SRCS})
-target_link_libraries(kfloppy KF5::CoreAddons KF5::KIOWidgets KF5::I18n KF5::XmlGui Qt5::DBus)
+target_link_libraries(kfloppy KF5::CoreAddons KF5::I18n KF5::Completion KF5::XmlGui Qt5::DBus)
if(HAVE_KCRASH)
target_link_libraries(kfloppy KF5::Crash)
endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/format.cpp new/kfloppy-17.08.0/format.cpp
--- old/kfloppy-17.04.3/format.cpp 2017-05-27 05:31:02.000000000 +0200
+++ new/kfloppy-17.08.0/format.cpp 2017-07-25 18:58:47.000000000 +0200
@@ -469,13 +469,13 @@
DEBUGSETUP;
#ifdef ANY_BSD
- if (b[0]=='F')
+ if (s[0]=='F')
{
formatTrackCount++;
emit status(QString::null, //krazy:exclude=nullstrassign for old broken gcc
formatTrackCount * 100 / deviceInfo->tracks);
}
- else if (b[0]=='E')
+ else if (s[0]=='E')
{
emit status(i18n("Error formatting track %1.", formatTrackCount),-1);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/org.kde.kfloppy.appdata.xml new/kfloppy-17.08.0/org.kde.kfloppy.appdata.xml
--- old/kfloppy-17.04.3/org.kde.kfloppy.appdata.xml 2017-05-27 05:31:02.000000000 +0200
+++ new/kfloppy-17.08.0/org.kde.kfloppy.appdata.xml 2017-07-25 18:58:47.000000000 +0200
@@ -4,12 +4,15 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2+</project_license>
<name>KFloppy</name>
+ <name xml:lang="ast">KFloppy</name>
<name xml:lang="ca">KFloppy</name>
<name xml:lang="ca-valencia">KFloppy</name>
<name xml:lang="cs">KFloppy</name>
<name xml:lang="de">KFloppy</name>
+ <name xml:lang="el">KFloppy</name>
<name xml:lang="en-GB">KFloppy</name>
<name xml:lang="es">KFloppy</name>
+ <name xml:lang="eu">KFloppy</name>
<name xml:lang="fr">KFloppy</name>
<name xml:lang="ia">KFloppy</name>
<name xml:lang="it">KFloppy</name>
@@ -31,8 +34,10 @@
<summary xml:lang="ca-valencia">Formatador de disquets</summary>
<summary xml:lang="cs">Nástroj na formátování disket</summary>
<summary xml:lang="de">Diskettenformatierer</summary>
+ <summary xml:lang="el">Φορμάρισμα εύκαμπτου δίσκου</summary>
<summary xml:lang="en-GB">Floppy disk formatter</summary>
<summary xml:lang="es">Formateador de disquetes</summary>
+ <summary xml:lang="eu">Diskete formateatzailea</summary>
<summary xml:lang="fr">Outil de formatage de disquettes</summary>
<summary xml:lang="ia">Formattator de disco floppy</summary>
<summary xml:lang="it">Formattatore di dischetti</summary>
@@ -54,8 +59,10 @@
<p xml:lang="ca">El KFloppy és una utilitat que proporciona un mètode gràfic senzill per formatar disquets de 3,5" i 5,25".</p>
<p xml:lang="ca-valencia">El KFloppy és una utilitat que proporciona un mètode gràfic senzill per formatar disquets de 3,5" i 5,25".</p>
<p xml:lang="de">KFloppy ist ein einfaches Programm zum Formatieren von 3.5" - und 5.25"-Disketten.</p>
+ <p xml:lang="el">Το KFloppy είναι ένα εργαλείο που παρέχει ένα γραφικό μέσο για φορμάρισμα σε 3.5" και 5.25" εύκαμπτους δίσκους</p>
<p xml:lang="en-GB">KFloppy is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks.</p>
<p xml:lang="es">KFloppy es una utilidad que proporciona un modo gráfico directo para formatear disquetes de 3.5" y 5.25".</p>
+ <p xml:lang="eu">KFloppy 3,5" eta 5,25"-etako disketeak formateatzeko bide grafiko erraz bat eskaintzen duen baliagarritasun bat da.</p>
<p xml:lang="fr">KFloppy est un outil graphique permettant de formater les disquettes aux formats 3,5 pouces et 5,25 pouces.</p>
<p xml:lang="it">KFloppy è un programma di utilità che fornisce un sistema grafico di uso immediato per formattare di dischetti da 3.5" e 5.25".</p>
<p xml:lang="nl">KFloppy is een grafisch programma dat recht door zee 3,5" en 5,25" diskettes formatteert.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/org.kde.kfloppy.desktop new/kfloppy-17.08.0/org.kde.kfloppy.desktop
--- old/kfloppy-17.04.3/org.kde.kfloppy.desktop 2017-05-27 05:31:02.000000000 +0200
+++ new/kfloppy-17.08.0/org.kde.kfloppy.desktop 2017-07-25 18:58:47.000000000 +0200
@@ -157,6 +157,7 @@
Comment[es]=Formateador de disquetes
Comment[eu]=Diskete-formateatzailea
Comment[fr]=Outil de formatage de disquettes
+Comment[ia]=Formattator de floppy
Comment[it]=Formattatore di dischetti
Comment[nl]=Diskettes formatteren
Comment[pl]=Program formatujący dyskietki
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ar/kfloppy.po new/kfloppy-17.08.0/po/ar/kfloppy.po
--- old/kfloppy-17.04.3/po/ar/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/ar/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -12,7 +12,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2010-07-19 18:57+0400\n"
"Last-Translator: Zayed Al-Saidi <zayed.alsaidi(a)gmail.com>\n"
"Language-Team: Arabic <linuxac-kde-arabic-team(a)googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ast/kfloppy.po new/kfloppy-17.08.0/po/ast/kfloppy.po
--- old/kfloppy-17.04.3/po/ast/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/ast/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-12-21 16:42+0100\n"
"Last-Translator: enolp <enolp(a)softastur.org>\n"
"Language-Team: Asturian <alministradores(a)softastur.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/bg/kfloppy.po new/kfloppy-17.08.0/po/bg/kfloppy.po
--- old/kfloppy-17.04.3/po/bg/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/bg/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -1,8 +1,5 @@
-# translation of kfloppy.po to Bulgarian
-# Bulgarian translation of KDE.
-# This file is licensed under the GPL.
-#
-# $Id: kfloppy.po 1487393 2017-04-14 02:55:14Z scripty $
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
#
# Zlatko Popov <zlatkopopov(a)fsa-bg.org>, 2006.
# Yasen Pramatarov <yasen(a)lindeas.com>, 2011.
@@ -10,7 +7,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2011-07-22 23:43+0300\n"
"Last-Translator: Yasen Pramatarov <yasen(a)lindeas.com>\n"
"Language-Team: Bulgarian <dict(a)linux.zonebg.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/bs/kfloppy.po new/kfloppy-17.08.0/po/bs/kfloppy.po
--- old/kfloppy-17.04.3/po/bs/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/bs/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2013-10-18 20:14+0000\n"
"Last-Translator: Samir Ribić <Unknown>\n"
"Language-Team: Bosanski <lokal(a)lugbih.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ca/kfloppy.po new/kfloppy-17.08.0/po/ca/kfloppy.po
--- old/kfloppy-17.04.3/po/ca/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/ca/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-05-16 21:59+0200\n"
"Last-Translator: Josep Ma. Ferrer <txemaq(a)gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ca(a)valencia/kfloppy.po new/kfloppy-17.08.0/po/ca(a)valencia/kfloppy.po
--- old/kfloppy-17.04.3/po/ca(a)valencia/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/ca(a)valencia/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-05-16 21:59+0200\n"
"Last-Translator: Josep Ma. Ferrer <txemaq(a)gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/cs/kfloppy.po new/kfloppy-17.08.0/po/cs/kfloppy.po
--- old/kfloppy-17.04.3/po/cs/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/cs/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-30 10:00+0100\n"
"Last-Translator: Vít Pelčák <vit(a)pelcak.org>\n"
"Language-Team: Czech <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/da/kfloppy.po new/kfloppy-17.08.0/po/da/kfloppy.po
--- old/kfloppy-17.04.3/po/da/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/da/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-07-11 21:43+0100\n"
"Last-Translator: Martin Schlander <mschlander(a)opensuse.org>\n"
"Language-Team: Danish <dansk(a)dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/de/docs/kfloppy/index.docbook new/kfloppy-17.08.0/po/de/docs/kfloppy/index.docbook
--- old/kfloppy-17.04.3/po/de/docs/kfloppy/index.docbook 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/de/docs/kfloppy/index.docbook 2017-08-11 02:34:51.000000000 +0200
@@ -160,7 +160,7 @@
<abstract
><para
->&kfloppy;, ist ein einfaches Programm, zum Formatieren von 3.5" - und 5.25"-Disketten.</para
+>&kfloppy; ist ein einfaches Programm zum Formatieren von 3.5" - und 5.25"-Disketten.</para
></abstract>
<keywordset>
@@ -181,7 +181,7 @@
>Einleitung</title>
<para
->&kfloppy;, ist ein einfaches Programm, zum Formatieren von 3.5" - und 5.25"-Disketten. </para>
+>&kfloppy; ist ein einfaches Programm zum Formatieren von 3.5" - und 5.25"-Disketten. </para>
<note
><para
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/de/kfloppy.po new/kfloppy-17.08.0/po/de/kfloppy.po
--- old/kfloppy-17.04.3/po/de/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/de/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2017-02-27 19:53+0100\n"
"Last-Translator: Burkhard Lück <lueck(a)hube-lueck.de>\n"
"Language-Team: German <kde-i18n-de(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/el/kfloppy.po new/kfloppy-17.08.0/po/el/kfloppy.po
--- old/kfloppy-17.04.3/po/el/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/el/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -12,7 +12,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-11-02 15:59+0200\n"
"Last-Translator: Petros Vidalis <pvidalis(a)gmail.com>\n"
"Language-Team: Greek <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/en_GB/kfloppy.po new/kfloppy-17.08.0/po/en_GB/kfloppy.po
--- old/kfloppy-17.04.3/po/en_GB/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/en_GB/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-04-24 16:15+0100\n"
"Last-Translator: Steve Allewell <steve.allewell(a)gmail.com>\n"
"Language-Team: British English <kde-l10n-en_gb(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/eo/kfloppy.po new/kfloppy-17.08.0/po/eo/kfloppy.po
--- old/kfloppy-17.04.3/po/eo/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/eo/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2009-12-29 20:02+0100\n"
"Last-Translator: Axel Rousseau <axel(a)esperanto-jeunes.org>\n"
"Language-Team: Esperanto <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/es/kfloppy.po new/kfloppy-17.08.0/po/es/kfloppy.po
--- old/kfloppy-17.04.3/po/es/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/es/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-26 11:22+0100\n"
"Last-Translator: Eloy Cuadra <ecuadra(a)eloihr.net>\n"
"Language-Team: Spanish <kde-l10n-es(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/et/kfloppy.po new/kfloppy-17.08.0/po/et/kfloppy.po
--- old/kfloppy-17.04.3/po/et/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/et/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-07-26 20:51+0300\n"
"Last-Translator: Marek Laane <qiilaq69(a)gmail.com>\n"
"Language-Team: Estonian <kde-et(a)linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/eu/kfloppy.po new/kfloppy-17.08.0/po/eu/kfloppy.po
--- old/kfloppy-17.04.3/po/eu/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/eu/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2017-07-08 16:36+0200\n"
"Last-Translator: Iñigo Salvador Azurmendi <xalba(a)euskalnet.net>\n"
"Language-Team: Basque <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/fa/kfloppy.po new/kfloppy-17.08.0/po/fa/kfloppy.po
--- old/kfloppy-17.04.3/po/fa/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/fa/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2007-08-22 18:45+0330\n"
"Last-Translator: Nazanin Kazemi <kazemi(a)itland.ir>\n"
"Language-Team: Persian <kde-i18n-fa(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/fi/kfloppy.po new/kfloppy-17.08.0/po/fi/kfloppy.po
--- old/kfloppy-17.04.3/po/fi/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/fi/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-29 19:08+0200\n"
"Last-Translator: Lasse Liehu <lasse.liehu(a)gmail.com>\n"
"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/fr/kfloppy.po new/kfloppy-17.08.0/po/fr/kfloppy.po
--- old/kfloppy-17.04.3/po/fr/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/fr/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -18,7 +18,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2017-05-19 22:07+0100\n"
"Last-Translator: Johnny Jazeix <jazeix(a)gmail.com>\n"
"Language-Team: French <kde-francophone(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ga/kfloppy.po new/kfloppy-17.08.0/po/ga/kfloppy.po
--- old/kfloppy-17.04.3/po/ga/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/ga/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kdeutils/kfloppy.po\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2004-12-03 14:52-0500\n"
"Last-Translator: Kevin Scannell <kscanne(a)gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux(a)lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/gl/kfloppy.po new/kfloppy-17.08.0/po/gl/kfloppy.po
--- old/kfloppy-17.04.3/po/gl/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/gl/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-04-20 08:11+0100\n"
"Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail."
"com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/he/kfloppy.po new/kfloppy-17.08.0/po/he/kfloppy.po
--- old/kfloppy-17.04.3/po/he/kfloppy.po 2017-07-11 02:19:36.000000000 +0200
+++ new/kfloppy-17.08.0/po/he/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -17,7 +17,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2017-05-16 07:04-0400\n"
"Last-Translator: Copied by Zanata <copied-by-zanata(a)zanata.org>\n"
"Language-Team: Hebrew <kde-i18n-doc(a)kde.org>\n"
@@ -603,11 +603,3 @@
#, kde-format
msgid "Default device"
msgstr "התקן ברירת מחדל"
-
-#, fuzzy
-#~ msgid "Cannot start dd to zero disk."
-#~ msgstr "אין אפשרות להפעיל את התוכנה שמפרמטת FAT"
-
-#, fuzzy
-#~ msgid "Cannot start newfs."
-#~ msgstr "אין אפשרות להתחיל את dd."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/hi/kfloppy.po new/kfloppy-17.08.0/po/hi/kfloppy.po
--- old/kfloppy-17.04.3/po/hi/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/hi/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2008-02-03 13:02+0530\n"
"Last-Translator: Ravishankar Shrivastava <aviratlami(a)aol.in>\n"
"Language-Team: Hindi <indlinux-hindi(a)lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/hr/kfloppy.po new/kfloppy-17.08.0/po/hr/kfloppy.po
--- old/kfloppy-17.04.3/po/hr/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/hr/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: kfloppy 0\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2004-04-20 13:24+CEST\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <kde-croatia-list(a)lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/hu/kfloppy.po new/kfloppy-17.08.0/po/hu/kfloppy.po
--- old/kfloppy-17.04.3/po/hu/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/hu/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -4,14 +4,14 @@
msgstr ""
"Project-Id-Version: KDE 4.3\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2009-08-24 11:11+0100\n"
"Last-Translator: Tamas Szanto <tszanto(a)interware.hu>\n"
"Language-Team: Hungarian <kde-lista(a)sophia.jpte.hu>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8-bit\n"
+"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: floppy.cpp:81
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ia/kfloppy.po new/kfloppy-17.08.0/po/ia/kfloppy.po
--- old/kfloppy-17.04.3/po/ia/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/ia/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2014-04-29 13:37+0200\n"
"Last-Translator: G.Sora <g.sora(a)tiscali.it>\n"
"Language-Team: Interlingua <kde-l10n-ia(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/id/kfloppy.po new/kfloppy-17.08.0/po/id/kfloppy.po
--- old/kfloppy-17.04.3/po/id/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/id/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2010-06-07 11:34+0700\n"
"Last-Translator: Dirgita <dirgitadevina(a)yahoo.co.id>\n"
"Language-Team: Indonesian <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/is/kfloppy.po new/kfloppy-17.08.0/po/is/kfloppy.po
--- old/kfloppy-17.04.3/po/is/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/is/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -4,20 +4,20 @@
#
# Bjarni R. Einarsson, <bre(a)mmedia.is>, 1998.
# Pjetur G. Hjaltason <pjetur(a)pjetur.net>, 2003.
-# Sveinn í Felli <sveinki(a)nett.is>, 2009, 2010, 2017.
+# Sveinn í Felli <sveinki(a)nett.is>, 2009, 2010.
msgid ""
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
-"PO-Revision-Date: 2017-05-10 14:59+0000\n"
-"Last-Translator: Sveinn í Felli <sv1(a)fellsnet.is>\n"
-"Language-Team: Icelandic <translation-team-is(a)lists.sourceforge.net>\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
+"PO-Revision-Date: 2010-05-31 12:37+0000\n"
+"Last-Translator: Sveinn í Felli <sveinki(a)nett.is>\n"
+"Language-Team: Icelandic <kde-isl(a)molar.is>\n"
"Language: is\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
"\n"
"\n"
@@ -535,7 +535,12 @@
msgstr "KFloppy"
#: main.cpp:57
-#, kde-format
+#, fuzzy, kde-format
+#| msgid ""
+#| "(c) 1997, Bernd Johannes Wuebben\n"
+#| "(c) 2001, Chris Howells\n"
+#| "(c) 2002, Adriaan de Groot\n"
+#| "(c) 2004, 2005, Nicolas Goutte"
msgid ""
"(c) 1997, Bernd Johannes Wuebben\n"
"(c) 2001, Chris Howells\n"
@@ -546,8 +551,7 @@
"(c) 1997, Bernd Johannes Wuebben\n"
"(c) 2001, Chris Howells\n"
"(c) 2002, Adriaan de Groot\n"
-"(c) 2004, 2005, Nicolas Goutte\n"
-"(c) 2015, 2016, Wolfgang Bauer"
+"(c) 2004, 2005, Nicolas Goutte"
#: main.cpp:62
#, kde-format
@@ -598,12 +602,12 @@
#: main.cpp:70
#, kde-format
msgid "Wolfgang Bauer"
-msgstr "Wolfgang Bauer"
+msgstr ""
#: main.cpp:70
#, kde-format
msgid "Port KFloppy to KF5"
-msgstr "Aðlögun KFloppy að KF5"
+msgstr ""
#: main.cpp:72
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/it/kfloppy.po new/kfloppy-17.08.0/po/it/kfloppy.po
--- old/kfloppy-17.04.3/po/it/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/it/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-09-05 16:50+0100\n"
"Last-Translator: Luigi Toscano <luigi.toscano(a)tiscali.it>\n"
"Language-Team: Italian <kde-i18n-it(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ja/kfloppy.po new/kfloppy-17.08.0/po/ja/kfloppy.po
--- old/kfloppy-17.04.3/po/ja/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/ja/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2007-06-25 22:00+0900\n"
"Last-Translator: Yukiko Bando <ybando(a)k6.dion.ne.jp>\n"
"Language-Team: Japanese <kde-jp(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/kk/kfloppy.po new/kfloppy-17.08.0/po/kk/kfloppy.po
--- old/kfloppy-17.04.3/po/kk/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/kk/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2010-07-03 10:09+0600\n"
"Last-Translator: Sairan Kikkarin <sairan(a)computer.org>\n"
"Language-Team: Kazakh <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/km/kfloppy.po new/kfloppy-17.08.0/po/km/kfloppy.po
--- old/kfloppy-17.04.3/po/km/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/km/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2008-12-19 10:25+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem(a)khmeros.info>\n"
"Language-Team: Khmer <support(a)khmeros.info>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ko/kfloppy.po new/kfloppy-17.08.0/po/ko/kfloppy.po
--- old/kfloppy-17.04.3/po/ko/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/ko/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-12-05 22:46+0100\n"
"Last-Translator: Shinjo Park <kde(a)peremen.name>\n"
"Language-Team: Korean <kde(a)peremen.name>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/lt/kfloppy.po new/kfloppy-17.08.0/po/lt/kfloppy.po
--- old/kfloppy-17.04.3/po/lt/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/lt/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2011-10-06 21:02+0300\n"
"Last-Translator: Remigijus Jarmalavičius <remigijus(a)jarmalavicius.lt>\n"
"Language-Team: Lithuanian <kde-i18n-lt(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/lv/kfloppy.po new/kfloppy-17.08.0/po/lv/kfloppy.po
--- old/kfloppy-17.04.3/po/lv/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/lv/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2009-06-07 20:53+0300\n"
"Last-Translator: Viesturs Zariņš <viesturs.zarins(a)mii.lu.lv>\n"
"Language-Team: Latvian <locale(a)laka.lv>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/mr/kfloppy.po new/kfloppy-17.08.0/po/mr/kfloppy.po
--- old/kfloppy-17.04.3/po/mr/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/mr/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2013-03-15 14:23+0530\n"
"Last-Translator: Chetan Khona <chetan(a)kompkin.com>\n"
"Language-Team: Marathi <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/nb/kfloppy.po new/kfloppy-17.08.0/po/nb/kfloppy.po
--- old/kfloppy-17.04.3/po/nb/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/nb/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2009-03-27 09:00+0100\n"
"Last-Translator: Bjørn Steensrud <bjornst(a)skogkatt.homelinux.org>\n"
"Language-Team: Norwegian Bokmål <i18n-nb(a)lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/nds/kfloppy.po new/kfloppy-17.08.0/po/nds/kfloppy.po
--- old/kfloppy-17.04.3/po/nds/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/nds/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2009-03-11 23:10+0100\n"
"Last-Translator: Sönke Dibbern <s_dibbern(a)web.de>\n"
"Language-Team: Low Saxon <kde-i18n-nds(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/nl/kfloppy.po new/kfloppy-17.08.0/po/nl/kfloppy.po
--- old/kfloppy-17.04.3/po/nl/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/nl/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -14,7 +14,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-10-10 23:44+0200\n"
"Last-Translator: Freek de Kruijf <freekdekruijf(a)kde.nl>\n"
"Language-Team: Dutch <kde-i18n-nl(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/nn/kfloppy.po new/kfloppy-17.08.0/po/nn/kfloppy.po
--- old/kfloppy-17.04.3/po/nn/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/nn/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-10-20 20:21+0100\n"
"Last-Translator: Karl Ove Hufthammer <karl(a)huftis.org>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn(a)lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pa/kfloppy.po new/kfloppy-17.08.0/po/pa/kfloppy.po
--- old/kfloppy-17.04.3/po/pa/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/pa/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2009-01-15 08:57+0530\n"
"Last-Translator: A S Alam <aalam(a)users.sf.net>\n"
"Language-Team: Punjabi <punjabi-l10n(a)users.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pl/kfloppy.po new/kfloppy-17.08.0/po/pl/kfloppy.po
--- old/kfloppy-17.04.3/po/pl/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/pl/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -1,4 +1,4 @@
-# Version: $Revision: 1487393 $
+# Version: $Revision: 1487386 $
# translation of kfloppy.po to Polish
# translation of kfloppy.po to
# KTranslator Generated File
@@ -13,7 +13,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-08-20 08:31+0100\n"
"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pt/docs/kfloppy/index.docbook new/kfloppy-17.08.0/po/pt/docs/kfloppy/index.docbook
--- old/kfloppy-17.04.3/po/pt/docs/kfloppy/index.docbook 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/pt/docs/kfloppy/index.docbook 2017-08-11 02:34:51.000000000 +0200
@@ -91,6 +91,21 @@
>Desenvolvimento (Adição do suporte para o &BSD;)</contrib>
</othercredit>
+<othercredit role="developer"
+><firstname
+>Wolfgang</firstname
+> <surname
+>Bauer</surname
+> <affiliation
+><address
+><email
+>wbauer(a)tmo.at</email
+></address
+></affiliation>
+<contrib
+>Desenvolvimento (Migração para o KF5)</contrib>
+</othercredit>
+
<othercredit role="reviewer"
><firstname
>Lauri</firstname
@@ -122,9 +137,9 @@
</authorgroup>
<date
->2010-07-29</date>
+>2016-03-23</date>
<releaseinfo
->4.5</releaseinfo>
+>5.0 (Aplicações 16.04)</releaseinfo>
<copyright>
<year
@@ -273,9 +288,7 @@
<sect2 id="filesystems">
<title
-><guilabel
->Sistemas de Ficheiros</guilabel
-></title>
+>Sistemas de Ficheiros</title>
<para
>A terceira caixa de opções, chamada Sistema de Ficheiros, oferece ao utilizador as seguintes escolhas, se forem aplicáveis:</para>
@@ -516,7 +529,7 @@
></term>
<listitem
><para
->Isto lista as opções mais básicas que estão disponíveis na linha de comandos.</para>
+>Isto lista as opções disponíveis na linha de comandos.</para>
</listitem>
</varlistentry>
@@ -524,26 +537,12 @@
<term
><command
>kfloppy <option
->--help-qt</option
-></command
-></term>
-<listitem
-><para
->Isto lista as opções disponíveis para mudar a maneira de como o &kfloppy; interage com o &Qt;.</para>
-</listitem>
-</varlistentry>
-
-<varlistentry
->
-<term
-><command
->kfloppy <option
->--help-kde</option
+>--author</option
></command
></term>
<listitem>
<para
->Isto lista as opções disponíveis para mudar a maneira de como o &kfloppy; interage com o &kde;.</para>
+>Lista os autores do &kfloppy; na janela do terminal</para>
</listitem>
</varlistentry>
@@ -551,12 +550,12 @@
<term
><command
>kfloppy <option
->--help-all</option
+>--license</option
></command
></term>
<listitem>
<para
->Isto lista todas as opções da linha de comandos.</para>
+>Apresenta a informação da licença do &kfloppy; na janela do terminal</para>
</listitem>
</varlistentry>
@@ -564,12 +563,16 @@
<term
><command
>kfloppy <option
->--author</option
+>--version</option
></command
></term>
<listitem>
<para
->Lista os autores do &kfloppy; na janela do terminal</para>
+>Apresenta a informação da versão do &kfloppy;. Também está disponível através do <command
+>kfloppy <option
+>-v</option
+></command
+> </para>
</listitem>
</varlistentry>
@@ -577,17 +580,17 @@
<term
><command
>kfloppy <option
->--version</option
+><replaceable
+>dispositivo</replaceable
+></option
></command
></term>
-<listitem>
+<listitem
+><para
+>O dispositivo a formatar.</para>
<para
->Lista informações sobre a versão do &Qt;, &kde;, e do &kfloppy;. Também disponíveis através de <command
->kfloppy <option
->-V</option
-></command
-> </para>
-</listitem>
+>Isto irá formatar directamente o dispositivo indicado, usando a configuração gravada. Os únicos dispositivos suportados de momento são o /dev/fd0 e o /dev/fd1.</para
+></listitem>
</varlistentry>
</variablelist
>
@@ -597,7 +600,7 @@
<chapter id="credits">
<title
->Créditos e Licenças</title>
+>Créditos e Licença</title>
<!-- ### TODO: verify the copyright dates -->
<!-- ### TODO: make the copyright list prettier -->
@@ -615,10 +618,12 @@
>Programa Formatador &kfloppy; com 'copyright' 2004, 2005 de &Nicolas.Goutte; &Nicolas.Goutte.mail;</para>
<para
->Documentação com 'copyright' 2000 de &Thad.McGinnis; &Thad.McGinnis.mail;.</para>
+>Programa Formatador &kfloppy; com 'copyright' 2015, 2016 de Wolfgang Bauer <email
+>wbauer(a)tmo.at</email
+></para>
<para
->Documentação com 'copyright' 2005 de &Nicolas.Goutte; &Nicolas.Goutte.mail;.</para>
+>Documentação com 'copyright' 2000 de &Thad.McGinnis; &Thad.McGinnis.mail;.</para>
<para
>Esta versão do manual do &kfloppy; é baseada na versão original por &David.Rugge; <email
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pt/kfloppy.po new/kfloppy-17.08.0/po/pt/kfloppy.po
--- old/kfloppy-17.04.3/po/pt/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/pt/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-24 11:26+0000\n"
"Last-Translator: José Nuno Pires <zepires(a)gmail.com>\n"
"Language-Team: pt <kde-i18n-pt(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/pt_BR/kfloppy.po new/kfloppy-17.08.0/po/pt_BR/kfloppy.po
--- old/kfloppy-17.04.3/po/pt_BR/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/pt_BR/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -12,7 +12,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-24 08:00-0300\n"
"Last-Translator: André Marcelo Alvarenga <alvarenga(a)kde.org>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-pt_br(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ro/kfloppy.po new/kfloppy-17.08.0/po/ro/kfloppy.po
--- old/kfloppy-17.04.3/po/ro/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/ro/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2009-03-19 12:43+0200\n"
"Last-Translator: Sergiu Bivol <sergiu(a)ase.md>\n"
"Language-Team: Romanian <kde-i18n-ro(a)lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ru/kfloppy.po new/kfloppy-17.08.0/po/ru/kfloppy.po
--- old/kfloppy-17.04.3/po/ru/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/ru/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -12,7 +12,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-26 13:43+0300\n"
"Last-Translator: Alexander Potashev <aspotashev(a)gmail.com>\n"
"Language-Team: Russian <kde-russian(a)lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sk/kfloppy.po new/kfloppy-17.08.0/po/sk/kfloppy.po
--- old/kfloppy-17.04.3/po/sk/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/sk/kfloppy.po 2017-08-11 02:34:50.000000000 +0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-25 10:24+0100\n"
"Last-Translator: Roman Paholik <wizzardsk(a)gmail.com>\n"
"Language-Team: Slovak <kde-sk(a)linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sl/kfloppy.po new/kfloppy-17.08.0/po/sl/kfloppy.po
--- old/kfloppy-17.04.3/po/sl/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/sl/kfloppy.po 2017-08-11 02:34:51.000000000 +0200
@@ -2,7 +2,7 @@
# Translation of kfloppy.po to Slovenian
# -*- mode:po; coding:iso-latin-2; -*- kfloppy Slovenian message catalogue.
# Copyright (C) 2001,2003, 2004, 2005 Free Software Foundation, Inc.
-# $Id: kfloppy.po 1487393 2017-04-14 02:55:14Z scripty $
+# $Id: kfloppy.po 1487386 2017-04-14 01:48:12Z scripty $
# $Source$
#
# Marko Samastur <markos(a)elite.org>, 2000.
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-26 19:12+0100\n"
"Last-Translator: Andrej Mernik <andrejm(a)ubuntu.si>\n"
"Language-Team: Slovenian <lugos-slo(a)lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sr/kfloppy.po new/kfloppy-17.08.0/po/sr/kfloppy.po
--- old/kfloppy-17.04.3/po/sr/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/sr/kfloppy.po 2017-08-11 02:34:51.000000000 +0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-27 03:02+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sv/docs/kfloppy/index.docbook new/kfloppy-17.08.0/po/sv/docs/kfloppy/index.docbook
--- old/kfloppy-17.04.3/po/sv/docs/kfloppy/index.docbook 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/sv/docs/kfloppy/index.docbook 2017-08-11 02:34:51.000000000 +0200
@@ -368,7 +368,7 @@
>Det här skriver helt enkelt det nya filsystemet på disketten.</para>
<warning
><para
->All data on the disk will be lost, even if the data itself will not erased.</para
+>All data på disketten går förlorad, även om data själv inte kommer att raderas.</para
></warning>
</listitem>
</varlistentry>
@@ -413,7 +413,7 @@
<note
><para
->If bad sectors a found during the verify phase of a Full Format, the formatting is aborted and the file system is not written! </para
+>Om felaktiga sektorer hittas under verifieringsfasen av en fullständig formatering, avbryts formateringen och filsystemet skrivs inte. </para
></note>
</sect2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/sv/kfloppy.po new/kfloppy-17.08.0/po/sv/kfloppy.po
--- old/kfloppy-17.04.3/po/sv/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/sv/kfloppy.po 2017-08-11 02:34:51.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-24 19:40+0100\n"
"Last-Translator: Stefan Asserhäll <stefan.asserhall(a)bredband.net>\n"
"Language-Team: Swedish <kde-i18n-doc(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/tr/kfloppy.po new/kfloppy-17.08.0/po/tr/kfloppy.po
--- old/kfloppy-17.04.3/po/tr/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/tr/kfloppy.po 2017-08-11 02:34:51.000000000 +0200
@@ -13,11 +13,11 @@
msgstr ""
"Project-Id-Version: kdeutils-kde4\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2014-06-08 14:02+0000\n"
"Last-Translator: Volkan Gezer <volkangezer(a)gmail.com>\n"
-"Language-Team: Turkish "
-"(http://www.transifex.com/projects/p/kdeutils-k-tr/language/tr/)\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/kdeutils-k-tr/"
+"language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -117,8 +117,8 @@
msgid ""
"Program mkdosfs <b>not found</b>. MSDOS formatting <b>not available</b>."
msgstr ""
-"mkdosfs uygulaması <b>bulunamadı</b>. MSDOS biçimlendirmesi <b>mümkün "
-"değil</b>."
+"mkdosfs uygulaması <b>bulunamadı</b>. MSDOS biçimlendirmesi <b>mümkün değil</"
+"b>."
#: floppy.cpp:152 floppy.cpp:190 floppy.cpp:623
#, kde-format
@@ -323,7 +323,8 @@
#: floppy.cpp:320
#, kde-format
msgid "<qt>This is the status window, where error messages are displayed.</qt>"
-msgstr "<qt>Burası, hata iletileri görüntülenebileceği durum penceresidir.</qt>"
+msgstr ""
+"<qt>Burası, hata iletileri görüntülenebileceği durum penceresidir.</qt>"
#: floppy.cpp:334
#, kde-format
@@ -359,9 +360,9 @@
"check the correctness of the device name.)<br/>Are you sure you wish to "
"proceed?</qt>"
msgstr ""
-"<qt>Biçimlendirme bu aygıt üzerindeki bütün verileri "
-"silecek:<br/><b>%1</b><br/>(Lütfen aygıt adının doğruluğunu kontrol edin.)<"
-"br />Devam etmek istediğinizden emin misiniz?</qt>"
+"<qt>Biçimlendirme bu aygıt üzerindeki bütün verileri silecek:<br/><b>%1</"
+"b><br/>(Lütfen aygıt adının doğruluğunu kontrol edin.)<br />Devam etmek "
+"istediğinizden emin misiniz?</qt>"
#: floppy.cpp:529 floppy.cpp:544
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/ug/kfloppy.po new/kfloppy-17.08.0/po/ug/kfloppy.po
--- old/kfloppy-17.04.3/po/ug/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/ug/kfloppy.po 2017-08-11 02:34:51.000000000 +0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2013-09-08 07:05+0900\n"
"Last-Translator: Gheyret Kenji <gheyret(a)gmail.com>\n"
"Language-Team: Uyghur Computer Science Association <UKIJ(a)yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/uk/kfloppy.po new/kfloppy-17.08.0/po/uk/kfloppy.po
--- old/kfloppy-17.04.3/po/uk/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/uk/kfloppy.po 2017-08-11 02:34:51.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-03-24 18:57+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor(a)ukr.net>\n"
"Language-Team: Ukrainian <kde-i18n-uk(a)kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/wa/kfloppy.po new/kfloppy-17.08.0/po/wa/kfloppy.po
--- old/kfloppy-17.04.3/po/wa/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/wa/kfloppy.po 2017-08-11 02:34:51.000000000 +0200
@@ -14,7 +14,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2011-07-17 17:45+0200\n"
"Last-Translator: Jean Cayron <jean.cayron(a)base.be>\n"
"Language-Team: Walloon <linux(a)walon.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/zh_CN/kfloppy.po new/kfloppy-17.08.0/po/zh_CN/kfloppy.po
--- old/kfloppy-17.04.3/po/zh_CN/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/zh_CN/kfloppy.po 2017-08-11 02:34:51.000000000 +0200
@@ -1,25 +1,20 @@
-# translation of kfloppy.po to zh_CN
-# Copyright (C) 2002 Free Software Foundation, Inc.
-#
-# Wang Jian <lark(a)linux.net.cn>, 2000.
-# Xiong Jiang <jxiong(a)offtopic.org>, 2002.
-# Funda Wang <fundawang(a)linux.net.cn>, 2002, 2003.
-# Lie_Ex <lilith.ex(a)gmail.com>, 2007.
-# Weng Xuetian <wengxt(a)gmail.com>, 2016.
msgid ""
msgstr ""
-"Project-Id-Version: kfloppy\n"
+"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
-"PO-Revision-Date: 2016-04-07 13:55-0800\n"
-"Last-Translator: Weng Xuetian <wengxt(a)gmail.com>\n"
-"Language-Team: Chinese <kde-i18n-doc(a)kde.org>\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
+"PO-Revision-Date: 2017-08-05 09:36-0400\n"
+"Last-Translator: guoyunhebrave <guoyunhebrave(a)gmail.com>\n"
+"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: crowdin.com\n"
+"X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Language: zh-CN\n"
+"X-Crowdin-File: /kf5-stable/messages/kdeutils/kfloppy.pot\n"
#: floppy.cpp:81
#, kde-format
@@ -603,41 +598,3 @@
#, kde-format
msgid "Default device"
msgstr "默认设备"
-
-#~ msgid "Zero entire disk"
-#~ msgstr "写零整个磁盘"
-
-#~ msgid ""
-#~ "Try to write zeroes to the entire disk before adding a filesystem, in "
-#~ "order to check the disk's integrity."
-#~ msgstr "在添加文件系统前先对整个磁盘写零,目的是检查磁盘的完整性。"
-
-#~ msgid "Enable softupdates"
-#~ msgstr "允许软更新"
-
-#~ msgid "UFS Zip100"
-#~ msgstr "UFS Zip100"
-
-#~ msgid "Cannot start dd to zero disk."
-#~ msgstr "无法启动 dd 程序写零。"
-
-#~ msgid "Zeroing disk..."
-#~ msgstr "正在对磁盘写零..."
-
-#~ msgid "Zeroing disk failed."
-#~ msgstr "磁盘写零失败。"
-
-#~ msgid "Cannot start newfs."
-#~ msgstr "无法启动 newfs 程序。"
-
-#~ msgid "Making filesystem..."
-#~ msgstr "正在创建文件系统..."
-
-#~ msgid "newfs failed."
-#~ msgstr "newfs 操作失败。"
-
-#~ msgid "Disk formatted successfully."
-#~ msgstr "磁盘格式化成功。"
-
-#~ msgid "Zeroing block %1 of %2..."
-#~ msgstr "正在写入 %2 上的零数据块 %1..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kfloppy-17.04.3/po/zh_TW/kfloppy.po new/kfloppy-17.08.0/po/zh_TW/kfloppy.po
--- old/kfloppy-17.04.3/po/zh_TW/kfloppy.po 2017-07-11 02:19:37.000000000 +0200
+++ new/kfloppy-17.08.0/po/zh_TW/kfloppy.po 2017-08-11 02:34:51.000000000 +0200
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: kfloppy\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2017-04-14 04:28+0200\n"
+"POT-Creation-Date: 2017-04-14 02:47+0200\n"
"PO-Revision-Date: 2016-11-10 14:14+0800\n"
"Last-Translator: Jeff Huang <s8321414(a)gmail.com>\n"
"Language-Team: Chinese <kde-i18n-doc(a)kde.org>\n"
1
0