Hello community, here is the log from the commit of package byobu for openSUSE:Factory checked in at 2020-02-11 22:24:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/byobu (Old) and /work/SRC/openSUSE:Factory/.byobu.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "byobu" Tue Feb 11 22:24:58 2020 rev:8 rq:773326 version:5.130 Changes: -------- --- /work/SRC/openSUSE:Factory/byobu/byobu.changes 2019-09-02 13:26:25.553300275 +0200 +++ /work/SRC/openSUSE:Factory/.byobu.new.26092/byobu.changes 2020-02-11 22:25:51.247582324 +0100 @@ -1,0 +2,17 @@ +Tue Feb 4 04:26:59 UTC 2020 - Steve Kowalik <[email protected]> + +- Update to 5.130 + * usr/lib/byobu/logo: + - add Raspbian colors / logo + * usr/lib/byobu/include/select-session.py: + - Force UTF-8 when attaching in `select-session.py` + * debian/rules: + - ignore new pep8 rules around hard tabs and whitespaces, related + to bug 1843729 + * AUTHORS, CONTRIBUTING, NEWS, README, README.md: + - Flatten these files into a single README.md + - Minor updates in the process +- Remove unnecessary python-devel BuildRequires. +- Replace shebang for two env-using scripts. + +------------------------------------------------------------------- Old: ---- byobu_5.129.orig.tar.gz byobu_5.129.orig.tar.gz.asc New: ---- byobu_5.130.orig.tar.gz byobu_5.130.orig.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ byobu.spec ++++++ --- /var/tmp/diff_new_pack.imXfvA/_old 2020-02-11 22:25:52.395582953 +0100 +++ /var/tmp/diff_new_pack.imXfvA/_new 2020-02-11 22:25:52.395582953 +0100 @@ -1,7 +1,7 @@ # # spec file for package byobu # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2019 Tejas Guruswamy <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: byobu -Version: 5.129 +Version: 5.130 Release: 0 Summary: Enhanced profile and configuration utilities for GNU Screen and tmux License: GPL-3.0-only @@ -31,7 +31,6 @@ BuildRequires: dbus-1-devel BuildRequires: fdupes BuildRequires: hicolor-icon-theme -BuildRequires: python-devel BuildRequires: update-desktop-files # For env in desktop-file Requires: coreutils @@ -85,9 +84,11 @@ %suse_update_desktop_file -G "Screen Profiles" -r %{name} System TerminalEmulator %fdupes %{buildroot}%{_mandir}/ +sed -i 's,/usr/bin/env python3,/usr/bin/python3,' %{buildroot}/usr/lib/byobu/include/*.py + %files %license COPYING -%doc AUTHORS README +%doc README.md %config %{_sysconfdir}/profile.d/Z97-%{name}.*sh %dir %{_sysconfdir}/%{name}/ %config(noreplace) %{_sysconfdir}/%{name}/* ++++++ byobu_5.129.orig.tar.gz -> byobu_5.130.orig.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/AUTHORS new/byobu-5.130/AUTHORS --- old/byobu-5.129/AUTHORS 2016-04-08 00:05:52.000000000 +0200 +++ new/byobu-5.130/AUTHORS 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -Dustin Kirkland <[email protected]> -Nick Barcet <[email protected]> -Raphaël Pinson <[email protected]> -Derek Carter <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/CONTRIBUTING new/byobu-5.130/CONTRIBUTING --- old/byobu-5.129/CONTRIBUTING 2016-04-08 01:49:37.000000000 +0200 +++ new/byobu-5.130/CONTRIBUTING 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ -You may contribute to Byobu by branching the source from Launchpad (ideally), or by forking the project on Github (less ideally): - -$ bzr branch lp:byobu - -$ git clone git://github.com/dustinkirkland/byobu.git - -You commit changes locally, and then propose a merge in Launchpad (ideally), or submit a pull request on Github (less ideally). - -As for coding standards, please use tabs, rather than spaces. Thanks! - -:-Dustin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/ChangeLog new/byobu-5.130/ChangeLog --- old/byobu-5.129/ChangeLog 2019-06-13 01:39:36.000000000 +0200 +++ new/byobu-5.130/ChangeLog 2019-11-29 22:38:35.000000000 +0100 @@ -1,9 +1,33 @@ -byobu (5.129) released; urgency=medium +byobu (5.130) released; urgency=medium + + [ Ricardo N Feliciano ] + * usr/lib/byobu/logo: + - add Raspbian colors / logo + + https://github.com/dustinkirkland/byobu/pull/34 + + [ bryango ] + * usr/lib/byobu/include/select-session.py: + - Force UTF-8 when attaching in `select-session.py` + - https://github.com/dustinkirkland/byobu/pull/35 + + [ Dustin Kirkland ] + * debian/rules: + - ignore new pep8 rules around hard tabs and whitespaces, related + to bug 1843729 + + [ saroj990 and Dustin Kirkland ] + * AUTHORS, CONTRIBUTING, NEWS, README, README.md: + - Flatten these files into a single README.md + - Minor updates in the process + + -- Dustin Kirkland <[email protected]> Fri, 29 Nov 2019 15:33:34 -0600 + +byobu (5.129-0ubuntu1) eoan; urgency=medium * debian/control: - recommend less package, for BYOBU_PAGER - -- Dustin Kirkland <[email protected]> Tue, 11 Jun 2019 19:56:15 -0500 + -- Dustin Kirkland <[email protected]> Wed, 12 Jun 2019 18:41:07 -0500 byobu (5.128-0ubuntu1) eoan; urgency=medium diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/Makefile.in new/byobu-5.130/Makefile.in --- old/byobu-5.129/Makefile.in 2019-06-13 01:39:36.000000000 +0200 +++ new/byobu-5.130/Makefile.in 2019-11-29 22:38:35.000000000 +0100 @@ -153,8 +153,8 @@ CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) -am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog NEWS \ - README install-sh missing +am__DIST_COMMON = $(srcdir)/Makefile.in COPYING ChangeLog install-sh \ + missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/NEWS new/byobu-5.130/NEWS --- old/byobu-5.129/NEWS 2016-01-14 13:14:49.000000000 +0100 +++ new/byobu-5.130/NEWS 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -http://byobu.org/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/README new/byobu-5.130/README --- old/byobu-5.129/README 2016-01-14 13:15:00.000000000 +0100 +++ new/byobu-5.130/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,37 +0,0 @@ -For more information about this package, please see: - * http://byobu.org - -If Byobu is not packaged for your Linux or UNIX OS, or if you do not have -administrative privileges in order to install Byobu, you may be able to -install locally, using the following instructions... - - 0) If you pull the source from the upstream bzr or git: - bzr branch lp:byobu && cd byobu - git clone git://github.com/dustinkirkland/byobu.git byobu-src && cd byobu-src - ./debian/rules autoconf - 1) Or download the latest officially released version from: - https://launchpad.net/byobu/+download - 2) Extract: - tar zxvf byobu*.tar.gz && cd byobu* - 3) Configure: - ./configure --prefix="$HOME/byobu" - 4) OPTIONAL: Use python from your environment, rather than from your distro - echo "export BYOBU_PYTHON='/usr/bin/env python'" >> $HOME/.bashrc - 5) Build: - make - 6) Install: - make install - 7) Update your PATH and BYOBU_PREFIX environment variables - echo "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc - . $HOME/.bashrc - 8) Run: - byobu - -Note that you will need to have a few dependencies installed: - * tmux >= 1.5 and screen - * python-newt (if you want to use Byobu's configuration utility) - * gsed (if your sed implementation doesn't support -i) - * coreutils - -Dustin Kirkland <[email protected]> -2015-03-01 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/README.md new/byobu-5.130/README.md --- old/byobu-5.129/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/byobu-5.130/README.md 2019-11-29 22:32:54.000000000 +0100 @@ -0,0 +1,74 @@ +Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions. + +For more information about this package, please visit: + http://byobu.org + +If *Byobu* is not packaged for your Linux or UNIX OS, or if you do not have administrative privileges in order to install Byobu, you may be able to install locally, using the following instructions... + +### INSTALATION + 1. If you pull the source from the upstream bzr or git: + + ` bzr branch lp:byobu && cd byobu` + `git clone git://github.com/dustinkirkland/byobu.git byobu-src` + `cd byobu-src ./debian/rules autoconf` + + 2. Or download the latest officially released version from: + https://launchpad.net/byobu/+download + + 3. Extract: + + `tar zxvf byobu*.tar.gz && cd byobu*` + + 4. Configure: + + `./configure --prefix="$HOME/byobu"` + + ***OPTIONAL*** : You may use python from your environment, rather than from your distro + + ***echo "export BYOBU_PYTHON='/usr/bin/env python'" >> $HOME/.bashrc*** + + 5. Build: + `make` + + 6. Install: + + `make install` + + 7. Update your `PATH` and `BYOBU_PREFIX` environment variables + + `echo "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc` + `. $HOME/.bashrc` + + 8. Run: + + `byobu` + +> Note that you will need to have a few dependencies installed: + * tmux >= 1.5 and screen + * python-newt (if you want to use Byobu's configuration utility) + * gsed (if your sed implementation doesn't support -i) + +### CONTRIBUTION + +You may contribute to Byobu by branching the source from Launchpad (ideally), or by forking the project on Github (less ideally): + +$ bzr branch lp:byobu + +$ git clone git://github.com/dustinkirkland/byobu.git + +You commit changes locally, and then propose a merge in Launchpad (ideally), or submit a pull request on Github (less ideally). + +As for coding standards, please use tabs, rather than spaces. Thanks! + +### AUTHORS +Dustin Kirkland <[email protected]> +Nick Barcet <[email protected]> +Raphaël Pinson <[email protected]> +Derek Carter <[email protected]> + +### LICENSE: +https://github.com/dustinkirkland/byobu/blob/master/COPYING + +Dustin Kirkland <[email protected]> + +2019-11-29 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/usr/bin/byobu.in new/byobu-5.130/usr/bin/byobu.in --- old/byobu-5.129/usr/bin/byobu.in 2019-06-12 02:56:14.000000000 +0200 +++ new/byobu-5.130/usr/bin/byobu.in 2019-06-13 01:41:09.000000000 +0200 @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -VERSION=5.129 +VERSION=5.130 PKG="byobu" # All sorts of things go wrong if you don't own your $HOME dir. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/usr/lib/byobu/include/select-session.py new/byobu-5.130/usr/lib/byobu/include/select-session.py --- old/byobu-5.129/usr/lib/byobu/include/select-session.py 2019-06-12 02:18:51.000000000 +0200 +++ new/byobu-5.130/usr/lib/byobu/include/select-session.py 2019-11-29 22:18:40.000000000 +0100 @@ -132,7 +132,7 @@ cull_zombies(session_name) # must use the binary, not the wrapper! if backend == "tmux": - os.execvp("tmux", ["tmux", "attach", "-t", session_name]) + os.execvp("tmux", ["tmux", "-u", "attach", "-t", session_name]) else: os.execvp("screen", ["screen", "-AOxRR", session_name]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/usr/lib/byobu/logo new/byobu-5.130/usr/lib/byobu/logo --- old/byobu-5.129/usr/lib/byobu/logo 2019-06-01 22:40:30.000000000 +0200 +++ new/byobu-5.130/usr/lib/byobu/logo 2019-11-29 22:14:34.000000000 +0100 @@ -115,6 +115,10 @@ logo="OWrt" $MARKUP && printf "$(color b colour66 W)%s$(color -)" "$logo" || printf "$logo" ;; + *raspbian*) + logo=" @ " + $MARKUP && printf "$(color colour125 colour15)%s$(color -)" "$logo" || printf "$logo" + ;; *red*hat*|*rhel*) logo=" RH " $MARKUP && printf "$(color R k)%s$(color -)" "$logo" || printf "$logo" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/byobu-5.129/usr/share/byobu/pixmaps/byobu_backup.svg new/byobu-5.130/usr/share/byobu/pixmaps/byobu_backup.svg --- old/byobu-5.129/usr/share/byobu/pixmaps/byobu_backup.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/byobu-5.130/usr/share/byobu/pixmaps/byobu_backup.svg 2019-11-07 18:49:35.000000000 +0100 @@ -0,0 +1,394 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="300" + height="300" + id="svg6345" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="byobu_dev.svg"> + <defs + id="defs6347"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 384 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1024 : 384 : 1" + inkscape:persp3d-origin="512 : 256 : 1" + id="perspective6353" /> + <inkscape:perspective + id="perspective6363" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective6353-9" + inkscape:persp3d-origin="512 : 256 : 1" + inkscape:vp_z="1024 : 384 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 384 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective6363-5" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.0000001" + inkscape:cx="153.52848" + inkscape:cy="87.089627" + inkscape:current-layer="layer5" + inkscape:document-units="px" + showgrid="false" + inkscape:window-width="2490" + inkscape:window-height="1401" + inkscape:window-x="70" + inkscape:window-y="39" + inkscape:window-maximized="1" /> + <metadata + id="metadata6350"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="icon" + style="display:inline"> + <path + style="display:inline;fill:#f9dfb5;fill-opacity:1;stroke:none;stroke-width:6.46818447;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 202.8386,11.42789 84.70126,7.10605 -4.12095,264.13156 -79.84287,6.17163 z" + id="path4188-0" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccc" /> + <path + style="display:inline;fill:#ffe0c9;fill-opacity:1;stroke:none;stroke-width:6.46799994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 108.61566,275.50806 0.51115,-250.6133 92.66051,-13.41778 0.96231,277.50414 z" + id="path4700-1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccc" /> + <path + style="display:inline;fill:#ffcca3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.46799994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 12.3103,15.17486 94.9796,9.88249 -0.90408,250.33701 -91.32217,10.53727 z" + id="path4702-9" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccc" /> + <path + style="display:inline;fill:#008000;fill-opacity:1;stroke:#4b3b30;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 241.08789,42.742188 -52.53125,45.310546 -19.66797,-1.292968 0.65235,26.425784 -17.53711,9.53515 6.88671,26.60742 -14.14843,16.97657 -29.00196,-26.68164 -0.54687,-15.08594 L 145.12695,97 142.9375,94.619141 116.06445,119.3418 126.30078,79.455078 120.66211,78.007812 111.38086,114.17188 68.167969,91.125 41.994141,92.271484 46.171875,73.595703 43.015625,72.890625 37.916016,95.6875 l 29.509765,-1.292969 43.128909,23.001949 -1.26563,4.93164 0.23828,6.59766 -26.091793,10.04883 -32.601563,-25.79492 -12.52539,-1.92188 -0.685547,4.47657 11.339844,1.73828 33.689453,26.65625 27.048826,-10.41797 0.3086,8.55078 34.28515,31.54297 15.38867,32.56054 -35.59961,16.30079 -23.97656,-20.01368 -66.078123,4.13672 0.306641,4.89258 64.128906,-4.01367 24.849606,20.74219 38.46289,-17.61328 2.60547,5.51171 7.72657,3.69141 -32.98829,23.30469 1.86719,2.64062 34.46484,-24.34765 23.99805,11.46484 56.0625,47.33008 3.75586,-4.44727 -56.02539,-47.30078 49.32813,-24.39453 -2.29493,-4.63867 -52.74218,26.08398 -4.6543,-2.22461 40.99414,-34.81445 -3.34961,-3.94336 -42.76172,36.31445 -19.00195,-9.07812 -19.68945,-41.66016 -0.51758,-0.47656 29.04687,-34.85938 58.20899,-39.10937 19.7832,-2.935547 0.4707,0 0,-5.175781 -0.85351,0 -21.31641,3.164062 -59.79297,40.175786 -11.64258,13.97265 -5.18554,-20.03515 27.61523,-15.01368 -2.16211,-3.97851 -9.99218,5.43359 -0.5254,-21.23242 17.45704,1.148438 53.53515,-46.175782 -2.11328,-2.449218 z" + id="path3236" + inkscape:connector-curvature="0" /> + <g + id="g4681" + style="display:inline;fill:none"> + <path + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="path4188" + d="m 202.8386,479.42789 84.70126,7.10605 -4.12095,264.13156 -79.84287,6.17163 z" + style="fill:none;fill-opacity:0;stroke:#000000;stroke-width:6.46818447;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + transform="translate(0,-468)" /> + <path + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="path4700" + d="m 108.61565,743.50806 0.51116,-250.6133 92.66051,-13.41778 0.96231,277.50414 z" + style="fill:none;fill-opacity:0.19607843;stroke:#000000;stroke-width:6.46799994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + transform="translate(0,-468)" /> + <path + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="path4702" + d="m 12.310294,15.17486 94.979596,9.88249 -0.90408,250.33701 -91.322163,10.53727 z" + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:6.46799994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6289" + transform="matrix(0.67434588,0,0,0.62041473,-11268.735,-5.43424)" + cx="16760.033" + cy="129.27118" + rx="9.8305082" + ry="13.271187" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6291" + transform="matrix(0.58443311,0,0,0.39706542,-9776.2887,29.64718)" + cx="16805.254" + cy="191.20338" + rx="14.745763" + ry="12.288136" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6293" + transform="matrix(0.67434588,0,0,0.62041473,-11263.432,-12.14312)" + cx="16762.492" + cy="220.69492" + rx="12.288136" + ry="10.322034" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6295" + transform="matrix(0.67434588,0,0,0.62041473,-11299.228,-128.63387)" + cx="16818.033" + cy="308.67798" + rx="8.8474579" + ry="6.8813558" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6297" + transform="matrix(0.67434588,0,0,0.62041473,-11319.779,-93.86962)" + cx="16831.305" + cy="331.28815" + rx="6.3898306" + ry="9.8305082" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6329" + transform="matrix(0.67434588,0,0,0.62041473,-11291.274,-20.6817)" + cx="16825.898" + cy="146.96609" + rx="11.79661" + ry="7.3728814" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6279" + transform="matrix(0.67434588,0,0,0.62041473,-11282.656,-91.43002)" + cx="16954.186" + cy="287.54236" + rx="8.3559322" + ry="9.3389826" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6283" + transform="matrix(0.67434588,0,0,0.62041473,-11257.465,-30.44009)" + cx="16918.305" + cy="211.35593" + rx="8.8474579" + ry="7.8644066" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6287" + transform="matrix(0.33717295,0,0,0.74449769,-5576.2721,-29.09832)" + cx="16891.764" + cy="131.72882" + rx="12.779661" + ry="9.8305082" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6317" + transform="matrix(0.67434588,0,0,0.62041473,-11196.478,-128.63387)" + cx="16798.865" + cy="333.74576" + rx="6.3898306" + ry="7.3728814" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6323" + transform="matrix(0.77068099,0,0,0.50408697,-12786.624,-104.50473)" + cx="16764.457" + cy="341.11865" + rx="10.322034" + ry="7.8644066" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6325" + transform="matrix(0.67434588,0,0,0.62041473,-11250.836,-87.16073)" + cx="16888.814" + cy="284.10168" + rx="6.8813558" + ry="7.8644066" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6269" + transform="matrix(0.67434588,0,0,0.62041473,-11296.577,-109.727)" + cx="17029.881" + cy="360.77966" + rx="5.4067798" + ry="3.9322033" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6281" + transform="matrix(0.67434588,0,0,0.62041473,-11230.286,-62.15485)" + cx="16923.711" + cy="260.01694" + rx="7.3728814" + ry="9.3389826" /> + <circle + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6299" + transform="matrix(0.67434588,0,0,0.62041473,-11144.768,-131.07347)" + cx="16810.66" + cy="382.89832" + r="6.3898306" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6257" + transform="matrix(0.67434588,0,0,0.62041473,-11262.769,-12.75303)" + cx="17060.848" + cy="110.10169" + rx="6.8813558" + ry="8.8474579" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6259" + transform="matrix(0.67434588,0,0,0.62041473,-11253.488,-21.90151)" + cx="17020.051" + cy="110.10169" + rx="10.322034" + ry="9.8305082" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6277" + transform="matrix(0.67434588,0,0,0.62041473,-11166.645,-173.76641)" + cx="16913.881" + cy="338.66101" + rx="9.3389826" + ry="7.3728814" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6251" + transform="matrix(0.67434588,0,0,0.62041473,-11257.465,0.05486)" + cx="17087.881" + cy="140.57626" + rx="9.3389826" + ry="9.8305082" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6253" + transform="matrix(0.67434588,0,0,0.62041473,-11244.206,-1.77482)" + cx="17057.898" + cy="167.61017" + rx="6.8813558" + ry="8.3559322" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6255" + transform="matrix(0.67434588,0,0,0.62041473,-11241.555,-12.75303)" + cx="17034.305" + cy="147.45763" + rx="11.79661" + ry="10.81356" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6261" + transform="matrix(0.67434588,0,0,0.62041473,-11246.196,36.64882)" + cx="17021.033" + cy="256.57626" + rx="5.4067798" + ry="4.9152541" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6263" + transform="matrix(0.67434588,0,0,0.62041473,-11246.196,2.49447)" + cx="17026.932" + cy="282.62711" + rx="10.322034" + ry="9.3389826" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6265" + transform="matrix(0.67434588,0,0,0.62041473,-11271.388,-7.87383)" + cx="17041.186" + cy="307.2034" + rx="9.8305082" + ry="10.322034" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6267" + transform="matrix(0.67434588,0,0,0.62041473,-11253.488,-1.77482)" + cx="17076.576" + cy="335.71185" + rx="11.79661" + ry="8.3559322" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6271" + transform="matrix(0.67434588,0,0,0.62041473,-11243.543,-5.43424)" + cx="17042.66" + cy="354.88135" + rx="8.3559322" + ry="6.8813558" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6327" + transform="matrix(0.67434588,0,0,0.62041473,-11262.104,9.20335)" + cx="17077.068" + cy="290" + rx="11.305085" + ry="14.745763" /> + <circle + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6273" + transform="matrix(0.67434588,0,0,0.62041473,-11260.778,-20.0718)" + cx="16896.186" + cy="414.35593" + r="9.3389826" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6275" + transform="matrix(0.67434588,0,0,0.62041473,-11284.646,39.69831)" + cx="16954.186" + cy="339.15256" + rx="5.4067798" + ry="9.8305082" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6331" + transform="matrix(0.67434588,0,0,0.62041473,-11285.97,-4.82431)" + cx="16937.967" + cy="414.35593" + rx="7.8644066" + ry="6.3898306" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6311" + transform="matrix(0.67434588,0,0,0.62041473,-11321.105,-27.39059)" + cx="16826.881" + cy="393.71185" + rx="8.8474579" + ry="8.3559322" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6313" + transform="matrix(0.32933172,0,0,0.41360982,-5480.0571,59.62168)" + cx="16772.322" + cy="385.35593" + rx="21.135593" + ry="11.79661" /> + <ellipse + style="display:inline;fill:#aa0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path6315" + transform="matrix(0.67434588,0,0,0.62041473,-11285.307,-17.02232)" + cx="16786.576" + cy="348.98306" + rx="9.8305082" + ry="7.8644066" /> + </g> +</svg>
