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
September 2018
- 1 participants
- 1171 discussions
Hello community,
here is the log from the commit of package python-zc.buildout for openSUSE:Factory checked in at 2018-09-25 15:43:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zc.buildout (Old)
and /work/SRC/openSUSE:Factory/.python-zc.buildout.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zc.buildout"
Tue Sep 25 15:43:48 2018 rev:9 rq:637768 version:2.12.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zc.buildout/python-zc.buildout.changes 2018-07-14 20:27:39.932562827 +0200
+++ /work/SRC/openSUSE:Factory/.python-zc.buildout.new/python-zc.buildout.changes 2018-09-25 15:43:50.321199748 +0200
@@ -1,0 +2,10 @@
+Mon Sep 17 19:55:23 UTC 2018 - Sebastian Wagner <sebix+novell.com(a)sebix.at>
+
+- update to version 2.12.2:
+ - Upon an error, buildout exits with a non-zero exit code. This now also works
+ when running with ``-D``.
+ - Fixed most 'Deprecation' and 'Resource' warnings.
+- update to version 2.12.1:
+ - zc.buildout now explicitly requests zc.recipe.egg >=2.0.6 now.
+
+-------------------------------------------------------------------
Old:
----
zc.buildout-2.12.0.tar.gz
New:
----
zc.buildout-2.12.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zc.buildout.spec ++++++
--- /var/tmp/diff_new_pack.Ut0lLB/_old 2018-09-25 15:43:51.641198337 +0200
+++ /var/tmp/diff_new_pack.Ut0lLB/_new 2018-09-25 15:43:51.645198333 +0200
@@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{!?license: %global license %doc}
Name: python-zc.buildout
-Version: 2.12.0
+Version: 2.12.2
Release: 0
Url: http://pypi.python.org/pypi/zc.buildout
Summary: System for managing development buildouts
++++++ zc.buildout-2.12.0.tar.gz -> zc.buildout-2.12.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/CHANGES.rst new/zc.buildout-2.12.2/CHANGES.rst
--- old/zc.buildout-2.12.0/CHANGES.rst 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/CHANGES.rst 2018-09-04 09:49:31.000000000 +0200
@@ -1,6 +1,21 @@
Change History
**************
+2.12.2 (2018-09-04)
+===================
+
+- Upon an error, buildout exits with a non-zero exit code. This now also works
+ when running with ``-D``.
+
+- Fixed most 'Deprecation' and 'Resource' warnings.
+
+
+2.12.1 (2018-07-02)
+===================
+
+- zc.buildout now explicitly requests zc.recipe.egg >=2.0.6 now.
+
+
2.12.0 (2018-07-02)
===================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/PKG-INFO new/zc.buildout-2.12.2/PKG-INFO
--- old/zc.buildout-2.12.0/PKG-INFO 2018-07-02 11:21:23.000000000 +0200
+++ new/zc.buildout-2.12.2/PKG-INFO 2018-09-04 09:49:31.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zc.buildout
-Version: 2.12.0
+Version: 2.12.2
Summary: System for managing development buildouts
Home-page: http://buildout.org
Author: Jim Fulton
@@ -63,6 +63,21 @@
Change History
**************
+ 2.12.2 (2018-09-04)
+ ===================
+
+ - Upon an error, buildout exits with a non-zero exit code. This now also works
+ when running with ``-D``.
+
+ - Fixed most 'Deprecation' and 'Resource' warnings.
+
+
+ 2.12.1 (2018-07-02)
+ ===================
+
+ - zc.buildout now explicitly requests zc.recipe.egg >=2.0.6 now.
+
+
2.12.0 (2018-07-02)
===================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/setup.py new/zc.buildout-2.12.2/setup.py
--- old/zc.buildout-2.12.0/setup.py 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/setup.py 2018-09-04 09:49:31.000000000 +0200
@@ -12,13 +12,14 @@
#
##############################################################################
name = "zc.buildout"
-version = '2.12.0'
+version = '2.12.2'
import os
from setuptools import setup
def read(*rnames):
- return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+ with open(os.path.join(os.path.dirname(__file__), *rnames)) as f:
+ return f.read()
long_description= read('README.rst') + '\n' + read('CHANGES.rst')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/bootstrap.txt new/zc.buildout-2.12.2/src/zc/buildout/bootstrap.txt
--- old/zc.buildout-2.12.0/src/zc/buildout/bootstrap.txt 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/bootstrap.txt 2018-09-04 09:49:31.000000000 +0200
@@ -19,7 +19,9 @@
... [buildout]
... parts =
... ''')
- >>> write('bootstrap.py', open(bootstrap_py).read())
+ >>> with open(bootstrap_py) as f:
+ ... bootstrap_py_contents = f.read()
+ >>> write('bootstrap.py', bootstrap_py_contents)
>>> print_('X'); print_(system(
... zc.buildout.easy_install._safe_arg(sys.executable)+' '+
... 'bootstrap.py')); print_('X') # doctest: +ELLIPSIS
@@ -52,7 +54,7 @@
>>> buildout_script = join(sample_buildout, 'bin', 'buildout')
>>> if sys.platform.startswith('win'):
... buildout_script += '-script.py'
- >>> print_(open(buildout_script).read()) # doctest: +ELLIPSIS
+ >>> with open(buildout_script) as f: print_(f.read()) # doctest: +ELLIPSIS
#...
sys.path[0:0] = [
'/sample/eggs/zc.buildout-22.0.0...egg',
@@ -83,7 +85,7 @@
Let's make sure the generated ``buildout`` script uses it::
- >>> print_(open(buildout_script).read()) # doctest: +ELLIPSIS
+ >>> with open(buildout_script) as f: print_(f.read()) # doctest: +ELLIPSIS
#...
sys.path[0:0] = [
'/sample/eggs/zc.buildout-2.0.0...egg',
@@ -103,7 +105,7 @@
Let's make sure the generated ``buildout`` script uses it::
- >>> print_(open(buildout_script).read()) # doctest: +ELLIPSIS
+ >>> with open(buildout_script) as f: print_(f.read()) # doctest: +ELLIPSIS
#...
sys.path[0:0] = [
'/sample/eggs/zc.buildout-...egg',
@@ -121,7 +123,7 @@
Let's make sure the generated ``buildout`` script uses it::
- >>> print_(open(buildout_script).read()) # doctest: +ELLIPSIS
+ >>> with open(buildout_script) as f: print_(f.read()) # doctest: +ELLIPSIS
#...
sys.path[0:0] = [
'/sample/eggs/zc.buildout-2.0.0...egg',
@@ -153,7 +155,7 @@
>>> os.path.exists('setuptools-32.1.0.zip')
True
- >>> print_(open(buildout_script).read()) # doctest: +ELLIPSIS
+ >>> with open(buildout_script) as f: print_(f.read()) # doctest: +ELLIPSIS
#...
sys.path[0:0] = [
'/sample/eggs/zc.buildout-2.0.0...egg',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/bootstrap_cl_settings.test new/zc.buildout-2.12.2/src/zc/buildout/bootstrap_cl_settings.test
--- old/zc.buildout-2.12.0/src/zc/buildout/bootstrap_cl_settings.test 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/bootstrap_cl_settings.test 2018-09-04 09:49:31.000000000 +0200
@@ -20,7 +20,8 @@
... [buildout]
... parts =
... ''')
- >>> write('bootstrap.py', open(bootstrap_py).read())
+ >>> with open(bootstrap_py) as f: bootstrap_py_contents = f.read()
+ >>> write('bootstrap.py', bootstrap_py_contents)
>>> print_('X'); print_(system(
... zc.buildout.easy_install._safe_arg(sys.executable) +
... ' bootstrap.py buildout:directory=' + top +
@@ -43,7 +44,8 @@
>>> os.chdir(top)
>>> mkdir(top, 'buildout')
>>> os.chdir(top)
- >>> write('bootstrap.py', open(bootstrap_py).read())
+ >>> with open(bootstrap_py) as f: bootstrap_py_contents = f.read()
+ >>> write('bootstrap.py', bootstrap_py_contents)
>>> print_('X'); print_(system(
... zc.buildout.easy_install._safe_arg(sys.executable) +
... ' bootstrap.py buildout:directory=' + top +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/buildout.py new/zc.buildout-2.12.2/src/zc/buildout/buildout.py
--- old/zc.buildout-2.12.0/src/zc/buildout/buildout.py 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/buildout.py 2018-09-04 09:49:31.000000000 +0200
@@ -378,7 +378,7 @@
pkg_resources.Requirement.parse('zc.buildout')
).version),
# Use 2, even though not final
- ('zc.recipe.egg', '>=2.0.0a3'),
+ ('zc.recipe.egg', '>=2.0.6'),
)
if k not in versions
))
@@ -893,8 +893,8 @@
setup = self._buildout_path(setup)
files = glob.glob(setup)
if not files:
- self._logger.warn("Couldn't develop %r (not found)",
- setup)
+ self._logger.warning("Couldn't develop %r (not found)",
+ setup)
else:
files.sort()
for setup in files:
@@ -1108,8 +1108,8 @@
if (realpath(os.path.abspath(sys.argv[0])) != should_run):
self._logger.debug("Running %r.", realpath(sys.argv[0]))
self._logger.debug("Local buildout is %r.", should_run)
- self._logger.warn("Not upgrading because not running a local "
- "buildout command.")
+ self._logger.warning("Not upgrading because not running a local "
+ "buildout command.")
return
self._logger.info("Upgraded:\n %s;\nrestarting.",
@@ -1464,7 +1464,7 @@
_template_split = re.compile('([$]{[^}]*})').split
_simple = re.compile('[-a-zA-Z0-9 ._]+$').match
- _valid = re.compile('\${[-a-zA-Z0-9 ._]*:[-a-zA-Z0-9 ._]+}$').match
+ _valid = re.compile(r'\${[-a-zA-Z0-9 ._]*:[-a-zA-Z0-9 ._]+}$').match
def _sub(self, template, seen):
value = self._template_split(template)
subs = []
@@ -1563,7 +1563,7 @@
elif os.path.isfile(p):
os.remove(p)
else:
- self.buildout._logger.warn("Couldn't clean up %r.", p)
+ self.buildout._logger.warning("Couldn't clean up %r.", p)
raise
finally:
self._created = None
@@ -1921,9 +1921,9 @@
unused = [option for option in sorted(options._raw)
if option not in options._data]
if unused:
- buildout._logger.warn("Unused options for %s: %s."
- % (section, ' '.join(map(repr, unused)))
- )
+ buildout._logger.warning("Unused options for %s: %s."
+ % (section, ' '.join(map(repr, unused)))
+ )
_usage = """\
Usage: buildout [options] [assignments] [command [command arguments]]
@@ -2149,7 +2149,7 @@
else:
sys.stderr.write(_internal_error_template)
traceback.print_exception(*exc_info)
- sys.exit(1)
+ sys.exit(1)
finally:
logging.shutdown()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/buildout.txt new/zc.buildout-2.12.2/src/zc/buildout/buildout.txt
--- old/zc.buildout-2.12.0/src/zc/buildout/buildout.txt 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/buildout.txt 2018-09-04 09:49:31.000000000 +0200
@@ -3104,7 +3104,7 @@
>>> print_(system(buildout + ' -csetup.cfg init demo other ./src'), end='')
Creating '/sample-bootstrapped/setup.cfg'.
Creating directory '/sample-bootstrapped/develop-eggs'.
- Getting distribution for 'zc.recipe.egg>=2.0.0a3'.
+ Getting distribution for 'zc.recipe.egg>=2.0.6'.
Got zc.recipe.egg
Installing py.
Getting distribution for 'demo'.
@@ -3355,3 +3355,7 @@
ext ['buildout', 'versions']
Develop: '/sample-bootstrapped/demo'
unload ['buildout', 'versions']
+
+..
+
+ >>> stop_server(server_url)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/configparser.py new/zc.buildout-2.12.2/src/zc/buildout/configparser.py
--- old/zc.buildout-2.12.0/src/zc/buildout/configparser.py 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/configparser.py 2018-09-04 09:49:31.000000000 +0200
@@ -178,7 +178,7 @@
tail = tail.replace(';', '#') if tail else ''
# un-escape literal # and ; . Do not use a
# string-escape decode
- expr = expression.replace(r'\x23','#').replace(r'x3b', ';')
+ expr = expression.replace(r'\x23','#').replace(r'\x3b', ';')
# rebuild a valid Python expression wrapped in a list
expr = head + expr + tail
# lazily populate context only expression
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/configparser.test new/zc.buildout-2.12.2/src/zc/buildout/configparser.test
--- old/zc.buildout-2.12.0/src/zc/buildout/configparser.test 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/configparser.test 2018-09-04 09:49:31.000000000 +0200
@@ -33,7 +33,7 @@
b += 1
[s3]; comment
- x = a b
+ x = a b
.. -> text
@@ -92,9 +92,9 @@
'versions': {}}
-Sections headers can contain an optional arbitrary Python expression.
+Sections headers can contain an optional arbitrary Python expression.
When the expression evaluates to false the whole section is skipped.
-Several sections can have the same name with different expressions, enabling
+Several sections can have the same name with different expressions, enabling
conditional exclusion of sections::
[s1: 2 + 2 == 4] # this expression is true [therefore "this section" _will_ be NOT skipped
@@ -106,7 +106,7 @@
[ s2 : 41 + 1 == 42 ] # a comment: this expression is [true], so this section will be kept
long = b
- [s3:2 in map(lambda i:i*2, [i for i in range(10)])] ;# Complex expressions are [possible!];, though they should not be (abused:)
+ [s3:2 in map(lambda i:i*2, [i for i in range(10)])] ;# Complex expressions are [possible!];, though they should not be (abused:)
# this section will not be skipped
long = c
@@ -117,11 +117,11 @@
Title line optional trailing comments are separated by a hash '#' or semicolon
-';' character. The expression is an arbitrary expression with one restriction:
-it cannot contain a literal hash '#' or semicolon ';' character: these need to be
+';' character. The expression is an arbitrary expression with one restriction:
+it cannot contain a literal hash '#' or semicolon ';' character: these need to be
string-escaped.
-The comment can contain arbitrary characters, including brackets that are also
-used to mark the end of a section header and may be ambiguous to recognize in
+The comment can contain arbitrary characters, including brackets that are also
+used to mark the end of a section header and may be ambiguous to recognize in
some cases. For example, valid sections lines include::
[ a ]
@@ -170,7 +170,7 @@
-A title line optional trailing comment be separated by a hash or semicolon
+A title line optional trailing comment be separated by a hash or semicolon
character. The following are valid semicolon-separated comments::
[ a ] ;semicolon comment are supported for lines without expressions ]
@@ -226,10 +226,10 @@
'e': {'e': '1'}}
-However, explicit semicolon and hash characters are invalid in expressions and
+However, explicit semicolon and hash characters are invalid in expressions and
must be escaped or this triggers an error. In the rare case where a hash '#' or
-semicolon ';' would be needed in an expression literal, you can use the
-string-escaped representation of these characters: use '\x23' for hash '#' and
+semicolon ';' would be needed in an expression literal, you can use the
+string-escaped representation of these characters: use '\x23' for hash '#' and
'\x3b' for semicolon ';' to avoid evaluation errors.
These expressions are valid and use escaped hash and semicolons in literals::
@@ -256,11 +256,11 @@
... except zc.buildout.configparser.MissingSectionHeaderError: pass # success
-One of the typical usage of expression is to have buildout parts that are
-operating system or platform-specific. The configparser.parse function has an
-optional exp_globals argument. This is a callable returning a mapping of
-objects made available to the evaluation context of the expression. Here we add
-the platform and sys modules to the evaluation context, so we can access
+One of the typical usage of expression is to have buildout parts that are
+operating system or platform-specific. The configparser.parse function has an
+optional exp_globals argument. This is a callable returning a mapping of
+objects made available to the evaluation context of the expression. Here we add
+the platform and sys modules to the evaluation context, so we can access
platform and sys modules functions and objects in our expressions ::
[s1: str(platform.python_version_tuple()[0]) in ('2', '3',)] # this expression is true, the major versions of python are either 2 or 3
@@ -280,8 +280,8 @@
{'s1': {'a': '1'}, 's2': {'long': 'b'}}
-Some limited (but hopefully sane and sufficient) default modules and
-pre-computed common expressions available to an expression when the parser in
+Some limited (but hopefully sane and sufficient) default modules and
+pre-computed common expressions available to an expression when the parser in
called by buildout::
@@ -290,20 +290,20 @@
a = 1
# major and minor python versions, yes even python 3.5 and 3.6 are there , prospectively
- # comment: this expression "is true" and not that long expression cannot span several lines
- [s2: any([python2, python3, python24 , python25 , python26 , python27 , python30 , python31 , python32 , python33 , python34 , python35 , python36]) ]
+ # comment: this expression "is true" and not that long expression cannot span several lines
+ [s2: any([python2, python3, python24 , python25 , python26 , python27 , python30 , python31 , python32 , python33 , python34 , python35 , python36]) ]
b = 1
# common python interpreter types
[s3:cpython or pypy or jython or ironpython] # a comment: this expression is likely always true, so this section will be kept
- c = 1
+ c = 1
# common operating systems
- [s4:linux or windows or cygwin or macosx or solaris or posix or True]
+ [s4:linux or windows or cygwin or macosx or solaris or posix or True]
d = 1
# common bitness and endianness
- [s5:bits32 or bits64 or little_endian or big_endian]
+ [s5:bits32 or bits64 or little_endian or big_endian]
e = 1
.. -> text
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/debugging.txt new/zc.buildout-2.12.2/src/zc/buildout/debugging.txt
--- old/zc.buildout-2.12.0/src/zc/buildout/debugging.txt 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/debugging.txt 2018-09-04 09:49:31.000000000 +0200
@@ -56,12 +56,13 @@
If we run the buildout, we'll get an error:
- >>> print_(system(buildout), end='')
+ >>> print_(system(buildout, with_exit_code=True), end='')
Develop: '/sample-buildout/recipes'
Installing data-dir.
While:
Installing data-dir.
Error: Missing option: data-dir:directory
+ EXIT CODE: 1
If we want to debug the error, we can add the -D option. Here's we'll
@@ -71,7 +72,7 @@
... up
... p sorted(self.options.keys())
... q
- ... """), end='')
+ ... """, with_exit_code=True), end='')
Develop: '/sample-buildout/recipes'
Installing data-dir.
> /zc/buildout/buildout.py(925)__getitem__()
@@ -95,3 +96,4 @@
MissingOption: Missing option: data-dir:directory
<BLANKLINE>
Starting pdb:
+ EXIT CODE: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/download.py new/zc.buildout-2.12.2/src/zc/buildout/download.py
--- old/zc.buildout-2.12.0/src/zc/buildout/download.py 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/download.py 2018-09-04 09:49:31.000000000 +0200
@@ -20,15 +20,8 @@
try:
# Python 3
- from urllib.request import FancyURLopener, URLopener, urlretrieve
+ from urllib.request import urlretrieve
from urllib.parse import urlparse
- from urllib import request
-
- class PatchedURLopener(FancyURLopener):
- http_error_default = URLopener.http_error_default
-
- request._urlopener = PatchedURLopener() # Ook! Monkey patch!
-
except ImportError:
# Python 2
import base64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/easy_install.py new/zc.buildout-2.12.2/src/zc/buildout/easy_install.py
--- old/zc.buildout-2.12.0/src/zc/buildout/easy_install.py 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/easy_install.py 2018-09-04 09:49:31.000000000 +0200
@@ -637,7 +637,7 @@
if dist_needs_pkg_resources(dist):
# We have a namespace package but no requirement for setuptools
if dist.precedence == pkg_resources.DEVELOP_DIST:
- logger.warn(
+ logger.warning(
"Develop distribution: %s\n"
"uses namespace packages but the distribution "
"does not require setuptools.",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/repeatable.txt new/zc.buildout-2.12.2/src/zc/buildout/repeatable.txt
--- old/zc.buildout-2.12.0/src/zc/buildout/repeatable.txt 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/repeatable.txt 2018-09-04 09:49:31.000000000 +0200
@@ -397,7 +397,7 @@
The versions file now contains the extra pin:
- >>> print_(open('my_versions.cfg').read()) # doctest: +ELLIPSIS
+ >>> with open('my_versions.cfg') as f: print_(f.read()) # doctest: +ELLIPSIS
<BLANKLINE>
...
# Added by buildout at YYYY-MM-DD hh:mm:ss.dddddd
@@ -437,7 +437,7 @@
The versions file contains the extra pin:
- >>> print_(open('my_versions.cfg').read()) # doctest: +ELLIPSIS
+ >>> with open('my_versions.cfg') as f: print_(f.read()) # doctest: +ELLIPSIS
<BLANKLINE>
[versions]
...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/rmtree.py new/zc.buildout-2.12.2/src/zc/buildout/rmtree.py
--- old/zc.buildout-2.12.0/src/zc/buildout/rmtree.py 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/rmtree.py 2018-09-04 09:49:31.000000000 +0200
@@ -40,7 +40,7 @@
Now create a file ...
>>> foo = os.path.join (d, 'foo')
- >>> _ = open (foo, 'w').write ('huhu')
+ >>> with open (foo, 'w') as f: _ = f.write ('huhu')
and make it unwriteable
@@ -75,4 +75,3 @@
if "__main__" == __name__:
doctest.testmod()
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/testing.py new/zc.buildout-2.12.2/src/zc/buildout/testing.py
--- old/zc.buildout-2.12.0/src/zc/buildout/testing.py 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/testing.py 2018-09-04 09:49:31.000000000 +0200
@@ -131,6 +131,19 @@
# https://github.com/buildout/buildout/pull/311
# http://bugs.python.org/issue19884
env = dict(os.environ, TERM='dumb')
+
+ # Beginning in Python 3.4, 'U' mode to open() is deprecated.
+ # Python 3.7 changes the way deprecations are shown for main
+ # modules, and introduces $PYTHONDEVMODE which turns on warnigs in
+ # more places. If that's done, this leads many of our doctests to
+ # break; some code path through executing setup.py does this, but
+ # it's not in our code. Unfortunately, normalizing this printed
+ # line away doesn't work, it just produces a blank line. We resort
+ # to turning that warning off.
+ warnings = env.get('PYTHONWARNINGS', '')
+ env['PYTHONWARNINGS'] = "ignore:'U' mode is deprecated:DeprecationWarning::," + warnings
+
+
p = subprocess.Popen(command,
shell=True,
stdin=subprocess.PIPE,
@@ -150,6 +163,7 @@
# Use the with_exit_code=True parameter when you want to test the exit
# code of the command you're running.
output += 'EXIT CODE: %s' % p.wait()
+ p.wait()
return output
def get(url):
@@ -358,6 +372,7 @@
sdist = sdist,
bdist_egg = bdist_egg,
start_server = start_server,
+ stop_server = stop_server,
buildout = os.path.join(sample, 'bin', 'buildout'),
wait_until = wait_until,
print_ = print_,
@@ -395,6 +410,7 @@
def do_GET(self):
if '__stop__' in self.path:
+ self.__server.server_close()
raise SystemExit
def k():
@@ -466,6 +482,7 @@
server_address = ('localhost', port)
httpd = Server(tree, server_address, Handler)
httpd.serve_forever()
+ httpd.server_close()
def get_port():
for i in range(10):
@@ -578,10 +595,10 @@
re.compile('(\n?)d __pycache__\n'), '\\1')
else:
normalize___pycache__ = (
- re.compile('(\n?)- \S+\.pyc\n'), '\\1')
+ re.compile(r'(\n?)- \S+\.pyc\n'), '\\1')
normalize_egg_py = (
- re.compile('-py\d[.]\d(-\S+)?.egg'),
+ re.compile(r'-py\d[.]\d(-\S+)?.egg'),
'-pyN.N.egg',
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/tests.py new/zc.buildout-2.12.2/src/zc/buildout/tests.py
--- old/zc.buildout-2.12.0/src/zc/buildout/tests.py 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/tests.py 2018-09-04 09:49:31.000000000 +0200
@@ -380,9 +380,10 @@
def make_dist_that_requires(dest, name, requires=[], version=1, egg=''):
os.mkdir(os.path.join(dest, name))
- open(os.path.join(dest, name, 'setup.py'), 'w').write(
- make_dist_that_requires_setup_py_template
- % (name, version, requires)
+ with open(os.path.join(dest, name, 'setup.py'), 'w') as f:
+ f.write(
+ make_dist_that_requires_setup_py_template
+ % (name, version, requires)
)
def show_who_requires_when_there_is_a_conflict():
@@ -616,7 +617,7 @@
... options['format'] = '%3d'
...
... def install(self):
- ... open('t', 'w').write('t')
+ ... with open('t', 'w') as f: f.write('t')
... return 't'
...
... update = install
@@ -2002,6 +2003,7 @@
... p.stdin.close()
... print_(p.stdout.read().decode())
... print_('Exit:', bool(p.wait()))
+ ... p.stdout.close()
>>> call(buildout)
<BLANKLINE>
@@ -2336,11 +2338,12 @@
else:
requires = ''
try:
- open(os.path.join(d, 'setup.py'), 'w').write(
- 'from setuptools import setup\n'
- 'setup(name=%r, version=%r, extras_require=%r, zip_safe=True,\n'
- ' %s %s py_modules=["setup"]\n)'
- % (name, str(version), extras, requires, links)
+ with open(os.path.join(d, 'setup.py'), 'w') as f:
+ f.write(
+ 'from setuptools import setup\n'
+ 'setup(name=%r, version=%r, extras_require=%r, zip_safe=True,\n'
+ ' %s %s py_modules=["setup"]\n)'
+ % (name, str(version), extras, requires, links)
)
zc.buildout.testing.bdist_egg(d, sys.executable, os.path.abspath(dest))
finally:
@@ -2786,7 +2789,8 @@
"""
There was a bug that caused extras in requirements to be lost.
- >>> _ = open('setup.py', 'w').write('''
+ >>> with open('setup.py', 'w') as f:
+ ... _ = f.write('''
... from setuptools import setup
... setup(name='extraversiondemo', version='1.0',
... url='x', author='x', author_email='x',
@@ -3031,14 +3035,14 @@
... eggs = demo
... ''')
>>> print_(system(join('bin', 'buildout')), end='') # doctest: +ELLIPSIS
- Getting distribution for 'zc.recipe.egg<2dev,>=2.0.0a3'...
+ Getting distribution for 'zc.recipe.egg<2dev,>=2.0.6'...
While:
Installing.
Getting section egg.
Initializing section egg.
Installing recipe zc.recipe.egg <2dev.
- Getting distribution for 'zc.recipe.egg<2dev,>=2.0.0a3'.
- Error: Couldn't find a distribution for 'zc.recipe.egg<2dev,>=2.0.0a3'.
+ Getting distribution for 'zc.recipe.egg<2dev,>=2.0.6'.
+ Error: Couldn't find a distribution for 'zc.recipe.egg<2dev,>=2.0.6'.
"""
def macro_inheritance_bug():
@@ -3478,7 +3482,7 @@
os.path.join(eggs, 'zc.recipe.egg'),
)
-egg_parse = re.compile('([0-9a-zA-Z_.]+)-([0-9a-zA-Z_.]+)-py(\d[.]\d).egg$'
+egg_parse = re.compile(r'([0-9a-zA-Z_.]+)-([0-9a-zA-Z_.]+)-py(\d[.]\d).egg$'
).match
def makeNewRelease(project, ws, dest, version='99.99'):
dist = ws.find(pkg_resources.Requirement.parse(project))
@@ -3500,9 +3504,11 @@
else:
shutil.copytree(dist.location, dest)
info_path = os.path.join(dest, 'EGG-INFO', 'PKG-INFO')
- info = open(info_path).read().replace("Version: %s" % oldver,
- "Version: %s" % version)
- open(info_path, 'w').write(info)
+ with open(info_path) as f:
+ info = f.read().replace("Version: %s" % oldver,
+ "Version: %s" % version)
+ with open(info_path, 'w') as f:
+ f.write(info)
def getWorkingSetWithBuildoutEgg(test):
sample_buildout = test.globs['sample_buildout']
@@ -3578,7 +3584,9 @@
'#!/usr/local/bin/python2.7',
)
+
def test_suite():
+
test_suite = [
manuel.testing.TestSuite(
manuel.doctest.Manuel() + manuel.capture.Manuel(),
@@ -3594,17 +3602,17 @@
zc.buildout.testing.not_found,
zc.buildout.testing.adding_find_link,
# (re.compile(r"Installing 'zc.buildout >=\S+"), ''),
- (re.compile('__buildout_signature__ = recipes-\S+'),
+ (re.compile(r'__buildout_signature__ = recipes-\S+'),
'__buildout_signature__ = recipes-SSSSSSSSSSS'),
- (re.compile('executable = [\S ]+python\S*', re.I),
+ (re.compile(r'executable = [\S ]+python\S*', re.I),
'executable = python'),
- (re.compile('[-d] (setuptools|setuptools)-\S+[.]egg'),
+ (re.compile(r'[-d] (setuptools|setuptools)-\S+[.]egg'),
'setuptools.egg'),
- (re.compile('zc.buildout(-\S+)?[.]egg(-link)?'),
+ (re.compile(r'zc.buildout(-\S+)?[.]egg(-link)?'),
'zc.buildout.egg'),
- (re.compile('creating \S*setup.cfg'), 'creating setup.cfg'),
- (re.compile('hello\%ssetup' % os.path.sep), 'hello/setup'),
- (re.compile('Picked: (\S+) = \S+'),
+ (re.compile(r'creating \S*setup.cfg'), 'creating setup.cfg'),
+ (re.compile(r'hello\%ssetup' % os.path.sep), 'hello/setup'),
+ (re.compile(r'Picked: (\S+) = \S+'),
'Picked: \\1 = V.V'),
(re.compile(r'We have a develop egg: zc.buildout (\S+)'),
'We have a develop egg: zc.buildout X.X.'),
@@ -3615,7 +3623,7 @@
'[Errno 17] File exists: '
),
(re.compile('setuptools'), 'setuptools'),
- (re.compile('Got zc.recipe.egg \S+'), 'Got zc.recipe.egg'),
+ (re.compile(r'Got zc.recipe.egg \S+'), 'Got zc.recipe.egg'),
(re.compile(r'zc\.(buildout|recipe\.egg)\s*= >=\S+'),
'zc.\\1 = >=1.99'),
])
@@ -3639,20 +3647,20 @@
# (re.compile(r"Installing 'zc.buildout >=\S+"), ''),
# (re.compile(r"Getting distribution for 'zc.buildout >=\S+"),
# ''),
- (re.compile('__buildout_signature__ = recipes-\S+'),
+ (re.compile(r'__buildout_signature__ = recipes-\S+'),
'__buildout_signature__ = recipes-SSSSSSSSSSS'),
- (re.compile('[-d] setuptools-\S+[.]egg'), 'setuptools.egg'),
- (re.compile('zc.buildout(-\S+)?[.]egg(-link)?'),
+ (re.compile(r'[-d] setuptools-\S+[.]egg'), 'setuptools.egg'),
+ (re.compile(r'zc.buildout(-\S+)?[.]egg(-link)?'),
'zc.buildout.egg'),
- (re.compile('creating \S*setup.cfg'), 'creating setup.cfg'),
- (re.compile('hello\%ssetup' % os.path.sep), 'hello/setup'),
- (re.compile('Picked: (\S+) = \S+'),
+ (re.compile(r'creating \S*setup.cfg'), 'creating setup.cfg'),
+ (re.compile(r'hello\%ssetup' % os.path.sep), 'hello/setup'),
+ (re.compile(r'Picked: (\S+) = \S+'),
'Picked: \\1 = V.V'),
(re.compile(r'We have a develop egg: zc.buildout (\S+)'),
'We have a develop egg: zc.buildout X.X.'),
(re.compile(r'\\[\\]?'), '/'),
- (re.compile('WindowsError'), 'OSError'),
- (re.compile('setuptools = \S+'), 'setuptools = 0.7.99'),
+ (re.compile(r'WindowsError'), 'OSError'),
+ (re.compile(r'setuptools = \S+'), 'setuptools = 0.7.99'),
(re.compile(r'\[Error 17\] Cannot create a file '
r'when that file already exists: '),
'[Errno 17] File exists: '
@@ -3688,7 +3696,7 @@
optionflags=doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS,
checker=renormalizing.RENormalizing([
(re.compile(r'(zc.buildout|setuptools)-\d+[.]\d+\S*'
- '-py\d.\d.egg'),
+ r'-py\d.\d.egg'),
'\\1.egg'),
zc.buildout.testing.normalize_path,
zc.buildout.testing.normalize_endings,
@@ -3726,7 +3734,7 @@
zc.buildout.testing.not_found,
normalize_bang,
normalize_S,
- (re.compile('[-d] setuptools-\S+[.]egg'), 'setuptools.egg'),
+ (re.compile(r'[-d] setuptools-\S+[.]egg'), 'setuptools.egg'),
(re.compile(r'\\[\\]?'), '/'),
(re.compile('(\n?)- ([a-zA-Z_.-]+)\n- \\2.exe\n'),
'\\1- \\2\n'),
@@ -3771,18 +3779,18 @@
zc.buildout.testing.adding_find_link,
normalize_bang,
(re.compile(r'^(\w+\.)*(Missing\w+: )'), '\2'),
- (re.compile("buildout: Running \S*setup.py"),
+ (re.compile(r"buildout: Running \S*setup.py"),
'buildout: Running setup.py'),
- (re.compile('setuptools-\S+-'),
+ (re.compile(r'setuptools-\S+-'),
'setuptools.egg'),
- (re.compile('zc.buildout-\S+-'),
+ (re.compile(r'zc.buildout-\S+-'),
'zc.buildout.egg'),
- (re.compile('setuptools = \S+'), 'setuptools = 0.7.99'),
- (re.compile('File "\S+one.py"'),
+ (re.compile(r'setuptools = \S+'), 'setuptools = 0.7.99'),
+ (re.compile(r'File "\S+one.py"'),
'File "one.py"'),
(re.compile(r'We have a develop egg: (\S+) (\S+)'),
r'We have a develop egg: \1 V'),
- (re.compile('Picked: setuptools = \S+'),
+ (re.compile(r'Picked: setuptools = \S+'),
'Picked: setuptools = V'),
(re.compile('[-d] setuptools'), '- setuptools'),
(re.compile(r'\\[\\]?'), '/'),
@@ -3816,14 +3824,14 @@
zc.buildout.testing.normalize_egg_py,
zc.buildout.testing.not_found,
zc.buildout.testing.adding_find_link,
- (re.compile('__buildout_signature__ = recipes-\S+'),
+ (re.compile(r'__buildout_signature__ = recipes-\S+'),
'__buildout_signature__ = recipes-SSSSSSSSSSS'),
- (re.compile('[-d] setuptools-\S+[.]egg'), 'setuptools.egg'),
- (re.compile('zc.buildout(-\S+)?[.]egg(-link)?'),
+ (re.compile(r'[-d] setuptools-\S+[.]egg'), 'setuptools.egg'),
+ (re.compile(r'zc.buildout(-\S+)?[.]egg(-link)?'),
'zc.buildout.egg'),
- (re.compile('creating \S*setup.cfg'), 'creating setup.cfg'),
- (re.compile('hello\%ssetup' % os.path.sep), 'hello/setup'),
- (re.compile('Picked: (\S+) = \S+'),
+ (re.compile(r'creating \S*setup.cfg'), 'creating setup.cfg'),
+ (re.compile(r'hello\%ssetup' % os.path.sep), 'hello/setup'),
+ (re.compile(r'Picked: (\S+) = \S+'),
'Picked: \\1 = V.V'),
(re.compile(r'We have a develop egg: zc.buildout (\S+)'),
'We have a develop egg: zc.buildout X.X.'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc/buildout/windows.txt new/zc.buildout-2.12.2/src/zc/buildout/windows.txt
--- old/zc.buildout-2.12.0/src/zc/buildout/windows.txt 2018-07-02 11:21:22.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc/buildout/windows.txt 2018-09-04 09:49:31.000000000 +0200
@@ -28,7 +28,7 @@
... os.makedirs (self.location)
...
... name = os.path.join (self.location, 'readonly.txt')
- ... open (name, 'w').write ('this is a read only file')
+ ... with open (name, 'w') as f: f.write ('this is a read only file')
... os.chmod(name, 256)
... return ()
...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zc.buildout-2.12.0/src/zc.buildout.egg-info/PKG-INFO new/zc.buildout-2.12.2/src/zc.buildout.egg-info/PKG-INFO
--- old/zc.buildout-2.12.0/src/zc.buildout.egg-info/PKG-INFO 2018-07-02 11:21:23.000000000 +0200
+++ new/zc.buildout-2.12.2/src/zc.buildout.egg-info/PKG-INFO 2018-09-04 09:49:31.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zc.buildout
-Version: 2.12.0
+Version: 2.12.2
Summary: System for managing development buildouts
Home-page: http://buildout.org
Author: Jim Fulton
@@ -63,6 +63,21 @@
Change History
**************
+ 2.12.2 (2018-09-04)
+ ===================
+
+ - Upon an error, buildout exits with a non-zero exit code. This now also works
+ when running with ``-D``.
+
+ - Fixed most 'Deprecation' and 'Resource' warnings.
+
+
+ 2.12.1 (2018-07-02)
+ ===================
+
+ - zc.buildout now explicitly requests zc.recipe.egg >=2.0.6 now.
+
+
2.12.0 (2018-07-02)
===================
1
0
Hello community,
here is the log from the commit of package python-click-plugins for openSUSE:Factory checked in at 2018-09-25 15:43:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click-plugins (Old)
and /work/SRC/openSUSE:Factory/.python-click-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click-plugins"
Tue Sep 25 15:43:47 2018 rev:3 rq:637767 version:1.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-click-plugins/python-click-plugins.changes 2018-03-04 12:52:48.863130902 +0100
+++ /work/SRC/openSUSE:Factory/.python-click-plugins.new/python-click-plugins.changes 2018-09-25 15:43:48.181202034 +0200
@@ -1,0 +2,6 @@
+Mon Sep 17 20:00:17 UTC 2018 - Sebastian Wagner <sebix+novell.com(a)sebix.at>
+
+- update to version 1.0.4:
+ - Preemptive fix for a breaking change in Click v7. CLI command names generated from functions with underscores will have dashes instead of underscores. See https://github.com/click-contrib/click-plugins/issues/19.
+
+-------------------------------------------------------------------
Old:
----
click-plugins-1.0.3.tar.gz
New:
----
click-plugins-1.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-click-plugins.spec ++++++
--- /var/tmp/diff_new_pack.wHqzuN/_old 2018-09-25 15:43:48.641201542 +0200
+++ /var/tmp/diff_new_pack.wHqzuN/_new 2018-09-25 15:43:48.649201535 +0200
@@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-click-plugins
-Version: 1.0.3
+Version: 1.0.4
Release: 0
Summary: An extension for click to register CLI commands via setuptools entry-points
License: BSD-3-Clause
++++++ click-plugins-1.0.3.tar.gz -> click-plugins-1.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/CHANGES.md new/click-plugins-1.0.4/CHANGES.md
--- old/click-plugins-1.0.3/CHANGES.md 2016-01-05 19:42:59.000000000 +0100
+++ new/click-plugins-1.0.4/CHANGES.md 2018-09-16 02:21:37.000000000 +0200
@@ -1,6 +1,12 @@
Changelog
=========
+1.0.4 - 2018-09-15
+------------------
+
+- Preemptive fix for a breaking change in Click v7. CLI command names generated from functions with underscores will have dashes instead of underscores. See https://github.com/click-contrib/click-plugins/issues/19.
+
+
1.0.3 - 2016-01-05
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/LICENSE.txt new/click-plugins-1.0.4/LICENSE.txt
--- old/click-plugins-1.0.3/LICENSE.txt 2016-01-05 19:44:12.000000000 +0100
+++ new/click-plugins-1.0.4/LICENSE.txt 2018-09-16 02:21:37.000000000 +0200
@@ -1,6 +1,6 @@
New BSD License
-Copyright (c) 2015-2016, Kevin D. Wurster, Sean C. Gillies
+Copyright (c) 2015-2018, Kevin D. Wurster, Sean C. Gillies
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/PKG-INFO new/click-plugins-1.0.4/PKG-INFO
--- old/click-plugins-1.0.3/PKG-INFO 2016-01-05 19:46:39.000000000 +0100
+++ new/click-plugins-1.0.4/PKG-INFO 2018-09-16 02:23:33.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: click-plugins
-Version: 1.0.3
+Version: 1.0.4
Summary: An extension module for click to enable registering CLI commands via setuptools entry-points.
Home-page: https://github.com/click-contrib/click-plugins
Author: Kevin Wurster, Sean Gillies
@@ -38,7 +38,7 @@
Enabling Plugins
----------------
- For a more detailed example see the `examples <https://github.com/click-contrib/click-plugins/tree/master/examples>`_ section.
+ For a more detailed example see the `examples <https://github.com/click-contrib/click-plugins/tree/master/example>`_ section.
The only requirement is decorating ``click.group()`` with ``click_plugins.with_plugins()``
which handles attaching external commands and groups. In this case the core CLI developer
@@ -105,7 +105,7 @@
-------------------------------
Opening a CLI to plugins encourages other developers to independently extend
- functionality independently but their is no guarantee these new features will
+ functionality independently but there is no guarantee these new features will
be "on brand". Plugin developers are almost certainly already using features
in the core package the CLI belongs to so defining commonly used arguments and
options in one place lets plugin developers reuse these flags to produce a more
@@ -173,7 +173,7 @@
$ git clone https://github.com/click-contrib/click-plugins.git
$ cd click-plugins
$ pip install -e .\[dev\]
- $ py.test tests --cov click_plugins --cov-report term-missing
+ $ pytest tests --cov click_plugins --cov-report term-missing
Changelog
@@ -200,3 +200,4 @@
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
+Provides-Extra: dev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/README.rst new/click-plugins-1.0.4/README.rst
--- old/click-plugins-1.0.3/README.rst 2016-01-05 19:42:59.000000000 +0100
+++ new/click-plugins-1.0.4/README.rst 2018-09-16 02:13:50.000000000 +0200
@@ -30,7 +30,7 @@
Enabling Plugins
----------------
-For a more detailed example see the `examples <https://github.com/click-contrib/click-plugins/tree/master/examples>`_ section.
+For a more detailed example see the `examples <https://github.com/click-contrib/click-plugins/tree/master/example>`_ section.
The only requirement is decorating ``click.group()`` with ``click_plugins.with_plugins()``
which handles attaching external commands and groups. In this case the core CLI developer
@@ -97,7 +97,7 @@
-------------------------------
Opening a CLI to plugins encourages other developers to independently extend
-functionality independently but their is no guarantee these new features will
+functionality independently but there is no guarantee these new features will
be "on brand". Plugin developers are almost certainly already using features
in the core package the CLI belongs to so defining commonly used arguments and
options in one place lets plugin developers reuse these flags to produce a more
@@ -165,7 +165,7 @@
$ git clone https://github.com/click-contrib/click-plugins.git
$ cd click-plugins
$ pip install -e .\[dev\]
- $ py.test tests --cov click_plugins --cov-report term-missing
+ $ pytest tests --cov click_plugins --cov-report term-missing
Changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/click_plugins/__init__.py new/click-plugins-1.0.4/click_plugins/__init__.py
--- old/click-plugins-1.0.3/click_plugins/__init__.py 2016-01-05 19:43:59.000000000 +0100
+++ new/click-plugins-1.0.4/click_plugins/__init__.py 2018-09-16 02:21:37.000000000 +0200
@@ -24,14 +24,14 @@
from click_plugins.core import with_plugins
-__version__ = '1.0.3'
+__version__ = '1.0.4'
__author__ = 'Kevin Wurster, Sean Gillies'
__email__ = 'wursterk(a)gmail.com, sean.gillies(a)gmail.com'
__source__ = 'https://github.com/click-contrib/click-plugins'
__license__ = '''
New BSD License
-Copyright (c) 2015-2016, Kevin D. Wurster, Sean C. Gillies
+Copyright (c) 2015-2018, Kevin D. Wurster, Sean C. Gillies
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/click_plugins.egg-info/PKG-INFO new/click-plugins-1.0.4/click_plugins.egg-info/PKG-INFO
--- old/click-plugins-1.0.3/click_plugins.egg-info/PKG-INFO 2016-01-05 19:46:39.000000000 +0100
+++ new/click-plugins-1.0.4/click_plugins.egg-info/PKG-INFO 2018-09-16 02:23:33.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: click-plugins
-Version: 1.0.3
+Version: 1.0.4
Summary: An extension module for click to enable registering CLI commands via setuptools entry-points.
Home-page: https://github.com/click-contrib/click-plugins
Author: Kevin Wurster, Sean Gillies
@@ -38,7 +38,7 @@
Enabling Plugins
----------------
- For a more detailed example see the `examples <https://github.com/click-contrib/click-plugins/tree/master/examples>`_ section.
+ For a more detailed example see the `examples <https://github.com/click-contrib/click-plugins/tree/master/example>`_ section.
The only requirement is decorating ``click.group()`` with ``click_plugins.with_plugins()``
which handles attaching external commands and groups. In this case the core CLI developer
@@ -105,7 +105,7 @@
-------------------------------
Opening a CLI to plugins encourages other developers to independently extend
- functionality independently but their is no guarantee these new features will
+ functionality independently but there is no guarantee these new features will
be "on brand". Plugin developers are almost certainly already using features
in the core package the CLI belongs to so defining commonly used arguments and
options in one place lets plugin developers reuse these flags to produce a more
@@ -173,7 +173,7 @@
$ git clone https://github.com/click-contrib/click-plugins.git
$ cd click-plugins
$ pip install -e .\[dev\]
- $ py.test tests --cov click_plugins --cov-report term-missing
+ $ pytest tests --cov click_plugins --cov-report term-missing
Changelog
@@ -200,3 +200,4 @@
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
+Provides-Extra: dev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/click_plugins.egg-info/requires.txt new/click-plugins-1.0.4/click_plugins.egg-info/requires.txt
--- old/click-plugins-1.0.3/click_plugins.egg-info/requires.txt 2016-01-05 19:46:39.000000000 +0100
+++ new/click-plugins-1.0.4/click_plugins.egg-info/requires.txt 2018-09-16 02:23:33.000000000 +0200
@@ -1,7 +1,7 @@
click>=3.0
[dev]
-pytest
+pytest>=3
pytest-cov
wheel
coveralls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/setup.cfg new/click-plugins-1.0.4/setup.cfg
--- old/click-plugins-1.0.3/setup.cfg 2016-01-05 19:46:39.000000000 +0100
+++ new/click-plugins-1.0.4/setup.cfg 2018-09-16 02:23:33.000000000 +0200
@@ -2,7 +2,6 @@
universal = 1
[egg_info]
-tag_date = 0
-tag_svn_revision = 0
tag_build =
+tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/setup.py new/click-plugins-1.0.4/setup.py
--- old/click-plugins-1.0.3/setup.py 2016-01-05 19:37:00.000000000 +0100
+++ new/click-plugins-1.0.4/setup.py 2018-09-16 02:13:50.000000000 +0200
@@ -51,7 +51,7 @@
"via setuptools entry-points.",
extras_require={
'dev': [
- 'pytest',
+ 'pytest>=3',
'pytest-cov',
'wheel',
'coveralls'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/click-plugins-1.0.3/tests/test_plugins.py new/click-plugins-1.0.4/tests/test_plugins.py
--- old/click-plugins-1.0.3/tests/test_plugins.py 2015-08-20 16:13:19.000000000 +0200
+++ new/click-plugins-1.0.4/tests/test_plugins.py 2018-09-16 02:13:50.000000000 +0200
@@ -115,18 +115,18 @@
# Same as above but the sub-group has plugins
@with_plugins(plugins=iter_entry_points('_test_click_plugins.test_plugins'))
- @good_cli.group()
+ @good_cli.group(name='sub-cli-plugins')
def sub_cli_plugins():
"""Sub CLI with plugins."""
pass
- result = runner.invoke(good_cli, ['sub_cli_plugins'])
+ result = runner.invoke(good_cli, ['sub-cli-plugins'])
assert result.exit_code is 0
for ep in iter_entry_points('_test_click_plugins.test_plugins'):
assert ep.name in result.output
# Execute one of the sub-group's commands
- result = runner.invoke(good_cli, ['sub_cli_plugins', 'cmd1', 'something'])
+ result = runner.invoke(good_cli, ['sub-cli-plugins', 'cmd1', 'something'])
assert result.exit_code is 0
assert result.output.strip() == 'passed'
1
0
Hello community,
here is the log from the commit of package yishu for openSUSE:Factory checked in at 2018-09-25 15:43:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yishu (Old)
and /work/SRC/openSUSE:Factory/.yishu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yishu"
Tue Sep 25 15:43:43 2018 rev:4 rq:637753 version:1.0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/yishu/yishu.changes 2018-08-31 09:52:58.341763261 +0200
+++ /work/SRC/openSUSE:Factory/.yishu.new/yishu.changes 2018-09-25 15:43:47.153203133 +0200
@@ -1,0 +2,7 @@
+Mon Sep 17 18:05:45 UTC 2018 - Alexei Podvalsky <avvissu(a)yandex.by>
+
+- Update to 1.0.9:
+ * Update AUTHORS
+ * Fix language name for Czech po
+
+-------------------------------------------------------------------
Old:
----
yishu-1.0.8.tar.gz
New:
----
yishu-1.0.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yishu.spec ++++++
--- /var/tmp/diff_new_pack.uvp2x0/_old 2018-09-25 15:43:47.657202594 +0200
+++ /var/tmp/diff_new_pack.uvp2x0/_new 2018-09-25 15:43:47.657202594 +0200
@@ -17,7 +17,7 @@
Name: yishu
-Version: 1.0.8
+Version: 1.0.9
Release: 0
Summary: A bespoke and simple Todo.txt client
License: GPL-3.0-or-later
++++++ yishu-1.0.8.tar.gz -> yishu-1.0.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yishu-1.0.8/AUTHORS new/yishu-1.0.9/AUTHORS
--- old/yishu-1.0.8/AUTHORS 2018-07-13 08:08:53.000000000 +0200
+++ new/yishu-1.0.9/AUTHORS 2018-08-02 17:14:56.000000000 +0200
@@ -1 +1,4 @@
Lains <lainsce(a)airmail.cc>
+
+Original Author:
+Johannes Braun <johannes.braun(a)hannenz.de>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yishu-1.0.8/data/com.github.lainsce.yishu.desktop new/yishu-1.0.9/data/com.github.lainsce.yishu.desktop
--- old/yishu-1.0.8/data/com.github.lainsce.yishu.desktop 2018-07-13 08:08:53.000000000 +0200
+++ new/yishu-1.0.9/data/com.github.lainsce.yishu.desktop 2018-08-02 17:14:56.000000000 +0200
@@ -1,6 +1,7 @@
[Desktop Entry]
Name=Yishu
Comment=A bespoke and simple Todo.txt client
+Comment[cs]=Jednoduchý Todo.txt klient na míru
Categories=GTK;Utility;ProjectManagement;
Exec=com.github.lainsce.yishu
Icon=com.github.lainsce.yishu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yishu-1.0.8/po/LINGUAS new/yishu-1.0.9/po/LINGUAS
--- old/yishu-1.0.8/po/LINGUAS 2018-07-13 08:08:53.000000000 +0200
+++ new/yishu-1.0.9/po/LINGUAS 2018-08-02 17:14:56.000000000 +0200
@@ -2,3 +2,4 @@
nl_NL
pt_BR
ca
+cs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yishu-1.0.8/po/cs.po new/yishu-1.0.9/po/cs.po
--- old/yishu-1.0.8/po/cs.po 1970-01-01 01:00:00.000000000 +0100
+++ new/yishu-1.0.9/po/cs.po 2018-08-02 17:14:56.000000000 +0200
@@ -0,0 +1,104 @@
+#
+# Jan Marek <janmarek28(a)gmail.com>, 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.lainsce.yishu\n"
+"POT-Creation-Date: 2017-11-22 01:20-0200\n"
+"PO-Revision-Date: 2018-07-21 18:46+0200\n"
+"Last-Translator: Jan Marek <janmarek28(a)gmail.com>\n"
+"Language-Team: čeština <>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Gtranslator 2.91.7\n"
+
+#: src/Application.vala:211
+msgid "Edit task"
+msgstr "Upravit úkol"
+
+#: src/Application.vala:212
+msgid "Delete task"
+msgstr "Smazat úkol"
+
+#: src/Application.vala:213
+msgid "Toggle done"
+msgstr "Přepnout dokončení"
+
+#: src/Application.vala:217 src/TaskDialog.vala:48 src/MainWindow.vala:83
+msgid "Priority"
+msgstr "Priorita"
+
+#: src/Application.vala:220
+msgid "None"
+msgstr "Žádný"
+
+#: src/Application.vala:305
+msgid "Select your todo.txt file"
+msgstr "Vyberte svůj todo.txt soubor"
+
+#: src/Application.vala:475
+msgid "The task has been deleted"
+msgstr "Úkol byl odstraněn"
+
+#: src/Application.vala:550
+msgid "The todo.txt file has been modified and been re-read"
+msgstr "Soubor todo.txt byl změněn a následně znovu načten"
+
+#: src/Task.vala:239
+msgid "Today"
+msgstr "Dnes"
+
+#: src/Task.vala:242
+msgid "Yesterday"
+msgstr "Včera"
+
+#: src/Task.vala:245
+msgid "days ago"
+msgstr "dnů zpátky"
+
+#: src/TaskDialog.vala:37
+msgid "New Task"
+msgstr "Nový úkol"
+
+#: src/TaskDialog.vala:47 src/MainWindow.vala:88
+msgid "Task"
+msgstr "Úkol"
+
+#: src/TaskDialog.vala:86
+msgid "Cancel"
+msgstr "Zrušit"
+
+#: src/MainWindow.vala:44
+msgid "Open a todo.txt file to start adding tasks"
+msgstr "Otevřete todo.txt soubor pro přidávání úkolů"
+
+#: src/MainWindow.vala:45
+msgid "Open file"
+msgstr "Otevřít soubor"
+
+#: src/MainWindow.vala:45
+msgid "Use an existing todo.txt file"
+msgstr "Použít existující todo.txt soubor"
+
+#: src/MainWindow.vala:46
+msgid "What is a todo.txt file?"
+msgstr "Co je todo.txt soubor?"
+
+#: src/MainWindow.vala:46
+msgid "Learn more about todo.txt files"
+msgstr "Zjistit více o todo.txt souborech"
+
+#: src/MainWindow.vala:57
+msgid "Open…"
+msgstr "Otevřít…"
+
+#: src/MainWindow.vala:61
+msgid "Add task…"
+msgstr "Přidat úkol…"
+
+#: src/MainWindow.vala:95
+msgid "Done"
+msgstr "Hotovo"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yishu-1.0.8/src/Application.vala new/yishu-1.0.9/src/Application.vala
--- old/yishu-1.0.8/src/Application.vala 2018-07-13 08:08:53.000000000 +0200
+++ new/yishu-1.0.9/src/Application.vala 2018-08-02 17:14:56.000000000 +0200
@@ -314,6 +314,10 @@
settings.todo_txt_file_path = Environment.get_home_dir() + DS + "todo.txt";
} else if (settings.todo_txt_file_path == Environment.get_home_dir() + DS + "Dropbox" + DS + "todo.txt") {
settings.todo_txt_file_path = Environment.get_home_dir() + DS + "Dropbox" + DS + "todo.txt";
+ } else if (settings.todo_txt_file_path == Environment.get_home_dir() + DS + "Nextcloud" + DS + "Todo" + DS + "todo.txt") {
+ settings.todo_txt_file_path = Environment.get_home_dir() + DS + "Nextcloud" + DS + "todo.txt";
+ } else if (settings.todo_txt_file_path == Environment.get_home_dir() + DS + "ownCloud" + DS + "Todo" + DS + "todo.txt") {
+ settings.todo_txt_file_path = Environment.get_home_dir() + DS + "ownCloud" + DS + "Todo" + DS + "todo.txt";
} else if (settings.todo_txt_file_path == Environment.get_home_dir() + DS + "bin" + DS + "todo.txt" + DS + "todo.txt") {
settings.todo_txt_file_path = Environment.get_home_dir() + DS + "bin" + DS + "todo.txt" + DS + "todo.txt";
} else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yishu-1.0.8/src/Preferences.vala new/yishu-1.0.9/src/Preferences.vala
--- old/yishu-1.0.8/src/Preferences.vala 2018-07-13 08:08:53.000000000 +0200
+++ new/yishu-1.0.9/src/Preferences.vala 2018-08-02 17:14:56.000000000 +0200
@@ -41,6 +41,8 @@
list_place.hexpand = true;
list_place.append_text("Home Folder");
list_place.append_text("Dropbox Folder");
+ list_place.append_text("Nextcloud Folder");
+ list_place.append_text("ownCloud Folder");
list_place.append_text("Other Clients Folder");
string DS = "%c".printf(GLib.Path.DIR_SEPARATOR);
@@ -53,9 +55,17 @@
list_place.set_active(1);
list_place.sensitive = true;
debug ("Set as Dropbox");
- } else if (settings.todo_txt_file_path == Environment.get_home_dir() + DS + "bin" + DS + "todo.txt" + DS + "todo.txt") {
+ } else if (settings.todo_txt_file_path == Environment.get_home_dir() + DS + "Nextcloud" + DS + "Todo" + DS + "todo.txt") {
list_place.set_active(2);
list_place.sensitive = true;
+ debug ("Set as Nextcloud");
+ } else if (settings.todo_txt_file_path == Environment.get_home_dir() + DS + "ownCloud" + DS + "Todo" + DS + "todo.txt") {
+ list_place.set_active(3);
+ list_place.sensitive = true;
+ debug ("Set as ownCloud");
+ } else if (settings.todo_txt_file_path == Environment.get_home_dir() + DS + "bin" + DS + "todo.txt" + DS + "todo.txt") {
+ list_place.set_active(4);
+ list_place.sensitive = true;
debug ("Set as Other");
} else {
list_place.sensitive = false;
@@ -68,6 +78,12 @@
} else if (list_place.get_active_text () == "Dropbox Folder") {
settings.todo_txt_file_path = Environment.get_home_dir() + DS + "Dropbox" + DS + "todo.txt";
list_place.sensitive = true;
+ } else if (list_place.get_active_text () == "Nextcloud Folder") {
+ settings.todo_txt_file_path = Environment.get_home_dir() + DS + "Nextcloud" + DS + "Todo" + DS + "todo.txt";
+ list_place.sensitive = true;
+ } else if (list_place.get_active_text () == "ownCloud Folder") {
+ settings.todo_txt_file_path = Environment.get_home_dir() + DS + "ownCloud" + DS + "Todo" + DS + "todo.txt";
+ list_place.sensitive = true;
} else if (list_place.get_active_text () == "Other Clients Folder") {
settings.todo_txt_file_path = Environment.get_home_dir() + DS + "bin" + DS + "todo.txt" + DS + "todo.txt";
list_place.sensitive = true;
1
0
Hello community,
here is the log from the commit of package quilter for openSUSE:Factory checked in at 2018-09-25 15:43:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quilter (Old)
and /work/SRC/openSUSE:Factory/.quilter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quilter"
Tue Sep 25 15:43:39 2018 rev:10 rq:637752 version:1.6.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/quilter/quilter.changes 2018-08-31 10:41:24.306987478 +0200
+++ /work/SRC/openSUSE:Factory/.quilter.new/quilter.changes 2018-09-25 15:43:43.345207202 +0200
@@ -1,0 +2,10 @@
+Mon Sep 17 18:02:34 UTC 2018 - Alexei Podvalsky <avvissu(a)yandex.by>
+
+- Update to 1.6.5:
+ * Track words, chars or lines.
+ * meson: cleanup post_install script
+ * meson: drop lib prefix for libmarkdown
+ * CLI option to start with view page shown
+ * Fix: view page did not show on start
+
+-------------------------------------------------------------------
Old:
----
quilter-1.6.3.tar.gz
New:
----
quilter-1.6.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ quilter.spec ++++++
--- /var/tmp/diff_new_pack.dPEpx1/_old 2018-09-25 15:43:43.733206787 +0200
+++ /var/tmp/diff_new_pack.dPEpx1/_new 2018-09-25 15:43:43.737206783 +0200
@@ -17,7 +17,7 @@
Name: quilter
-Version: 1.6.3
+Version: 1.6.5
Release: 0
Summary: Writing application
License: GPL-3.0-only
++++++ quilter-1.6.3.tar.gz -> quilter-1.6.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/data/com.github.lainsce.quilter.appdata.xml new/quilter-1.6.5/data/com.github.lainsce.quilter.appdata.xml
--- old/quilter-1.6.3/data/com.github.lainsce.quilter.appdata.xml 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/data/com.github.lainsce.quilter.appdata.xml 2018-09-16 23:15:39.000000000 +0200
@@ -56,6 +56,14 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
+ <release version="1.6.2" date="2018-09-21">
+ <description>
+ <p>Release: Track Your Stuff Up</p>
+ <ul>
+ <li>You can now set what to track in the document: Characters, Words, or Lines.</li>
+ </ul>
+ </description>
+ </release>
<release version="1.6.1" date="2018-08-17">
<description>
<p>Release: Font Forgery</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/data/com.github.lainsce.quilter.gschema.xml new/quilter-1.6.5/data/com.github.lainsce.quilter.gschema.xml
--- old/quilter-1.6.3/data/com.github.lainsce.quilter.gschema.xml 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/data/com.github.lainsce.quilter.gschema.xml 2018-09-16 23:15:39.000000000 +0200
@@ -60,6 +60,11 @@
<summary>Font used on Preview View</summary>
<description>The user-preferred font to use in Preview in Quilter</description>
</key>
+ <key name="track-type" type="s">
+ <default>''</default>
+ <summary>Tracking type for the Statusbar</summary>
+ <description>The user-preferred tracking to use in Edit in Quilter</description>
+ </key>
<key name="shown-view" type="b">
<default>true</default>
<summary>Font button for Preview</summary>
Binary files old/quilter-1.6.3/data/images/shot-dark.png and new/quilter-1.6.5/data/images/shot-dark.png differ
Binary files old/quilter-1.6.3/data/images/shot-focused.png and new/quilter-1.6.5/data/images/shot-focused.png differ
Binary files old/quilter-1.6.3/data/images/shot-preview.png and new/quilter-1.6.5/data/images/shot-preview.png differ
Binary files old/quilter-1.6.3/data/images/shot-sepia.png and new/quilter-1.6.5/data/images/shot-sepia.png differ
Binary files old/quilter-1.6.3/data/images/shot.png and new/quilter-1.6.5/data/images/shot.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/data/styles/app-main-stylesheet.css new/quilter-1.6.5/data/styles/app-main-stylesheet.css
--- old/quilter-1.6.3/data/styles/app-main-stylesheet.css 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/data/styles/app-main-stylesheet.css 2018-09-16 23:15:39.000000000 +0200
@@ -60,7 +60,7 @@
}
.color-light:focus {
- border-color: #52ADF8;
+ border-color: #8ac9fc;
box-shadow:
inset 0 1px 0 0 alpha (#dddddd, 0.45),
inset 0 -1px 0 0 alpha (#dddddd, 0.15),
@@ -113,3 +113,15 @@
box-shadow: 0 1px transparent inset;
padding: 6px;
}
+
+.quilter-menu {
+ background: @colorPrimary;
+ color: @textColorPrimary;
+ border: 1px solid alpha (@textColorPrimary, 0.15);
+ background-image: none;
+ padding: 3px;
+}
+
+.quilter-menu:hover {
+ border: 1px solid alpha (@textColorPrimary, 0.35);
+}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/data/styles/app-stylesheet-dark.css new/quilter-1.6.5/data/styles/app-stylesheet-dark.css
--- old/quilter-1.6.3/data/styles/app-stylesheet-dark.css 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/data/styles/app-stylesheet-dark.css 2018-09-16 23:15:39.000000000 +0200
@@ -16,3 +16,8 @@
color: @textColorPrimary;
box-shadow: 0 1px transparent inset;
}
+
+.quilter-menu:hover,
+.quilter-menu:backdrop:active {
+ background-color: alpha (#52ADF8, 0.35);
+}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/data/styles/app-stylesheet-sepia.css new/quilter-1.6.5/data/styles/app-stylesheet-sepia.css
--- old/quilter-1.6.3/data/styles/app-stylesheet-sepia.css 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/data/styles/app-stylesheet-sepia.css 2018-09-16 23:15:39.000000000 +0200
@@ -15,4 +15,9 @@
background: @colorPrimary;
color: @textColorPrimary;
box-shadow: 0 1px transparent inset;
+}
+
+.quilter-menu:hover,
+.quilter-menu:backdrop:active {
+ background-color: alpha (#52ADF8, 0.35);
}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/data/styles/app-stylesheet.css new/quilter-1.6.5/data/styles/app-stylesheet.css
--- old/quilter-1.6.3/data/styles/app-stylesheet.css 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/data/styles/app-stylesheet.css 2018-09-16 23:15:39.000000000 +0200
@@ -16,3 +16,8 @@
color: @textColorPrimary;
box-shadow: 0 1px transparent inset;
}
+
+.quilter-menu:hover,
+.quilter-menu:backdrop:active {
+ background-color: alpha (#8ac9fc, 0.35);
+}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/debian/changelog new/quilter-1.6.5/debian/changelog
--- old/quilter-1.6.3/debian/changelog 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/debian/changelog 2018-09-16 23:15:39.000000000 +0200
@@ -1,3 +1,9 @@
+com.github.lainsce.quilter (1.6.2) xenial; urgency=low
+
+ * Button to track Chars/Words/Lines.
+
+ -- Lains <lainsce(a)airmail.cc> Fri, 21 Sep 2018 14:37:00 -0300
+
com.github.lainsce.quilter (1.6.1) xenial; urgency=low
* Preferences for the Edit View's Font Size.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/meson/post_install.py new/quilter-1.6.5/meson/post_install.py
--- old/quilter-1.6.3/meson/post_install.py 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/meson/post_install.py 2018-09-16 23:15:39.000000000 +0200
@@ -2,18 +2,17 @@
import os
import subprocess
-
-schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')
+import sys
if not os.environ.get('DESTDIR'):
print('Compiling gsettings schemas...')
- subprocess.call(['glib-compile-schemas', schemadir], shell=False)
+ subprocess.call(['glib-compile-schemas', os.path.join(sys.argv[1], 'glib-2.0', 'schemas')], shell=False)
print('Recaching mimetype handlers...')
subprocess.call(['update-desktop-database'], shell=False)
print('Rebuilding desktop icons cache...')
- subprocess.call(['gtk-update-icon-cache', '/usr/share/icons/hicolor/'], shell=False)
+ subprocess.call(['gtk-update-icon-cache', os.path.join(sys.argv[1], 'icons', 'hicolor')], shell=False)
print('Rebuilding font cache...')
- subprocess.call(['fc-cache -f /usr/share/fonts/truetype/quilt/'], shell=True)
+ subprocess.call(['fc-cache', '-f', os.path.join(sys.argv[1], 'fonts', 'truetype', 'quilt')], shell=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/meson.build new/quilter-1.6.5/meson.build
--- old/quilter-1.6.3/meson.build 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/meson.build 2018-09-16 23:15:39.000000000 +0200
@@ -1,6 +1,6 @@
# Name our project
project('com.github.lainsce.quilter', ['vala', 'c'],
- version: '1.6.1'
+ version: '1.6.2'
)
# Import main lib files
@@ -39,7 +39,7 @@
# Find libMarkdown
cc = meson.get_compiler('c')
-libmarkdown = cc.find_library('libmarkdown', required: true)
+libmarkdown = cc.find_library('markdown', required: true)
# Let's define our executable
add_project_arguments(['--vapidir', join_paths(meson.current_source_dir(), 'vapi')], language: 'vala')
@@ -85,7 +85,7 @@
)
# Add in a post install script
-meson.add_install_script('meson/post_install.py')
+meson.add_install_script('meson/post_install.py', join_paths(get_option('prefix'), get_option('datadir')))
# Add subfolders for Meson to look
subdir('data')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/src/Application.vala new/quilter-1.6.5/src/Application.vala
--- old/quilter-1.6.3/src/Application.vala 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/src/Application.vala 2018-09-16 23:15:39.000000000 +0200
@@ -20,6 +20,7 @@
namespace Quilter {
public class Application : Gtk.Application {
private static bool print_cr = false;
+ private static bool open_view = false;
private static string _cwd;
public static MainWindow window = null;
@@ -53,6 +54,10 @@
return;
}
window = new MainWindow (this);
+
+ if (open_view) {
+ window.stack.set_visible_child (window.preview_view);
+ }
window.show_all ();
}
@@ -169,6 +174,8 @@
if (files.length > 0) {
Services.FileManager.open_from_outside (files, "");
+ } else {
+ open_view = false;
}
}
@@ -212,7 +219,8 @@
const OptionEntry[] entries = {
{ "copyright", 'v', 0, OptionArg.NONE, out print_cr, ("Print copyright info and exit"), null },
+ { "view", 'V', 0, OptionArg.NONE, out open_view, ("Open document for preview"), null },
{ null }
};
}
-}
\ No newline at end of file
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/src/Constants/AppSettings.vala new/quilter-1.6.5/src/Constants/AppSettings.vala
--- old/quilter-1.6.3/src/Constants/AppSettings.vala 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/src/Constants/AppSettings.vala 2018-09-16 23:15:39.000000000 +0200
@@ -58,6 +58,7 @@
public string last_file { get; set; }
public string preview_font { get; set; }
public string spellcheck_language { get; set; }
+ public string track_type { get; set; }
private static AppSettings? instance;
public static unowned AppSettings get_default () {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/src/MainWindow.vala new/quilter-1.6.5/src/MainWindow.vala
--- old/quilter-1.6.3/src/MainWindow.vala 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/src/MainWindow.vala 2018-09-16 23:15:39.000000000 +0200
@@ -41,6 +41,9 @@
public const string ACTION_FONT_SERIF = "action_font_serif";
public const string ACTION_FONT_SANS = "action_font_sans";
public const string ACTION_FONT_MONO = "action_font_mono";
+ public const string ACTION_TRACK_CHARS = "action_track_chars";
+ public const string ACTION_TRACK_WORDS = "action_track_words";
+ public const string ACTION_TRACK_LINES = "action_track_lines";
public static Gee.MultiMap<string, string> action_accelerators = new Gee.HashMultiMap<string, string> ();
private const GLib.ActionEntry[] action_entries = {
@@ -50,7 +53,10 @@
{ ACTION_EXPORT_HTML, action_export_html },
{ ACTION_FONT_SERIF, action_font_serif },
{ ACTION_FONT_SANS, action_font_sans },
- { ACTION_FONT_MONO, action_font_mono }
+ { ACTION_FONT_MONO, action_font_mono },
+ { ACTION_TRACK_CHARS, action_track_chars },
+ { ACTION_TRACK_WORDS, action_track_words },
+ { ACTION_TRACK_LINES, action_track_lines }
};
public void dynamic_margins() {
@@ -141,12 +147,19 @@
weak Gtk.IconTheme default_theme = Gtk.IconTheme.get_default ();
default_theme.add_resource_path ("/com/github/lainsce/quilter");
- statusbar.update_wordcount ();
- statusbar.update_linecount ();
+ var settings = AppSettings.get_default ();
+
+ if (settings.track_type == "words") {
+ statusbar.update_wordcount ();
+ } else if (settings.track_type == "lines") {
+ statusbar.update_linecount ();
+ } else if (settings.track_type == "chars") {
+ statusbar.update_charcount ();
+ }
+
statusbar.update_readtimecount ();
show_statusbar ();
- var settings = AppSettings.get_default ();
if (!settings.focus_mode) {
set_font_menu.image = new Gtk.Image.from_icon_name ("set-font", Gtk.IconSize.LARGE_TOOLBAR);
} else {
@@ -157,6 +170,14 @@
show_statusbar ();
show_searchbar ();
+ if (settings.track_type == "words") {
+ statusbar.update_wordcount ();
+ } else if (settings.track_type == "lines") {
+ statusbar.update_linecount ();
+ } else if (settings.track_type == "chars") {
+ statusbar.update_charcount ();
+ }
+
if (!settings.focus_mode) {
set_font_menu.image = new Gtk.Image.from_icon_name ("set-font", Gtk.IconSize.LARGE_TOOLBAR);
} else {
@@ -168,6 +189,7 @@
render_func ();
statusbar.update_wordcount ();
statusbar.update_linecount ();
+ statusbar.update_charcount ();
statusbar.update_readtimecount ();
});
@@ -253,15 +275,15 @@
this.set_titlebar (toolbar);
var set_font_sans = new Gtk.ModelButton ();
- set_font_sans.text = (_("Sans-serif"));
+ set_font_sans.text = (_("Set Sans-serif"));
set_font_sans.action_name = ACTION_PREFIX + ACTION_FONT_SANS;
var set_font_serif = new Gtk.ModelButton ();
- set_font_serif.text = (_("Serif"));
+ set_font_serif.text = (_("Set Serif"));
set_font_serif.action_name = ACTION_PREFIX + ACTION_FONT_SERIF;
var set_font_mono = new Gtk.ModelButton ();
- set_font_mono.text = (_("Monospace"));
+ set_font_mono.text = (_("Set Monospace"));
set_font_mono.action_name = ACTION_PREFIX + ACTION_FONT_MONO;
var set_font_menu_grid = new Gtk.Grid ();
@@ -331,7 +353,9 @@
int w = settings.window_width;
bool v = settings.shown_view;
- set_font_menu.set_visible (v);
+ if (v) {
+ this.stack.set_visible_child (this.preview_view);
+ }
if (x != -1 && y != -1) {
this.move (x, y);
@@ -356,7 +380,11 @@
this.show_all ();
}
+#if VALA_0_42
+ protected bool match_keycode (uint keyval, uint code) {
+#else
protected bool match_keycode (int keyval, uint code) {
+#endif
Gdk.KeymapKey [] keys;
Gdk.Keymap keymap = Gdk.Keymap.get_for_display (Gdk.Display.get_default ());
if (keymap.get_entries_for_keyval (keyval, out keys)) {
@@ -427,6 +455,21 @@
settings.preview_font = "mono";
}
+ private void action_track_chars () {
+ var settings = AppSettings.get_default ();
+ settings.track_type = "chars";
+ }
+
+ private void action_track_words () {
+ var settings = AppSettings.get_default ();
+ settings.track_type = "words";
+ }
+
+ private void action_track_lines () {
+ var settings = AppSettings.get_default ();
+ settings.track_type = "lines";
+ }
+
private void render_func () {
if (edit_view_content.is_modified == true) {
preview_view_content.update_html_view ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/src/Widgets/Cheatsheet.vala new/quilter-1.6.5/src/Widgets/Cheatsheet.vala
--- old/quilter-1.6.3/src/Widgets/Cheatsheet.vala 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/src/Widgets/Cheatsheet.vala 2018-09-16 23:15:39.000000000 +0200
@@ -169,7 +169,11 @@
}
}
+#if VALA_0_42
+ protected bool match_keycode (uint keyval, uint code) {
+#else
protected bool match_keycode (int keyval, uint code) {
+#endif
Gdk.KeymapKey [] keys;
Gdk.Keymap keymap = Gdk.Keymap.get_for_display (Gdk.Display.get_default ());
if (keymap.get_entries_for_keyval (keyval, out keys)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quilter-1.6.3/src/Widgets/StatusBar.vala new/quilter-1.6.5/src/Widgets/StatusBar.vala
--- old/quilter-1.6.3/src/Widgets/StatusBar.vala 2018-08-16 03:35:02.000000000 +0200
+++ new/quilter-1.6.5/src/Widgets/StatusBar.vala 2018-09-16 23:15:39.000000000 +0200
@@ -25,42 +25,82 @@
public Gtk.Label readtimecount_label;
public MainWindow window;
public Gtk.ActionBar actionbar;
+ public Gtk.MenuButton track_type_menu;
/* Average normal reading speed is 275 WPM */
int WPM = 275;
public StatusBar () {
+ var settings = AppSettings.get_default ();
actionbar = new Gtk.ActionBar ();
- wordcount_item ();
- linecount_item ();
+
+ track_type_menu_item ();
+
+ if (settings.track_type == "words") {
+ update_wordcount ();
+ } else if (settings.track_type == "lines") {
+ update_linecount ();
+ } else if (settings.track_type == "chars") {
+ update_charcount ();
+ }
+
readtimecount_item ();
this.transition_type = Gtk.RevealerTransitionType.SLIDE_UP;
this.add (actionbar);
}
- public void wordcount_item () {
- wordcount_label = new Gtk.Label("");
- wordcount_label.set_width_chars (12);
- update_wordcount ();
- actionbar.pack_start (wordcount_label);
+ public void track_type_menu_item () {
+ var track_chars = new Gtk.ModelButton ();
+ track_chars.text = (_("Track Characters"));
+ track_chars.action_name = MainWindow.ACTION_PREFIX + MainWindow.ACTION_TRACK_CHARS;
+
+ var track_words = new Gtk.ModelButton ();
+ track_words.text = (_("Track Words"));
+ track_words.action_name = MainWindow.ACTION_PREFIX + MainWindow.ACTION_TRACK_WORDS;
+
+ var track_lines = new Gtk.ModelButton ();
+ track_lines.text = (_("Track Lines"));
+ track_lines.action_name = MainWindow.ACTION_PREFIX + MainWindow.ACTION_TRACK_LINES;
+
+ var track_type_grid = new Gtk.Grid ();
+ track_type_grid.margin = 6;
+ track_type_grid.row_spacing = 6;
+ track_type_grid.column_spacing = 12;
+ track_type_grid.orientation = Gtk.Orientation.VERTICAL;
+ track_type_grid.add (track_chars);
+ track_type_grid.add (track_words);
+ track_type_grid.add (track_lines);
+ track_type_grid.show_all ();
+
+ var track_type_menu_pop = new Gtk.Popover (null);
+ track_type_menu_pop.add (track_type_grid);
+
+ track_type_menu = new Gtk.MenuButton ();
+ track_type_menu.tooltip_text = _("Set Preview Font");
+ track_type_menu.popover = track_type_menu_pop;
+ track_type_menu.label = "";
+
+ var menu_context = track_type_menu.get_style_context ();
+ menu_context.add_class ("quilter-menu");
+ menu_context.add_class (Gtk.STYLE_CLASS_FLAT);
+
+ actionbar.pack_start (track_type_menu);
}
public void update_wordcount () {
var wc = get_count();
- wordcount_label.set_text((_("Words: ")) + wc.words.to_string());
- }
-
- public void linecount_item () {
- linecount_label = new Gtk.Label("");
- linecount_label.set_width_chars (12);
- update_linecount ();
- actionbar.pack_start (linecount_label);
+ track_type_menu.set_label ((_("Words: ")) + wc.words.to_string());
}
public void update_linecount () {
var lc = get_count();
- linecount_label.set_text((_("Lines: ")) + lc.lines.to_string());
+ track_type_menu.set_label ((_("Lines: ")) + lc.lines.to_string());
+ }
+
+ public void update_charcount () {
+ var cc = get_count();
+ track_type_menu.set_label ((_("Characters: ")) + cc.chars.to_string());
}
public void readtimecount_item () {
@@ -86,7 +126,9 @@
var lines = buffer.get_line_count ();
- return new WordCount(result.strip().split(" ").length, lines, result.length);
+ var chars = result.length;
+
+ return new WordCount(result.strip().split(" ").length, lines, chars);
} catch (Error e) {
return new WordCount(0, 0, 0);
}
1
0
Hello community,
here is the log from the commit of package palaura for openSUSE:Factory checked in at 2018-09-25 15:43:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/palaura (Old)
and /work/SRC/openSUSE:Factory/.palaura.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "palaura"
Tue Sep 25 15:43:37 2018 rev:4 rq:637751 version:1.0.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/palaura/palaura.changes 2018-08-18 00:05:28.963323078 +0200
+++ /work/SRC/openSUSE:Factory/.palaura.new/palaura.changes 2018-09-25 15:43:39.849210938 +0200
@@ -1,0 +2,6 @@
+Mon Sep 17 18:01:31 UTC 2018 - Alexei Podvalsky <avvissu(a)yandex.by>
+
+- Update to 1.0.3:
+ * Clean the deb-packaging branch
+
+-------------------------------------------------------------------
Old:
----
palaura-1.0.2.tar.gz
New:
----
palaura-1.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ palaura.spec ++++++
--- /var/tmp/diff_new_pack.ddkRAg/_old 2018-09-25 15:43:40.273210484 +0200
+++ /var/tmp/diff_new_pack.ddkRAg/_new 2018-09-25 15:43:40.273210484 +0200
@@ -17,7 +17,7 @@
Name: palaura
-Version: 1.0.2
+Version: 1.0.3
Release: 0
Summary: A dictionary with word definitions
License: GPL-3.0-or-later
++++++ palaura-1.0.2.tar.gz -> palaura-1.0.3.tar.gz ++++++
1
0
Hello community,
here is the log from the commit of package notes-up for openSUSE:Factory checked in at 2018-09-25 15:43:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notes-up (Old)
and /work/SRC/openSUSE:Factory/.notes-up.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "notes-up"
Tue Sep 25 15:43:31 2018 rev:3 rq:637750 version:1.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/notes-up/notes-up.changes 2018-07-09 13:27:05.975017169 +0200
+++ /work/SRC/openSUSE:Factory/.notes-up.new/notes-up.changes 2018-09-25 15:43:35.149215960 +0200
@@ -1,0 +2,28 @@
+Mon Sep 17 18:00:37 UTC 2018 - Alexei Podvalsky <avvissu(a)yandex.by>
+
+- Update to 1.6.0:
+ * Rename com.github.philip_scott.notes_up.appdata.xml to
+ com.github.philip-scott.notes-up.appdata.xml
+ * Show trashed pages as insensitive on PagesList
+ * Fix misaligned line numbers
+ * Show New Notebook option on right-clicking the Notebooks
+ expandable (#261)
+ * Remove default parameter and change author name
+ * Use GObject-style construction expandable
+ * Use elementary palette with icon
+ * Update README.md
+ * Fix reveler expanding on Gtk3.22
+ * Removed Discount library (#244)
+ * Add note in README about building in distros which are not
+ elementary OS (#240)
+ * Don't override the system CFLAGS
+ * Add a note in the README about Arch Linux installation (#234)
+ * Add a sub category for the .desktop file (#237)
+- Drop desktop.patch (fixed)
+- Build with libmarkdown
+- Build with vala >= 0.39.0
+- Add README.md
+- Remove obsolete macros
+- Spec file cleanup
+
+-------------------------------------------------------------------
Old:
----
Notes-up-1.5.2.tar.gz
desktop.patch
New:
----
Notes-up-1.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ notes-up.spec ++++++
--- /var/tmp/diff_new_pack.t7QC2T/_old 2018-09-25 15:43:35.957215097 +0200
+++ /var/tmp/diff_new_pack.t7QC2T/_new 2018-09-25 15:43:35.957215097 +0200
@@ -12,39 +12,33 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: notes-up
-Version: 1.5.2
+Version: 1.6.0
Release: 0
Summary: Markdown notes editor & manager
License: GPL-3.0-only
Group: Productivity/Office/Word Processor
-Url: https://github.com/Philip-Scott/Notes-up
+URL: https://github.com/Philip-Scott/Notes-up
Source: https://github.com/Philip-Scott/Notes-up/archive/%{version}.tar.gz#/Notes-u…
-# PATCH-FIX-UPSTREAM https://github.com/Philip-Scott/Notes-up/pull/237
-Patch0: desktop.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
-# TODO: unbundle discount-markdown
-#BuildRequires: pkgconfig(libmarkdown)
+BuildRequires: vala >= 0.39.0
BuildRequires: pkgconfig(granite) >= 0.5
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtksourceview-3.0)
BuildRequires: pkgconfig(gtkspell3-3.0)
+BuildRequires: pkgconfig(libmarkdown)
BuildRequires: pkgconfig(sqlite3)
-BuildRequires: pkgconfig(vapigen) >= 0.26
BuildRequires: pkgconfig(webkit2gtk-4.0)
Recommends: %{name}-lang
-Requires: contractor
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
%description
Notes Up is a notes manager written for Elementary OS. Notes in
@@ -55,42 +49,24 @@
%prep
%setup -q -n Notes-up-%{version}
-%patch0 -p1
-
%build
%cmake
make %{?_smp_mflags}
%install
%cmake_install
-
-mkdir -p %{buildroot}%{_datadir}/appdata
-mv %{buildroot}%{_datadir}/{metainfo,appdata}/com.github.philip-scott.%{name}.appdata.xml
-
%find_lang %{name}
-%post
-%icon_theme_cache_post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%icon_theme_cache_postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-
%files
-%defattr(-,root,root)
-%doc LICENSE changelog.md
+%license LICENSE
+%doc changelog.md README.md
%{_bindir}/com.github.philip-scott.notes-up
-%{_datadir}/%{name}/
%{_datadir}/applications/com.github.philip-scott.notes-up.desktop
-%{_datadir}/appdata/com.github.philip-scott.notes-up.appdata.xml
%{_datadir}/glib-2.0/schemas/org.notes.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/*%{name}.??g
-%dir %{_datadir}/appdata
+%{_datadir}/icons/hicolor/*/apps/com.github.philip-scott.notes-up.??g
+%{_datadir}/metainfo/com.github.philip-scott.notes-up.appdata.xml
+%{_datadir}/notes-up/
%files lang -f %{name}.lang
-%defattr(-,root,root)
%changelog
++++++ Notes-up-1.5.2.tar.gz -> Notes-up-1.6.0.tar.gz ++++++
++++ 21011 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package notejot for openSUSE:Factory checked in at 2018-09-25 15:43:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notejot (Old)
and /work/SRC/openSUSE:Factory/.notejot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "notejot"
Tue Sep 25 15:43:23 2018 rev:7 rq:637749 version:1.4.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/notejot/notejot.changes 2018-09-17 14:26:40.343770588 +0200
+++ /work/SRC/openSUSE:Factory/.notejot.new/notejot.changes 2018-09-25 15:43:30.821220586 +0200
@@ -1,0 +2,6 @@
+Mon Sep 17 18:00:03 UTC 2018 - Alexei Podvalsky <avvissu(a)yandex.by>
+
+- Update to 1.4.6:
+ * Clean deb-packaging branch
+
+-------------------------------------------------------------------
Old:
----
notejot-1.4.5.tar.gz
New:
----
notejot-1.4.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ notejot.spec ++++++
--- /var/tmp/diff_new_pack.49sRXG/_old 2018-09-25 15:43:31.317220055 +0200
+++ /var/tmp/diff_new_pack.49sRXG/_new 2018-09-25 15:43:31.321220051 +0200
@@ -17,7 +17,7 @@
Name: notejot
-Version: 1.4.5
+Version: 1.4.6
Release: 0
Summary: A Sticky Note App
License: GPL-3.0-only
++++++ notejot-1.4.5.tar.gz -> notejot-1.4.6.tar.gz ++++++
1
0
Hello community,
here is the log from the commit of package clipped for openSUSE:Factory checked in at 2018-09-25 15:43:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clipped (Old)
and /work/SRC/openSUSE:Factory/.clipped.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clipped"
Tue Sep 25 15:43:19 2018 rev:2 rq:637748 version:1.0.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/clipped/clipped.changes 2018-01-19 11:50:20.523758229 +0100
+++ /work/SRC/openSUSE:Factory/.clipped.new/clipped.changes 2018-09-25 15:43:19.709232462 +0200
@@ -1,0 +2,10 @@
+Mon Sep 17 17:55:10 UTC 2018 - Alexei Podvalsky <avvissu(a)yandex.by>
+
+- Update to 1.0.3:
+ * debian folder moved out to orphan branches
+ * Update Lithuanian language (#22)
+ * Fix style priority
+ * Update search entry CSS selectors
+- Spec file cleanup
+
+-------------------------------------------------------------------
Old:
----
clipped-1.0.2.tar.gz
New:
----
clipped-1.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ clipped.spec ++++++
--- /var/tmp/diff_new_pack.heqWIb/_old 2018-09-25 15:43:20.117232026 +0200
+++ /var/tmp/diff_new_pack.heqWIb/_new 2018-09-25 15:43:20.121232022 +0200
@@ -1,7 +1,7 @@
#
# spec file for package clipped
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,15 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: clipped
-Version: 1.0.2
+Version: 1.0.3
Release: 0
Summary: Clipboard Manager
-License: GPL-2.0
+License: GPL-2.0-only
Group: System/GUI/Other
URL: https://github.com/davidmhewitt/clipped
Source: https://github.com/davidmhewitt/clipped/archive/%{version}.tar.gz#/%{name}-…
@@ -40,7 +40,6 @@
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xtst)
Recommends: %{name}-lang
-%glib2_gsettings_schema_requires
%description
Clipboard history manager for Elementary OS.
@@ -57,14 +56,11 @@
%install
%cmake_install
-
-mkdir -p %{buildroot}%{_datadir}/appdata
-mv %{buildroot}%{_datadir}/{metainfo,appdata}/com.github.davidmhewitt.clipped.appdata.xml
-
-%fdupes %{buildroot}%{_datadir}
-%find_lang com.github.davidmhewitt.clipped %{name}.lang
%suse_update_desktop_file -r com.github.davidmhewitt.clipped Utility DesktopUtility
+%find_lang com.github.davidmhewitt.clipped %{name}.lang
+%fdupes %{buildroot}%{_datadir}
+%if 0%{?suse_version} < 1500
%post
%icon_theme_cache_post
%desktop_database_post
@@ -74,14 +70,16 @@
%icon_theme_cache_postun
%desktop_database_postun
%glib2_gsettings_schema_postun
+%endif
%files
%doc AUTHORS README*
%{_bindir}/com.github.davidmhewitt.clipped
-%{_datadir}/appdata/com.github.davidmhewitt.clipped.appdata.xml
%{_datadir}/applications/com.github.davidmhewitt.clipped.desktop
%{_datadir}/glib-2.0/schemas/com.github.davidmhewitt.clipped.gschema.xml
%{_datadir}/icons/hicolor/*/apps/com.github.davidmhewitt.clipped.??g
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/com.github.davidmhewitt.clipped.appdata.xml
%files lang -f %{name}.lang
++++++ clipped-1.0.2.tar.gz -> clipped-1.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/.travis.yml new/clipped-1.0.3/.travis.yml
--- old/clipped-1.0.2/.travis.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/clipped-1.0.3/.travis.yml 2018-09-15 17:10:20.000000000 +0200
@@ -0,0 +1,28 @@
+---
+
+language: node_js
+
+node_js:
+ - lts/*
+
+sudo: required
+
+services:
+ - docker
+
+addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - libstdc++-5-dev
+
+cache:
+ directories:
+ - /tmp/liftoff
+
+install:
+ - npm install @elementaryos/houston
+
+script:
+ - houston ci
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/README.md new/clipped-1.0.3/README.md
--- old/clipped-1.0.2/README.md 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/README.md 2018-09-15 17:10:20.000000000 +0200
@@ -12,6 +12,7 @@
* libgtk-3-dev
* valac
* libsqlite3-dev
+* libgee-0.8-dev
## How To Build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/data/com.github.davidmhewitt.clipped.appdata.xml new/clipped-1.0.3/data/com.github.davidmhewitt.clipped.appdata.xml
--- old/clipped-1.0.2/data/com.github.davidmhewitt.clipped.appdata.xml 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/data/com.github.davidmhewitt.clipped.appdata.xml 2018-09-15 17:10:20.000000000 +0200
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 David Hewitt <davidmhewitt(a)gmail.com> -->
<component type="desktop">
- <id>com.github.davidmhewitt.clipped.desktop</id>
+ <id>com.github.davidmhewitt.clipped</id>
<metadata_license>CC0</metadata_license>
+ <project_license>GPL-2.0</project_license>
<name>Clipped</name>
<summary>Manage your clipboard with ease</summary>
<description>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/data/com.github.davidmhewitt.clipped.desktop new/clipped-1.0.3/data/com.github.davidmhewitt.clipped.desktop
--- old/clipped-1.0.2/data/com.github.davidmhewitt.clipped.desktop 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/data/com.github.davidmhewitt.clipped.desktop 2018-09-15 17:10:20.000000000 +0200
@@ -1,7 +1,11 @@
[Desktop Entry]
Name=Clipped
GenericName=Clipboard Manager
+GenericName[lt]=Iškarpinės tvarkytuvė
+GenericName[pt_BR]=Gerente da Prancheta Virtual
Comment=Manage and paste clipboard history
+Comment[lt]=Tvarkyti ir įdėti iškarpinės istoriją
+Comment[pt_BR]=Gerencie e cole a história da sua prancheta virtual
Categories=Office;Utility;TextTools;
Exec=com.github.davidmhewitt.clipped
Icon=com.github.davidmhewitt.clipped
@@ -9,8 +13,11 @@
Type=Application
X-GNOME-Gettext-Domain=clipped
Keywords=Clipboard;Manager;History;Copy;Paste;
+Keywords[lt]=Iškarpinė;Tvarkytuvė;Istorija;Kopijuoti;Įdėti;
Actions=Preferences;
[Desktop Action Preferences]
Name=Clipped Preferences
+Name[lt]=Clipped nuostatos
+Name[pt_BR]=Preferências do Clipped
Exec=com.github.davidmhewitt.clipped --preferences
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/debian/changelog new/clipped-1.0.3/debian/changelog
--- old/clipped-1.0.2/debian/changelog 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/changelog 1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-com.github.davidmhewitt.clipped (1.0.0) xenial; urgency=low
-
- * Initial release.
-
- -- David Hewitt <davidmhewitt(a)gmail.com> Sat, 15 Jul 2017 20:23:58 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/debian/compat new/clipped-1.0.3/debian/compat
--- old/clipped-1.0.2/debian/compat 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/compat 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/debian/control new/clipped-1.0.3/debian/control
--- old/clipped-1.0.2/debian/control 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/control 1970-01-01 01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-Source: com.github.davidmhewitt.clipped
-Section: utils
-Priority: optional
-Maintainer: David Hewitt <davidmhewitt(a)gmail.com>
-Build-Depends: cmake (>= 2.8),
- debhelper (>= 9),
- libgtk-3-dev,
- valac (>= 0.26),
- libsqlite3-dev,
- libgee-0.8-dev
-Standards-Version: 3.9.3
-
-Package: com.github.davidmhewitt.clipped
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Clipboard manager
- Clipboard history manager for elementary OS.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/debian/copyright new/clipped-1.0.3/debian/copyright
--- old/clipped-1.0.2/debian/copyright 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/copyright 1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-Format: http://dep.debian.net/deps/dep5
-Upstream-Name: com.github.davidmhewitt.torrential
-Source: https://github.com/davidmhewitt/torrential
-
-Files: *
-Copyright: 2017 David Hewitt
-License: GPL-2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/debian/rules new/clipped-1.0.3/debian/rules
--- old/clipped-1.0.2/debian/rules 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/rules 1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-%:
- dh $@
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/debian/source/format new/clipped-1.0.3/debian/source/format
--- old/clipped-1.0.2/debian/source/format 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/source/format 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-3.0 (native)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/po/de.po new/clipped-1.0.3/po/de.po
--- old/clipped-1.0.2/po/de.po 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/de.po 2018-09-15 17:10:20.000000000 +0200
@@ -8,56 +8,55 @@
#: ../src/Settings/Shortcut.vala:37
msgid "Disabled"
-msgstr ""
+msgstr "Deaktiviert"
#: ../src/Settings/Shortcut.vala:46
msgid "Ctrl"
-msgstr ""
+msgstr "Strg"
#: ../src/MainWindow.vala:54
msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Durchsuche Verlauf der Zwischenablage…"
#: ../src/MainWindow.vala:88
msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Keine Ergebnisse in der Zwischenablage gefunden"
#: ../src/MainWindow.vala:178
msgid "Try changing search terms."
-msgstr ""
+msgstr "Versuchen Sie es mit einem anderen Suchbegriff."
#: ../src/MainWindow.vala:180
msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Es müssen erst Texte kopiert werden, bevor diese in Clipped erscheinen"
#: ../src/PreferencesWindow.vala:27
msgid "Preferences"
-msgstr ""
+msgstr "Einstellungen"
#: ../src/PreferencesWindow.vala:32
msgid "Close"
-msgstr ""
+msgstr "Schließen"
#: ../src/PreferencesWindow.vala:51
-msgid ""
-"<b>Note:</b> From now on, Clipped will automatically start in the background "
+msgid "<b>Note:</b> From now on, Clipped will automatically start in the background "
"when you log in."
-msgstr ""
+msgstr "<b>Hinweis:</b> Clipped startet ab sofort automatisch im Hintergrund, "
+"wenn Sie sich anmelden."
#: ../src/PreferencesWindow.vala:52
-msgid ""
-"If you wish to change this behaviour, visit <a href=\"settings://"
+msgid "If you wish to change this behaviour, visit <a href=\"settings://"
"applications/startup\">Application Settings…</a>"
-msgstr ""
+msgstr "Sie können diese Eigenschaft in den <a href=\"settings://applications/startup\">Anwendungseinstellungen</a> ändern"
#: ../src/PreferencesWindow.vala:66
msgid "General Settings"
-msgstr ""
+msgstr "Allgemeine Einstellungen"
#: ../src/PreferencesWindow.vala:79
msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Tastenkombination einfügen:"
#: ../src/PreferencesWindow.vala:87
msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Anzahl der Tage zur Speicherung von selten genutzten Einträgen:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/po/fr.po new/clipped-1.0.3/po/fr.po
--- old/clipped-1.0.2/po/fr.po 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/fr.po 2018-09-15 17:10:20.000000000 +0200
@@ -5,59 +5,69 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
+"Project-Id-Version: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
+"X-Generator: Poedit 1.8.7.1\n"
#: ../src/Settings/Shortcut.vala:37
msgid "Disabled"
-msgstr ""
+msgstr "Désactivé"
#: ../src/Settings/Shortcut.vala:46
msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl"
#: ../src/MainWindow.vala:54
msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Rechercher dans l'historique du presse-papier"
#: ../src/MainWindow.vala:88
msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Aucune entrée trouvée"
#: ../src/MainWindow.vala:178
msgid "Try changing search terms."
-msgstr ""
+msgstr "Essayez une autre recherche."
#: ../src/MainWindow.vala:180
msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Les entrées doivent être copiées pour apparaître dans Clipped"
#: ../src/PreferencesWindow.vala:27
msgid "Preferences"
-msgstr ""
+msgstr "Préférences"
#: ../src/PreferencesWindow.vala:32
msgid "Close"
-msgstr ""
+msgstr "Fermer"
#: ../src/PreferencesWindow.vala:51
msgid ""
"<b>Note:</b> From now on, Clipped will automatically start in the background "
"when you log in."
msgstr ""
+"<b>Note :</b> Clipped sera lancé automatiquement à l'ouverture de session."
#: ../src/PreferencesWindow.vala:52
msgid ""
"If you wish to change this behaviour, visit <a href=\"settings://"
"applications/startup\">Application Settings…</a>"
msgstr ""
+"Pour désactiver cette option, accédez au <a href=\"settings://applications/"
+"startup\">paramétrage de l'application…</a>"
#: ../src/PreferencesWindow.vala:66
msgid "General Settings"
-msgstr ""
+msgstr "Paramètres généraux"
#: ../src/PreferencesWindow.vala:79
msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Raccourci pour coller :"
#: ../src/PreferencesWindow.vala:87
msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Jours de conservation des entrées peu utilisées : "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/po/fr_CA.po new/clipped-1.0.3/po/fr_CA.po
--- old/clipped-1.0.2/po/fr_CA.po 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/fr_CA.po 2018-09-15 17:10:20.000000000 +0200
@@ -5,59 +5,69 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
+"Project-Id-Version: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
+"X-Generator: Poedit 1.8.7.1\n"
#: ../src/Settings/Shortcut.vala:37
msgid "Disabled"
-msgstr ""
+msgstr "Désactivé"
#: ../src/Settings/Shortcut.vala:46
msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl"
#: ../src/MainWindow.vala:54
msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Rechercher dans l'historique du presse-papier"
#: ../src/MainWindow.vala:88
msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Aucune entrée trouvée"
#: ../src/MainWindow.vala:178
msgid "Try changing search terms."
-msgstr ""
+msgstr "Essayez une autre recherche."
#: ../src/MainWindow.vala:180
msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Les entrées doivent être copiées pour apparaître dans Clipped"
#: ../src/PreferencesWindow.vala:27
msgid "Preferences"
-msgstr ""
+msgstr "Préférences"
#: ../src/PreferencesWindow.vala:32
msgid "Close"
-msgstr ""
+msgstr "Fermer"
#: ../src/PreferencesWindow.vala:51
msgid ""
"<b>Note:</b> From now on, Clipped will automatically start in the background "
"when you log in."
msgstr ""
+"<b>Note :</b> Clipped sera lancé automatiquement à l'ouverture de session."
#: ../src/PreferencesWindow.vala:52
msgid ""
"If you wish to change this behaviour, visit <a href=\"settings://"
"applications/startup\">Application Settings…</a>"
msgstr ""
+"Pour désactiver cette option, accédez au <a href=\"settings://applications/"
+"startup\">paramétrage de l'application…</a>"
#: ../src/PreferencesWindow.vala:66
msgid "General Settings"
-msgstr ""
+msgstr "Paramètres généraux"
#: ../src/PreferencesWindow.vala:79
msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Raccourci pour coller :"
#: ../src/PreferencesWindow.vala:87
msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Jours de conservation des entrées peu utilisées : "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/po/lt.po new/clipped-1.0.3/po/lt.po
--- old/clipped-1.0.2/po/lt.po 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/lt.po 2018-09-15 17:10:20.000000000 +0200
@@ -1,64 +1,82 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Moo, 2017.
+#
msgid ""
msgstr ""
+"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-07-15 18:27+0100\n"
+"POT-Creation-Date: 2017-12-04 15:34+0200\n"
+"PO-Revision-Date: 2017-12-04 15:39+0200\n"
+"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
-"%100<10 || n%100>=20) ? 1 : 2;\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 1.8.7.1\n"
+"Last-Translator: Moo\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
+"%100<10 || n%100>=20) ? 1 : 2);\n"
+"Language: lt\n"
#: ../src/Settings/Shortcut.vala:37
msgid "Disabled"
-msgstr ""
+msgstr "Išjungta"
#: ../src/Settings/Shortcut.vala:46
msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl(Vald)"
#: ../src/MainWindow.vala:54
msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Ieškoti iškarpinės istorijoje…"
#: ../src/MainWindow.vala:88
msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Nerasta jokių iškarpinės elementų"
#: ../src/MainWindow.vala:178
msgid "Try changing search terms."
-msgstr ""
+msgstr "Pabandykite pakeisti paieškos žodžius."
#: ../src/MainWindow.vala:180
msgid "Items must be copied before they appear in Clipped"
msgstr ""
+"Prieš elementams atsirandant Clipped programoje, jie, iš pradžių, privalo "
+"būti nukopijuoti"
#: ../src/PreferencesWindow.vala:27
msgid "Preferences"
-msgstr ""
+msgstr "Nuostatos"
#: ../src/PreferencesWindow.vala:32
msgid "Close"
-msgstr ""
+msgstr "Užverti"
#: ../src/PreferencesWindow.vala:51
msgid ""
"<b>Note:</b> From now on, Clipped will automatically start in the background "
"when you log in."
msgstr ""
+"<b>Pastaba:</b> Nuo šiol, jums prisijungus, Clipped automatiškai pasileis "
+"fone."
#: ../src/PreferencesWindow.vala:52
msgid ""
"If you wish to change this behaviour, visit <a href=\"settings://"
"applications/startup\">Application Settings…</a>"
msgstr ""
+"Norėdami pakeisti šią elgseną, pereikite į <a href=\"settings://applications/"
+"startup\">Programų nustatymus…</a>"
#: ../src/PreferencesWindow.vala:66
msgid "General Settings"
-msgstr ""
+msgstr "Bendri nustatymai"
#: ../src/PreferencesWindow.vala:79
msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Įdėjimo trumpinys:"
#: ../src/PreferencesWindow.vala:87
msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Kiek dienų laikyti retai naudojamus elementus:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/po/nl.po new/clipped-1.0.3/po/nl.po
--- old/clipped-1.0.2/po/nl.po 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/nl.po 2018-09-15 17:10:20.000000000 +0200
@@ -5,59 +5,70 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Project-Id-Version: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: Heimen Stoffels <vistausss(a)outlook.com>\n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: nl\n"
+"X-Generator: Poedit 2.0.6\n"
#: ../src/Settings/Shortcut.vala:37
msgid "Disabled"
-msgstr ""
+msgstr "Uitgeschakeld"
#: ../src/Settings/Shortcut.vala:46
msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl"
#: ../src/MainWindow.vala:54
msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Zoeken door klembordgeschiedenis…"
#: ../src/MainWindow.vala:88
msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Geen klemborditems gevonden"
#: ../src/MainWindow.vala:178
msgid "Try changing search terms."
-msgstr ""
+msgstr "Probeer andere zoektermen te gebruiken."
#: ../src/MainWindow.vala:180
msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Items moeten worden gekopieerd voordat ze verschijnen in Clipped"
#: ../src/PreferencesWindow.vala:27
msgid "Preferences"
-msgstr ""
+msgstr "Voorkeuren"
#: ../src/PreferencesWindow.vala:32
msgid "Close"
-msgstr ""
+msgstr "Sluiten"
#: ../src/PreferencesWindow.vala:51
msgid ""
"<b>Note:</b> From now on, Clipped will automatically start in the background "
"when you log in."
msgstr ""
+"<b>Opmerking:</b> Clipped wordt voortaan automatisch gestart op de "
+"achtergrond als u inlogt."
#: ../src/PreferencesWindow.vala:52
msgid ""
"If you wish to change this behaviour, visit <a href=\"settings://"
"applications/startup\">Application Settings…</a>"
msgstr ""
+"Als u dit wilt wijzigen, ga dan naar de <a href=\"settings://applications/"
+"startup\">Applicatie-instellingen…</a>"
#: ../src/PreferencesWindow.vala:66
msgid "General Settings"
-msgstr ""
+msgstr "Algemene instellingen"
#: ../src/PreferencesWindow.vala:79
msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Sneltoets voor plakken:"
#: ../src/PreferencesWindow.vala:87
msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Aantal dagen dat niet-frequent gebruikte items worden bewaard:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/po/pt_BR.po new/clipped-1.0.3/po/pt_BR.po
--- old/clipped-1.0.2/po/pt_BR.po 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/pt_BR.po 2018-09-15 17:10:20.000000000 +0200
@@ -5,59 +5,70 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
+"Project-Id-Version: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: Paulo Galardi <lainsce(a)airmail.cc>\n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: pt_BR\n"
+"X-Generator: Poedit 1.8.7.1\n"
#: ../src/Settings/Shortcut.vala:37
msgid "Disabled"
-msgstr ""
+msgstr "Desabilitado"
#: ../src/Settings/Shortcut.vala:46
msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl"
#: ../src/MainWindow.vala:54
msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Procurar a História da Prancheta Virtual…"
#: ../src/MainWindow.vala:88
msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Sem Items Encontrados"
#: ../src/MainWindow.vala:178
msgid "Try changing search terms."
-msgstr ""
+msgstr "Tente mudar os termos da pesquisa"
#: ../src/MainWindow.vala:180
msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Items devem ser copiados antes de estarem no Clipped"
#: ../src/PreferencesWindow.vala:27
msgid "Preferences"
-msgstr ""
+msgstr "Preferências"
#: ../src/PreferencesWindow.vala:32
msgid "Close"
-msgstr ""
+msgstr "Copiar"
#: ../src/PreferencesWindow.vala:51
msgid ""
"<b>Note:</b> From now on, Clipped will automatically start in the background "
"when you log in."
msgstr ""
+"<b>Nota:</b> De agora em diante, Clipped vai automaticamente começar no "
+"plano de fundo quando você entrar na sua sessão."
#: ../src/PreferencesWindow.vala:52
msgid ""
"If you wish to change this behaviour, visit <a href=\"settings://"
"applications/startup\">Application Settings…</a>"
msgstr ""
+"Se quiser mudar este comportamento, visite as <a href=\"settings://"
+"applications/startup\">Preferências do Aplicativo…</a>"
#: ../src/PreferencesWindow.vala:66
msgid "General Settings"
-msgstr ""
+msgstr "Preferências Gerais"
#: ../src/PreferencesWindow.vala:79
msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Atalho de Cola:"
#: ../src/PreferencesWindow.vala:87
msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Dias para manter items não-frequentemente usados:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/clipped-1.0.2/src/MainWindow.vala new/clipped-1.0.3/src/MainWindow.vala
--- old/clipped-1.0.2/src/MainWindow.vala 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/src/MainWindow.vala 2018-09-15 17:10:20.000000000 +0200
@@ -26,7 +26,7 @@
private const string SEARCH_CSS =
"""
- .entry {
+ .large-search-entry {
font-size: 175%;
}
""";
@@ -72,7 +72,9 @@
} catch (Error e) {
warning ("Failed to load CSS style for search box: %s", e.message);
}
- search_headerbar.get_style_context ().add_provider (font_size_provider, Gtk.STYLE_PROVIDER_PRIORITY_USER);
+ var style_context = search_headerbar.get_style_context ();
+ style_context.add_provider (font_size_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
+ style_context.add_class ("large-search-entry");
var background_provider = new Gtk.CssProvider ();
try {
@@ -80,7 +82,7 @@
} catch (Error e) {
warning ("Failed to load CSS style for search window background");
}
- get_style_context ().add_provider (background_provider, Gtk.STYLE_PROVIDER_PRIORITY_USER);
+ get_style_context ().add_provider (background_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
var list_box_scroll = new Gtk.ScrolledWindow (null, null);
list_box_scroll.vexpand = true;
1
0
Hello community,
here is the log from the commit of package agenda for openSUSE:Factory checked in at 2018-09-25 15:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/agenda (Old)
and /work/SRC/openSUSE:Factory/.agenda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "agenda"
Tue Sep 25 15:43:14 2018 rev:3 rq:637747 version:1.0.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/agenda/agenda.changes 2018-08-20 16:19:27.416825542 +0200
+++ /work/SRC/openSUSE:Factory/.agenda.new/agenda.changes 2018-09-25 15:43:18.937233288 +0200
@@ -1,0 +2,7 @@
+Mon Sep 17 17:53:40 UTC 2018 - Alexei Podvalsky <avvissu(a)yandex.by>
+
+- Update to 1.0.12:
+ * Update com.github.dahenson.agenda.appdata.xml
+ * Merge pull request #79 from ryonakano/fix-icon-url
+
+-------------------------------------------------------------------
Old:
----
agenda-1.0.11.tar.gz
New:
----
agenda-1.0.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ agenda.spec ++++++
--- /var/tmp/diff_new_pack.UYu49c/_old 2018-09-25 15:43:19.461232727 +0200
+++ /var/tmp/diff_new_pack.UYu49c/_new 2018-09-25 15:43:19.461232727 +0200
@@ -17,7 +17,7 @@
Name: agenda
-Version: 1.0.11
+Version: 1.0.12
Release: 0
Summary: Task Manager for Elementary
License: GPL-3.0-or-later
++++++ agenda-1.0.11.tar.gz -> agenda-1.0.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agenda-1.0.11/.gitignore new/agenda-1.0.12/.gitignore
--- old/agenda-1.0.11/.gitignore 2018-08-15 04:35:10.000000000 +0200
+++ new/agenda-1.0.12/.gitignore 2018-09-15 06:28:29.000000000 +0200
@@ -1 +1,2 @@
build/
+*~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agenda-1.0.11/CMakeLists.txt new/agenda-1.0.12/CMakeLists.txt
--- old/agenda-1.0.11/CMakeLists.txt 2018-08-15 04:35:10.000000000 +0200
+++ new/agenda-1.0.12/CMakeLists.txt 2018-09-15 06:28:29.000000000 +0200
@@ -11,7 +11,7 @@
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
set (EXEC_NAME ${CMAKE_PROJECT_NAME})
set (RELEASE_NAME "Piece of paper.")
-set (VERSION "1.0.11")
+set (VERSION "1.0.12")
set (VERSION_INFO "Production")
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agenda-1.0.11/README.md new/agenda-1.0.12/README.md
--- old/agenda-1.0.11/README.md 2018-08-15 04:35:10.000000000 +0200
+++ new/agenda-1.0.12/README.md 2018-09-15 06:28:29.000000000 +0200
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/dahenson/agenda.svg?branch=master)](https://t…
<p align="center">
- <img src="https://cdn.rawgit.com/dahenson/agenda/readme-updates/data/icons/128/com.gi…" alt="Icon" />
+ <img src="https://cdn.rawgit.com/dahenson/agenda/master/data/icons/128/com.github.dah…" alt="Icon" />
</p>
<h1 align="center">Agenda</h1>
<p align="center">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/agenda-1.0.11/data/com.github.dahenson.agenda.appdata.xml new/agenda-1.0.12/data/com.github.dahenson.agenda.appdata.xml
--- old/agenda-1.0.11/data/com.github.dahenson.agenda.appdata.xml 2018-08-15 04:35:10.000000000 +0200
+++ new/agenda-1.0.12/data/com.github.dahenson.agenda.appdata.xml 2018-09-15 06:28:29.000000000 +0200
@@ -37,6 +37,14 @@
</description>
<releases>
+ <release version="1.0.12" date="2018-09-14">
+ <description>
+ <p>Visual updates and code fixes</p>
+ <ul>
+ <li>Tiny tweaks for a debut release on elementary OS 5.0</li>
+ </ul>
+ </description>
+ </release>
<release version="1.0.11" date="2018-08-14">
<description>
<p>Visual updates and code fixes</p>
1
0
Hello community,
here is the log from the commit of package rkhunter for openSUSE:Factory checked in at 2018-09-25 15:43:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rkhunter (Old)
and /work/SRC/openSUSE:Factory/.rkhunter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rkhunter"
Tue Sep 25 15:43:11 2018 rev:23 rq:637741 version:1.4.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/rkhunter/rkhunter.changes 2017-11-27 22:15:59.991886019 +0100
+++ /work/SRC/openSUSE:Factory/.rkhunter.new/rkhunter.changes 2018-09-25 15:43:15.161237323 +0200
@@ -1,0 +2,79 @@
+Mon Sep 24 06:23:55 UTC 2018 - Mathias Homann <Mathias.Homann(a)opensuse.org>
+
+- upgrade to version 1.4.6
+
+ * 1.4.6 (20/02/2018)
+
+
+ * New:
+ - Added support for Alpine Linux (busybox).
+ - Added the 'Diamorphine LKM' test.
+ - Added the ALLOWIPCPID configuration file option. This will allow
+ specific PIDs to be whitelisted from the shared memory check.
+ - Added the ALLOWIPCUSER configuration file option. This will allow
+ specific usernames to be whitelisted from the shared memory check.
+ - Added the IPC_SEG_SIZE configuration file option. This can be used
+ to set the minimum shared memory segment size to check. The default
+ value is 1048576 bytes (1MB).
+ - Added the SKIP_INODE_CHECK configuration file option. Setting this
+ option will disable the reporting of any changed inode numbers.
+ The default is to report inode changes. (This option may be useful
+ for filesystems such as Btrfs.)
+ - Added Ebury sshd backdoor test.
+ - Added a new SSH configuration test to check for various suspicious
+ configuration options. Currently there is only one check which
+ relates to the Ebury backdoor.
+ - Added basic test for Jynx2 rootkit.
+ - Added Komplex trojan test.
+ - Added basic test for KeRanger running process.
+ - Added test for Keydnap backdoor.
+ - Added basic test for Eleanor backdoor running process.
+ - Added basic tests for Mokes backdoor.
+ - Added tests for Proton backdoor.
+ - Added the SUSPSCAN_WHITELIST configuration file option. This
+ option can be used to whitelist file pathnames from the
+ 'suspscan' test.
+
+ * Changes:
+ - The 'ipc_shared_mem' test will now log the minimum segment size
+ that will be checked. It will also log the size of any segments
+ which appear suspicious (that is, larger than the configured
+ allowed maximum size).
+ - If verbose logging is disabled, then generally only the test
+ name and the final result for the test will now be logged.
+ - Kernel symbol checks will now use the 'System.map' file, if it
+ exists, and no other kernel symbol file can be found.
+
+ * Bugfixes:
+ - For prelinked systems ensure that the default hash function is
+ SHA1 and not SHA256.
+ - The result from the 'hidden_procs' test was not being
+ calculated correctly.
+ - Checking the O/S version number could be missed in some cases.
+ - Minor improvement to the *BSD immutable files check.
+ - The 'OS_VERSION_FILE' configuration option pathname cannot be
+ a link, but this was not checked.
+ - Improved checks for the O/S name on Devuan systems.
+ - Handling of the '/etc/issue' file during O/S detection has now
+ improved. Escape sequences are either replaced or removed.
+ - Not all the linux kernel module names were being checked.
+ - The logging of detached memory segments tried to show the
+ process pathname. This has now been corrected, and where no
+ pathname is available, the segment owner and PID will be logged.
+ - It was possible for the return code to be lost when running the
+ 'ipc_shared_mem' test. This has now been corrected.
+ - Some configuration options were still not being handled correctly
+ when specified more than once.
+ - The 'ipc_shared_mem' test did not correctly handle whitelisting
+ when a segment pathname was flagged as deleted. This has now
+ been corrected.
+ - Commands disabled in the configuration file were being logged
+ as not found. They are now logged as having been disabled.
+ - Disabling verbose logging could hide some warning messages.
+ - The 'shared_libs' test now caters for simple filenames, as well
+ as pathnames which contain the '$LIB', '$ORIGIN' or '$PLATFORM'
+ variables.
+
+ --
+
+-------------------------------------------------------------------
Old:
----
rkhunter-1.4.4.tar.gz
New:
----
rkhunter-1.4.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rkhunter.spec ++++++
--- /var/tmp/diff_new_pack.cBVD5a/_old 2018-09-25 15:43:16.277236131 +0200
+++ /var/tmp/diff_new_pack.cBVD5a/_new 2018-09-25 15:43:16.281236127 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rkhunter
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2009-2010 by Sascha Manns <saigkill(a)opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -23,10 +23,10 @@
%endif
Name: rkhunter
-Version: 1.4.4
+Version: 1.4.6
Release: 0
Summary: Rootkit Hunter Scans for Rootkits, Backdoors, and Local Exploits
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/Monitoring
Url: http://rkhunter.sourceforge.net/
Source0: http://sourceforge.net/projects/rkhunter/files/%{name}-%{version}.tar.gz
++++++ rkhunter-1.4.4.tar.gz -> rkhunter-1.4.6.tar.gz ++++++
++++ 5393 lines of diff (skipped)
1
0