Age | Commit message (Collapse) | Author | Files | Lines |
|
misc/raspberrypi-userland: bugfix
Revisions pulled up:
- misc/raspberrypi-userland/Makefile 1.11
- misc/raspberrypi-userland/distinfo 1.9
- misc/raspberrypi-userland/patches/patch-host__applications_linux_apps_dtoverlay_dtoverlay__main.c 1.3
---
Module Name: pkgsrc
Committed By: skrll
Date: Sun Apr 16 19:25:25 UTC 2017
Modified Files:
pkgsrc/misc/raspberrypi-userland: Makefile distinfo
Added Files:
pkgsrc/misc/raspberrypi-userland/patches:
patch-host__applications_linux_apps_dtoverlay_dtoverlay__main.c
Log Message:
Deal with scandir prototype differences. Fixes pkg/52146
|
|
misc/rhash: build fix
Revisions pulled up:
- misc/rhash/distinfo 1.6
- misc/rhash/patches/patch-librhash_byte__order.h 1.4
---
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Apr 13 09:40:37 UTC 2017
Modified Files:
pkgsrc/misc/rhash: distinfo
pkgsrc/misc/rhash/patches: patch-librhash_byte__order.h
Log Message:
Don't assume _BIG_ENDIAN and _LITTLE_ENDIAN have values. Fixes SunOS.
|
|
|
|
mirror.
|
|
|
|
# Change Log
## [3.5.5] - 2017-02-24
[3.5.5]: https://github.com/intridea/hashie/compare/v3.5.4...v3.5.5
### Added
* [#326](https://github.com/intridea/hashie/pull/326): Added `Hashie::Extensions::Mash::KeepOriginalKeys` to give Mashes the ability to keep the original structure given to it - [@michaelherold](https://github.com/michaelherold).
### Fixed
* [#415](https://github.com/intridea/hashie/pull/415): Fixed Mash logging keys multiple times which lead to a bad user experience or, in some cases, errors - [@michaelherold](https://github.com/michaelherold).
## [3.5.4] - 2017-02-22
[3.5.4]: https://github.com/intridea/hashie/compare/v3.5.3...v3.5.4
### Added
* [#412](https://github.com/intridea/hashie/pull/412): Added a Hashie::Extensions::Mash::SymbolizeKeys extension that overrides the default stringification behavior for keys - [@michaelherold](https://github.com/michaelherold).
### Fixed
* [#409](https://github.com/intridea/hashie/pull/409): Fixed Railtie detection for projects where Rails is defined but Railties are not availble - [@CallumD](https://github.com/callumd).
* [#411](https://github.com/intridea/hashie/pull/411): Fixed a performance regression from 3.4.3 that caused a 10x slowdown in OmniAuth - [@michaelherold](https://github.com/michaelherold).
## [3.5.3] - 2017-02-11
[3.5.3]: https://github.com/intridea/hashie/compare/v3.5.2...v3.5.3
### Fixed
* [#402](https://github.com/intridea/hashie/pull/402): Use a Railtie to set Hashie.logger on rails boot - [@matthewrudy](https://github.com/matthewrudy).
* [#406](https://github.com/intridea/hashie/pull/406): Ensure that subclasses that disable warnings propagate that setting to grandchild classes - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
## [3.5.2] - 2017-02-10
[3.5.2]: https://github.com/intridea/hashie/compare/v3.5.1...v3.5.2
### Added
* [#395](https://github.com/intridea/hashie/pull/395): Add the ability to disable warnings in Mash subclasses - [@michaelherold](https://github.com/michaelherold).
* [#400](https://github.com/intridea/hashie/pull/400): Fix Hashie.logger load and set the Hashie logger to the Rails logger in a Rails environment - [@michaelherold](https://github.com/michaelherold).
### Fixed
* [#396](https://github.com/intridea/hashie/pull/396): Fix for specs in #381: Incorrect use of shared context meant example was not being run - [@biinari](https://github.com/biinari).
* [#399](https://github.com/intridea/hashie/pull/399): Fix passing Pathname object to Hashie::Mesh.load() - [@albb0920](https://github.com/albb0920).
### Miscellanous
* [#397](https://github.com/intridea/hashie/pull/397): Add the integration specs harness into the main test tasks - [@michaelherold](https://github.com/michaelherold).
## [3.5.1] - 2017-01-31
* [#392](https://github.com/intridea/hashie/pull/392): Fix for #391: Require all dependencies of Hashie::Mash - [@dblock](https://github.com/dblock).
[3.5.1]: https://github.com/intridea/hashie/compare/v3.5.0...v3.5.1
## [3.5.0] - 2017-01-31
* [#386](https://github.com/intridea/hashie/pull/386): Fix for #385: Make `deep_merge` always `deep_dup` nested hashes before merging them in so that there are no shared references between the two hashes being merged. - [@mltsy](https://github.com/mltsy).
* [#389](https://github.com/intridea/hashie/pull/389): Support Ruby 2.4.0 - [@camelmasa](https://github.com/camelmasa).
[3.5.0]: https://github.com/intridea/hashie/compare/v3.4.6...v3.5.0
### Added
* [#381](https://github.com/intridea/hashie/pull/381): Add a logging layer that lets us report potential issues to our users. As the first logged issue, report when a `Hashie::Mash` is attempting to overwrite a built-in method, since that is one of our number one questions - [@michaelherold](https://github.com/michaelherold).
### Changed
* [#384](https://github.com/intridea/hashie/pull/384): Updated to CodeClimate 1.x - [@boffbowsh](https://github.com/boffbowsh).
### Fixed
* [#369](https://github.com/intridea/hashie/pull/369): If a translation for a property exists when using IndifferentAccess and IgnoreUndeclared, use the translation to find the property - [@whitethunder](https://github.com/whitethunder).
* [#376](https://github.com/intridea/hashie/pull/376): Leave string index unchanged if it can't be converted to integer for Array#dig - [@sazor](https://github.com/sazor).
* [#377](https://github.com/intridea/hashie/pull/377): Dont use Rubygems to check ruby version - [@sazor](https://github.com/sazor).
* [#378](https://github.com/intridea/hashie/pull/378): Deep find all searches inside all nested hashes - [@sazor](https://github.com/sazor).
* [#380](https://github.com/intridea/hashie/pull/380): Evaluate procs default values of Dash in object initialization - [@sazor](https://github.com/sazor).
### Miscellanous
* [#387](https://github.com/intridea/hashie/pull/387): Fix builds failing due to Rake 11 having a breaking change - [@michaelherold](https://github.com/michaelherold).
|
|
=== 4.4.3 / 2016-12-28
* Fix deprecated constant warnings on Ruby 2.4.
=== 4.4.2 / 2016-12-20
* Add `help_paging` program flag so that help paging may be disabled. (@gogiel)
=== 4.4.1 / 2016-12-02
* Fix #36 - Warning about MissingSourceFile (@fallwith)
* Fix build on Ruby 1.9
|
|
Bump PKGREVISION.
|
|
|
|
# PowerBar
This is PowerBar - The last progressbar-library you'll ever need.
## Features
* Detects when stdout is not a terminal and automatically falls back to logging
* Does not clutter your log-files with ansi-codes!
* If your CLI-app can run interactively and non-interactively (e.g. cronjob)
you will automatically get reasonable progress-output in both modes.
* By default prints to stderr but can call any output-method
of your choice (e.g. your favorite Logger).
* Fully customizable; all output is template-driven.
* All output is optional. You may set PowerBar to silently collect progress
information (percentage-done, throughput, ETA, etc.) and then use the
computed values elsewhere in your app.
* All state can be updated at any time. For example: If you're monitoring a
multi-part operation then you can change the status-message of a running
PowerBar to reflect the current state.
|
|
- version: 2.81.0
date: 2017-03-10
new features:
- title: "Amazon metadata download: Allow downloading amazon metadata from multiple sources. You can now configure the Amazon plugin via Preferences->Metadata download to use either the amazon servers, or various search engine caches to get the metadata. Should help with the recent CAPTCHA problems when downloading metadata from amazon"
- title: "Kobo driver: Add support for new firmware"
- title: "Edit Book: Spell Check dialog: Always add the original word as one of the spelling corrections, so that small edits to the word can be made easily."
- title: "Edit Book: Saved searched Dialog: Allow re-arranging the saved searches using drag and drop."
- title: "Implement auto update of builtin metadata download plugins, just as for recipes and Get Books plugins. Needed as the websites they get data from often change."
- title: "Edit Book: When inserting full screen images, use the actual image dimensions in the generated SVG code, when available"
- title: "Linux installer: Check that the umask is suitable before running the installer. Should fix breakage on systems where users have changed the user umask but neglected to also alter it for sudo"
- title: "Bulk metadata edit: Remove the control to delete specific formats as it is redundant. This functionality is already present by right clicking the Remove books button"
bug fixes:
- title: "TXT Input: When detecting the encoding of txt files only use the first four kilobytes of text. Fixes excessively slow conversion of very large text files."
- title: "Get Books: Fix price not being displayed for books from Amazon dues to website changes"
- title: "GetBooks: Update Google Books plugin for website changes"
- title: "E-book viewer: Fix slow startup when recently opened files are on a slow/malfunctioning networked filesystem."
- title: "Google metadata download: Fix metadata not being found when the title of the book includes a sub-title"
- title: "Improve downloading of covers from the google books metadata source"
- title: "News download: Fix a bug that could cause a crash when downloading an SVG image."
- title: "Edit book: Fix a regression that caused pasting copied text from programs that generate both HTML and plain text when copying to paste the HTML in preference to the plain text"
improved recipes:
- tyzden
- The Economist
- Kansas City Star
- NYTimes
- The Spectator
|
|
|
|
Set TAR so that GNU tar is found.
Enable start-stop-daemon now that it builds on NetBSD.
Add a test dependency.
|
|
- version: 2.80.0
date: 2017-02-24
new features:
- title: "Add support for sideloading of KFX files created with the third-party KFX calibre plugin"
- title: "Edit book: Allow drag and drop of image files, stylesheets and html files into the editor to insert the appropriate <img> and <link> tags and add the files to the book automatically."
- title: "Kobo driver: Add support for updated firmware"
- title: "Edit Book: Spell Check: If there are no suggestions fill the suggested word box with the original word."
- title: "Viewer: add a shortcut (Ctrl+F11) to show/hide toolbars."
bug fixes:
- title: "PDF Output: Fix courier font not being rendered when converting on windows."
- title: "E-mail delivery: Add a Message-ID header when sending emails. Reduces probability of mails sent from calibre being marked as spam"
- title: "Save to disk: Fix path shortening being applied to entire save template even when saving to singe directory."
- title: "Get Books: Update the Virualo and Publi store plugins for website changes"
- title: "Viewer: Fix regression that caused slow opening of some books with missing font/css/image files"
- title: "Viewer: Pressing Ctrl+F in fullscreen mode should show the controls."
- title: "Edit book: Do not allow creating multiple new files whose names differ only by case."
- title: "Viewer: Use heuristics to try to detect comics encoded as fixed layout EPUBs to ensure they are displayed as intended."
improved recipes:
- The Atlantic
- The Financial Times
new recipes:
- title: Various new and improved Belgian news sources
|
|
dpkg (1.18.23) unstable; urgency=medium
* Handle unmatched arch-qualified virtual packages in dpkg-genbuildinfo,
instead of letting perl die. Closes: #849944
* Declare .buildinfo format as stable with version 1.0.
* Do not depend on cxxabi.h to have declared __cxa_pure_virtual, use
the same “__cxxabiv1” namespace as specified in the C++ ABI, instead
of using the “abi” alias intended for use by userland.
Thanks to Jörg Sonnenberger <joerg@netbsd.org>.
* Add a comment on any C code switch case that falls through. Fixes new
gcc-7 warnings.
* Use snprintf() instead of sprintf() in libdpkg when constructing the ar
member header, as we might overflow depending on the input data.
* Portability:
- Do not redeclare sys_siglist in libcompat when the system does so.
Thanks to Thomas Klausner <wiz@NetBSD.org>.
- Rename err variable to ret in start-stop-daemon as the former is a
function on BSDs.
- Use 5-argument kvm_getprocs() call form on OpenBSD in start-stop-daemon.
- Use correct struct kinfo_proc ruid submember name on NetBSD in
start-stop-daemon.
- Define _KMEMUSER for NetBSD to get declarations for various
struct kinfo_proc members in start-stop-daemon.
* Perl modules:
- Do not special case EM_SPARC32PLUS for NetBSD in Dpkg::Shlibs::Objdump,
the code has been fixed in NetBSD as that situation could not happen.
- Fix read() error handling in Dpkg::Shlibs::Objdump::get_format() to
gracefully ignore non-ELF files again. Closes: #854536
- Emit an explicit warning from Dpkg::Shlibs::Objdump::Object::analyze()
for unknown executable formats instead of relying on objdump doing so.
- Do not parse bogus ELF binaries in Dpkg::Shlibs::Objdump::get_format().
Reported by Niels Thykier <niels@thykier.net>.
- Add ‘.mnt-ignore’ to the default ignore lists in Dpkg::Source::Package,
as we were already ignoring the ‘_MTN’ pathnames. Closes: #855450
Thanks to Nicolas Boulenguez <nicolas@debian.org>.
- Mark kfreebsd-amd64, kfreebsd-i386, sparc and sparc64 architectures as
having gcc builtin PIE in Dpkg::Vendor::Debian.
- Switch PIE handling in Dpkg::Vendor::Debian to have no default (!) and
delegate the setting to gcc or an explicit request by a user. This is
needed to cope with the general PIE brokenness situation in Debian, and
the current specific brokenness of a Debian gcc patch mangling the dpkg
build flags. Closes: #848129, #845550
* Documentation:
- Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
Proposed by Dieter Adriaenssens <dieter.adriaenssens@gmail.com>.
- Document dpkg-source --before-build and --after-build in --help output.
- Document dpkg-buildpackage --ignore-builtin-builddeps in --help output.
* Build system:
- Check <sys/proc.h> by also including <sys/param.h>, on several BSD
systems the header is not self-contained.
- Handle libmd implementations built into system libc, as found on some
BSD systems.
- Do not fail on missing compression libraries or headers on automatic
detection mode. Regression introduced in dpkg 1.18.14.
* Test suite:
- Use the detected perl interpreter instead of a random one from PATH.
[ Updated programs translations ]
* Dutch (Frans Spiesschaert). Closes: #856325
[ Updated scripts translations ]
* German (Helge Kreutzmann).
[ Updated man pages translations ]
* Dutch (Frans Spiesschaer). Closes: #856326
-- Guillem Jover <guillem@debian.org> Mon, 06 Mar 2017 05:41:11 +0100
|
|
|
|
v2.1.0
------
* The ``--no-human-time`` flag is gone. Integrations/scripts might want to look
at ``--porcelain`` as an alternative.
* Fix crash when running ``todo new``.
* Fixes some issues when filtering todos from different timezones.
* Attempt to create the cache file's directory if it does not exist.
* Fix crash when running ``--porcelain show``.
* Show ``id`` for todos everywhere (eg: including new, etc).
* Add the ``ctrl-s`` shortcut for saving in the interactive editor.
|
|
Changes in 2.0.44
Released 2017-02-25.
A release for Windows. Fixes issues people were having running Anki when their Windows login name contained non-Latin characters.
Changes in 2.0.43
Released 2017-02-22.
A release for Windows and Linux machines that moves Anki’s files out of the Documents folder like we did for the Mac in 2.0.37. This should work around issues with OneDrive setting files in the Documents folder to read only, and puts the files in a more standard location on Linux.
The manual has been updated to reflect the new locations:
https://apps.ankiweb.net/docs/manual.html#file-locations
|
|
|
|
AnsiWeather 1.10 (2017-02-16)
- Add a '-v' option to show version number
- Exit with error code when an unknown option is invoked
- Make wind direction customizable
|
|
It supports both python 2 and 3 nowadays.
|
|
v0.11.4: 2017.02.16
- Unpinned vobject library version (base64 decoding/encoding bug was fixed upstream)
- New option: -c / --config /path/to/config.file
- Changed short option of --search-in-source-files from -c to -f to avoid confusion with the new -c / --config option
- Minor bug fixes
|
|
|
|
2.79.1
New Features
Windows: Make recently opened books show up in the jump lists for the standalone viewer and editor programs
OS X/Linux: Show an informational popup message when an Android device is plugged in that needs the user to tap Allow for the connection to work.
Conversion: Log options that are different from the defaults separately, for easy reference
Bug Fixes
2.79.1 fixes a regression in 2.79.0 that broke the file open dialogs on windows vista
Conversion: Fix regression that broke conversion of some epub files when using the 'Remove first image' option.
Get Books: Update Kobo plugin for website changes
Windows MTP driver: Fix error when enumerating device storage not being reported during debug device detection
Tag Browser: When dragging and dropping a book onto a series increment the series number.
Fix crash when generating covers with Qt 5.8 on linux
Fix Get Books result list and jobs list not being populated on Qt 5.8
Fix importing rules in the coloring/icon rules dialog not enabling the apply button
|
|
Changes in 2.0.42
Released 2017-02-10.
A Linux-only release which fixes interface translations not working in the compiled package.
|
|
|
|
|
|
|
|
--------------------------------
## [8.23.0](https://github.com/chef/ohai/tree/8.23.0) (2017-01-23)
**Implemented enhancements:**
- C Plugin: Expand GCC data & only shellout to gcc if Xcode is installed on macOS
- Improve debug logging in multiple plugins
- Detect guests running on Veertu hypervisor
- Properly detect Cumulus Linux platform / version
- Fetch AWS Account ID from metadata
**Fixed bugs:**
- Fix log level selection when running the ohai command
- updating cloud plugin to populate azure private_ip as it's currently nil
## [v8.22.1](https://github.com/chef/ohai/tree/v8.22.1) (2016-12-07)
**Implemented enhancements:**
- Pull the complete version string of Erlang
- Add sysconf plugin to expose system configuration variables
## [8.22.0](https://github.com/chef/ohai/tree/8.22.0) (2016-11-30)
**Implemented enhancements:**
- Detect the global zone of a Solaris system as a virt host even without guests
- Add new haskell language plugin
- Better handle errors in fetching the hostname on darwin (macOS) systems
- Prefer lsb_release tool to /etc/lsb-release data
- Extend set_attribute plugin helper method to set sub-attributes.
**Fixed bugs:**
- Rework / fix logic in the joyent plugin and improve specs
- Avoid ip_scopes returning tunl/docker interfaces as privateaddress
|
|
|
|
From Guillem Jover.
Add test target.
|
|
2017/01/31
+ use DLG_TRACE macro consistently to make "--disable-trace" configure
option work.
+ modify buildlist widget to support option "--reorder" for to allow
user to reorder the data based on the sequence of selections
(discussion with Paraic O'Ceallaigh).
+ fill background color on unused parts of buildlist.
+ fix a minor error in buildlist which let pageup switch columns.
+ change several calls to dlg_trace_msg to prefix with "#" to make
the trace logs more consistent for parsing.
+ add samples/run_test.sh
+ further improve performance with very long command-lines by changes
to howmany_tags().
+ modify dlg_string_to_argv() to convert escaped double-quotes to
plain double-quotes when within a double-quoted string.
+ modify makefile to apply CFLAGS to linking
+ modify dlg_string_to_argv() to ignore escaped newlines except when
quoted, fixing a problem with samples/checklist9.
+ interpret $DIALOGOPTS before expanding "--file", etc., to allow
the environment variable to turn on tracing in that process.
+ improve performance when processing very long command lines, e.g.,
using "--file" by changing dialog_opts[] to an array of pointers to
the expanded argv[] (discussion with Lars Tauber).
+ modified autoconf macros
+ CF_CC_ENV_FLAGS amend the last change to move only the
preprocessor, optimization and warning flags to CPPFLAGS and
CFLAGS, leaving the residue in CC. That happens to work for gcc's
various "model" options, but may require tuning for other compilers
+ CF_LARGEFILE workaround for clang exit-code vs warnings
+ CF_MATH_LIB quiet strict gcc warning
+ CF_WITH_LIBTOOL fix a few places in configure/build scripts where
DESTDIR and rpath were combined
+ CF_XOPEN_SOURCE add "uclinux" to list of Linux's
+ update config.guess, config.sub
|
|
Changes in 2.0.41
Released 2017-01-29.
Shave a second or two off sync times in certain circumstances.
Fix for errors on latest sqlite on Linux (thanks to dequis)
OS X alternate version rebuilt on 2017-01-30 to fix an issue with playing sounds.
|
|
|
|
|
|
v2.0.2
------
* Fix a crash after editing or completing a todo.
v2.0.1
------
* Fix a packaging error.
v2.0.0
------
New features
~~~~~~~~~~~~
* New flag ``--porcelain`` for programmatic integrations to use. See the
``integrations`` section :doc:`here </usage>` for details.
* Implement a new :doc:`configuration option </configure>`: ``default_due``.
* The configuration file is now pre-emptively validated. Users will be warned
of any inconsistencies.
* The ``list`` command has a new ``--due`` flag to filter tasks due soon.
* Todo ids are now persisted in a cache. They can be manually purged using
``flush``.
Packaging changes
~~~~~~~~~~~~~~~~~
* New runtime dependency: configobj
* New runtime dependency: python-dateutil
* New test dependency: flake8-import-order.
|
|
Changelog since last pkgsrc version (1.16.17) is over 150kB, so
please look in debian/changelog in the tarball for details.
|
|
Use included versions of chardet and html5lib.
chardet: not sure if included copy is modified.
html5lib: included copy is definitely modified.
New Features
View button: Add an action to the right click menu that always opens the book with the calibre viewer, regardless of the preferences
Kobo driver: Update to support the newest firmware from Kobo
E-book viewer: Allow opening a specific item from the Table of Contents via the --open-at command line parameter.
Closes tickets: 1656573
Amazon metadata download: Add support for downloading from amazon.ca
Bug Fixes
Edit Book: Do not condense CSS rules when saving AZW3 files regardless of the value of Preferences->Common Options->Look & Feel->Expand CSS
EPUB Output: Fix a duplicate id created in rare circumstances when splitting on page breaks.
Closes tickets: 1658744
DOCX Input: Fix error when converting documents that have images pointing to web resources.
Closes tickets: 1659142
E-book viewer: Fix a regression that caused an increase in load times when loading the individual HTML files inside an EPUB book.
Closes tickets: 1658578
Fix setting a similar books search to use the formats field in Preferences->Searching resulting in an error.
Closes tickets: 1658386
Kobo driver: Fix incorrect cover size being uploaded to the Glo HD
E-book viewer: Fix 'View Image' right click menu action not available for svg files included via <img> tags.
Closes tickets: 1657717
HTML Input: Remove the # character from input filenames, for maximum compatibility.
Closes tickets: 1656833
Edit Book: Fix spell check treating the unicode hyphen (U+2010) differently from the normal hyphen (U+002d).
Closes tickets: 1656319
New news sources
The Sunday Times Magazine by Bobby Steel
Improved news sources
FOX News
Oriental Daily
AM730
The Times
NYTimes
Mediapart
Echo Online
kath.net
GoComics
The Hindu
|
|
|
|
|
|
Bump PKGREVISION.
|
|
* Use internal harfbuzz and graphite2
LibreOffice 5.3.0 requires harfbuzz with graphite2 support.
Enabling graphite2 in fonts/harfbuzz breaks graphics/librsvg, so
I cannot enable graphite2 in fonts/harfbuzz.
* Explicitly specify static libraries of harfbuzz and graphite2
with path to fix a linking of libvcllo.so
* Add some comments to patches
Changelog:
Highlights
LibreOffice 5.3 offers a number of interesting new features in
every area: a new cross-platform text layout engine that uses
HarfBuzz for consistent text layout on all platforms, with significant
advantages across languages and alphabets; a revised Help menu,
with new quick links to user guides and community support forums,
for an improved user experience; and better import/export filters
to new and legacy MS Office documents.
Writer now supports Table Styles, for applying formatting to a
table which is preserved when you make edits to it; a new Page Deck
in the sidebar lets the user quickly customise page settings without
having to go through a separate dialog box; and a new Go to Page
Box makes it possible to jump to another page in the document with
just a few keystrokes.
Calc provides a new set of default cell styles, with greater variety
and better names than in previous releases; in fresh installations,
"enable wildcards in formulas" is now the default option, rather
than regular expressions, to improve compatibility with other
spreadsheet software; and a new text entry box lets the user narrow
down the functions he is looking for, and simplifies the search
for the right one.
Impress now opens with a template selector, to get the user off to
a quick start; and a new Slide Properties Deck is now available in
the sidebar while in slide master mode.
|
|
Changelog:
* Bugfixes
* l10n improvements
|
|
nor in dependency form.
Noted by Eli Schwartz.
|
|
|
|
A command-line based markdown presentation tool.
|
|
|
|
bump PKGREVISION.
|
|
Reported here: https://lists.gnu.org/archive/html/screen-devel/2017-01/msg00025.html
from dholland
|
|
Verbatim copy of libreoffice4-bin/files to libreoffice5-bin/files.
This fixes the package.
|