14 Commits

Author SHA256 Message Date
8109e7eefe Accepting request 1163959 from home:mnhauke
- Update to version 2.0.0
  Added
  * Look for detoxrc in $XDG_CONFIG_HOME.
  Changed
  * Enabling verbose mode is now done with either -v or --verbose.
  * Renamed .ts files to .template so they don't appear as
    TypeScript files.

OBS-URL: https://build.opensuse.org/request/show/1163959
OBS-URL: https://build.opensuse.org/package/show/utilities/detox?expand=0&rev=6
2024-06-11 10:25:33 +00:00
becd3a23b9 - Update to version 2.0.0
Added
  * Look for detoxrc in $XDG_CONFIG_HOME.
  Changed
  * Enabling verbose mode is now done with either -v or --verbose.
  * Renamed .ts files to .template so they don't appear as
    TypeScript files.

OBS-URL: https://build.opensuse.org/package/show/home:mnhauke/detox?expand=0&rev=10
2024-04-01 16:50:45 +00:00
cfc57a6aa4 Accepting request 912724 from home:mnhauke
- Update to version 1.4.5
  * Build system related fixes, no functional changes

OBS-URL: https://build.opensuse.org/request/show/912724
OBS-URL: https://build.opensuse.org/package/show/utilities/detox?expand=0&rev=5
2021-09-07 19:10:54 +00:00
aec5b5c1c6 - Update to version 1.4.5
* Build system related fixes, no functional changes

OBS-URL: https://build.opensuse.org/package/show/home:mnhauke/detox?expand=0&rev=8
2021-08-17 15:31:30 +00:00
e4f0c9aa90 Accepting request 877408 from home:mnhauke
- Update to version 1.4.2
  * Build system related fixes, no functional changes

OBS-URL: https://build.opensuse.org/request/show/877408
OBS-URL: https://build.opensuse.org/package/show/utilities/detox?expand=0&rev=4
2021-03-29 11:18:11 +00:00
3948d56ade - Update to version 1.4.2
* Build system related fixes, no functional changes

OBS-URL: https://build.opensuse.org/package/show/home:mnhauke/detox?expand=0&rev=6
2021-03-06 17:15:32 +00:00
1d5f24e2ee Accepting request 874055 from home:mnhauke
- Update to version 1.4.1
  * Fixed a memory overflow bug while reading files from the
    command line.

OBS-URL: https://build.opensuse.org/request/show/874055
OBS-URL: https://build.opensuse.org/package/show/utilities/detox?expand=0&rev=3
2021-02-25 09:14:15 +00:00
93055b2ade - Update to version 1.4.1
* Fixed a memory overflow bug while reading files from the
    command line.

OBS-URL: https://build.opensuse.org/package/show/home:mnhauke/detox?expand=0&rev=4
2021-02-20 19:38:14 +00:00
f689bc88e1 Accepting request 871744 from home:mnhauke
- Update to version 1.4.0
  Added
  * Regression tests for basic functionality, based on old custom
    scripts.
  * Regression tests confirming fixes for previously fixed
    issues: #14, #19.
  Changed
  * Removed one check for . and .. when traversing a directory
    tree.
  * Regenerated config file parser.
  * Updated the safe filter to translate new lines, carriage
    returns, and tabs into underscores.
  Fixed
  * The examples in detox.1 no longer say -c when they mean -f.
  * The command synopsis in detox.1 and inline-detox.1 no longer
    adds a dash before the sequence and configfile.
- Run testsuite

OBS-URL: https://build.opensuse.org/request/show/871744
OBS-URL: https://build.opensuse.org/package/show/utilities/detox?expand=0&rev=2
2021-02-15 09:46:56 +00:00
5ea6452bd2 - Update to version 1.4.0
Added
  * Regression tests for basic functionality, based on old custom
    scripts.
  * Regression tests confirming fixes for previously fixed
    issues: #14, #19.
  Changed
  * Removed one check for . and .. when traversing a directory
    tree.
  * Regenerated config file parser.
  * Updated the safe filter to translate new lines, carriage
    returns, and tabs into underscores.
  Fixed
  * The examples in detox.1 no longer say -c when they mean -f.
  * The command synopsis in detox.1 and inline-detox.1 no longer
    adds a dash before the sequence and configfile.
- Run testsuite

OBS-URL: https://build.opensuse.org/package/show/home:mnhauke/detox?expand=0&rev=2
2021-02-13 13:15:54 +00:00
f5608ead25 OBS-URL: https://build.opensuse.org/package/show/home:mnhauke/detox?expand=0&rev=1 2021-02-13 13:05:43 +00:00
2b3ce0c102 Accepting request 871399 from home:aginies
Useful tool to renames files removing unwanted Spaces and various other unsafe characters.

OBS-URL: https://build.opensuse.org/request/show/871399
OBS-URL: https://build.opensuse.org/package/show/utilities/detox?expand=0&rev=1
2021-02-12 14:29:08 +00:00
b5b56276a3 Hi Antoine, here's an update to the current version.
I think, it's ready to be submitted to utilities.

Cheers,
Pete

- Update to version 1.3.3
  + Fix version identifier in detox binary.
- Update to version 1.3.2
  + Table based UTF-8 translation no longer mangles characters. #14
- Update to version 1.3.1
  + Merged fix for Debian #861537, written by Vasily Kolobkov,
    passed on by Zenaan Harkness, Quentin Guittard, and Joao
    Eriberto Mota Filho. This addresses an issue with detox
    generating malformed characters during translation. #14
- Update to version 1.3.0
  + Migrated from configure.in and Makefile.in to the full autoconf
    suite. #1
  + Remove detox_path.h, in favor of command line defines. #1
  + Removed libpopt support. #2
  + Fixed the way inline-detox is generated. #6
  + Merged parse_option_*.[ch] and file*.[ch]. [#1, #2, #6]
  + Added --inline as an option to detox, to enable inline mode on
    the main binary. #6
- Update to version 1.2.1
  + Migrated documents to Markdown for better presentation on
    github.
  + Applied Debian patch 01-make-upstream-makefiles-parallel-build-
    safe.patch, written by Patrick Schoenfeld and updated by Joao
    Eriberto Mota Filho. This adds additional variables to the
    Makefile for safe parallel builds and GCC hardening.
  + Applied Debian patch 02-fix-wrong-use-of-hyphens-in-
    manpage.patch, written by Patrick Schoenfeld and updated by
    Joao Eriberto Mota Filho. This fixes an errant "-" in the
    manpage, and corrects a spelling mistake.

OBS-URL: https://build.opensuse.org/package/show/home:aginies/detox?expand=0&rev=2
2021-02-12 10:13:04 +00:00
95ca35d99a OBS-URL: https://build.opensuse.org/package/show/home:aginies/detox?expand=0&rev=1 2015-01-22 08:31:32 +00:00