- Nov 16, 2017
-
-
Luca Boccassi authored
Solution: remove manually added unversioned Provide, as it is generated automatically. [ 77s] ERROR: /.build.packages/RPMS/i586/generator-scripting-language-1510830494.60d5c103-25.1.i586.rpm [ 77s] has an unversioned self-provide. [ 77s] Remove it, self-provides are done automatically.
-
Luca Boccassi authored
Solution: remove strict dependency on pcre-devel, older versions work as well
-
Luca Boccassi authored
Solution: let the build system generate it automatically
-
Luca Boccassi authored
Solution: don't explicitly depend on bash and GCC, other compilers and shells can be used too and are defined in the build environment
-
Luca Boccassi authored
Solution: fix it
-
Eric Voskuil authored
Problem: RPM specfile should want proper dependencies
-
Eric Voskuil authored
Problem: version 4.1.4 still in packaging metadata
-
Jim Klimov authored
Solution: Update PCRE requirement to v8+, require a shell and compiler for build, and PCRE for runtime Signed-off-by:Jim Klimov <EvgenyKlimov@eaton.com>
-
Jim Klimov authored
Solution: update to 4.1.5 per release tagged two months ago ;) Signed-off-by:Jim Klimov <EvgenyKlimov@eaton.com>
-
- Nov 15, 2017
-
-
Luca Boccassi authored
Problem: there is no Jenkinsfile
-
Jim Klimov authored
-
Jim Klimov authored
-
- Oct 21, 2017
-
-
Kevin Sapper authored
Problems: build broken on sparc64 and mips64el
-
- Oct 20, 2017
-
-
Constantin Rack authored
Problem: get_abbrev_day/month return local variable
-
Luca Boccassi authored
Solution: change the functions to take in the destination buffer and use it instead of returning a local variable.
-
- Oct 19, 2017
-
-
Luca Boccassi authored
Solution: add definitions to prelude
-
Luca Boccassi authored
Solution: add definitions to prelude
-
- Oct 18, 2017
-
-
Constantin Rack authored
-
Luca Boccassi authored
Solution: add MIT old-style license to packaging/debian/copyright
-
- Sep 13, 2017
-
-
Luca Boccassi authored
Problem: some systems can't find pcre.h
-
Jim Klimov authored
Solution: help by pre-populating a CPPFLAGS value Signed-off-by:Jim Klimov <EvgenyKlimov@eaton.com>
-
- Sep 12, 2017
-
-
Luca Boccassi authored
Problem: no test for issue #11
-
Constantin Rack authored
Solution: add teststr.gsl to make check and add non-matching search_replace to test See #11
-
Luca Boccassi authored
Problem: memory leak if string.search_replace has nothing to replace
-
Constantin Rack authored
Solution: use mem_strdup instead of strdup Fixes #11
-
- Sep 07, 2017
-
-
Constantin Rack authored
Problem: Build can't always reasonable run binary
-
Toyam Cox authored
Solution: Build the test stage instead, since that's where the ./gsl -v build was moved
-
Toyam Cox authored
Solution: Put the ./gsl -v call in check: and make check: depend on everything: to make it easy to see in Travis.
-
- Sep 06, 2017
-
-
Jim Klimov authored
Problem: gcc is not always called gcc
-
Toyam Cox authored
Solution: Query the --version string of whatever CCNAME happens to be. This will catch such misfits as cross compilers, and places where gcc is invoked as plain old cc.
-
Constantin Rack authored
Problems: more improvements needed for debian packaging
-
Luca Boccassi authored
Solution: list them under BSD-3-Clause
-
Luca Boccassi authored
Solution: remove all mentions of pcre/*
-
Luca Boccassi authored
Solution: add them
-
Luca Boccassi authored
Solution: further simplify it using the .install files
-
Luca Boccassi authored
Solution: run dh with --parallel
-
Luca Boccassi authored
Solution: further simplify it
-
- Sep 05, 2017
-
-
Jim Klimov authored
Problem: old and bugged PCRE version embedded
-
Luca Boccassi authored
Solution: remove it. All supported builds work with a system distributed version of PCRE, so it's not necessary anymore. Fixes #1
-
Luca Boccassi authored
Solution: use system header instead
-