370e7086cf
- New upstream release 1.51 - Fix CLDR formatting of 'S' pattern with more than 9 digits of precision; while we only store nanoseconds in the DateTime object we should still be able to handle an arbitrary number of digits properly (GH#89) - Modernize spec using %{make_build} and %{make_install}
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
from Config import *
|
|
|
|
# proleptic: of a calendar, extrapolated to dates prior to its first adoption
|
|
addFilter("spelling-error %description -l en_US proleptic -> ")
|
|
|
|
# DateTime.so is not a library
|
|
addFilter("library-not-linked-against-libc /usr/lib.*/DateTime/DateTime\.so")
|