Commit Graph

574 Commits

Author SHA1 Message Date
24276c5ef6 optimize _macro_i18ndomains expression 2004-06-26 23:41:48 +00:00
a4ff7029cc run scrollkeeper-update quietly (#4485) 2004-06-26 22:27:25 +00:00
6f64190b92 convert: fixed to meet gettext(3) conventions 2004-06-26 19:51:13 +00:00
b59df3d771 fix "eats up newline" bug 2004-06-26 17:36:32 +00:00
f23046ad70 import language guessing mechanism from glibc/intl 2004-06-26 16:46:55 +00:00
4dd561a6c8 rdcl: optimized 2004-06-26 15:23:29 +00:00
67fbe0467b backported upstream change (2.107->2.108):
- fix: "/path/foo.../bar" was losing a dot (#123844).
2004-06-26 12:17:21 +00:00
0f82b5c7b9 backported upstream change (-r2.101 -r2.103 macro.c):
Made it so %* does not evaluate with a leading space.  For instance:

        %define xxx() "%{*}"
        %xxx 1 2 3

would evaluate to:

        " 1 2 3"

and now evaluates to:

   "1 2 3"
2004-06-26 12:11:28 +00:00
ee58994965 fixed locale regexps (#4228) 2004-06-09 12:54:33 +00:00
29942cbf6c fixed thinko made in prev change 2004-05-17 18:06:51 +00:00
69ce82333b 4.0.4-alt38 2004-05-17 15:51:28 +00:00
b326041c2e handle symlinks in --with-gnome mode 2004-05-17 15:23:20 +00:00
3240fd9ec5 added python to default lists of find{req,prov} methods 2004-05-17 14:56:42 +00:00
5792508f30 updated hooks for python support, from Andrey Orlov 2004-05-17 14:56:07 +00:00
8acd0aaf1f use new bytecompiler, from Andrey Orlov 2004-05-17 14:55:23 +00:00
424680beb0 disallow root to install source packages by default 2004-05-17 14:25:27 +00:00
9058ebe09c 4.0.4-alt37 2004-04-28 17:28:03 +00:00
c12fa4f038 recognize PIE objects 2004-04-28 17:20:51 +00:00
58fe0d3fe3 updated python support from Andrey Orlov 2004-04-28 17:03:51 +00:00
da2fd83221 more python macros from Andrey Orlov 2004-04-28 17:03:24 +00:00
a90ad7ec38 parseRCPOT: better error reporting 2004-04-25 10:34:53 +00:00
0c36ad4882 reverted recent change 2004-03-22 11:37:21 +00:00
ae2e79a5ce link librpmdb with -lrpm 2004-03-21 23:21:42 +00:00
ae754d250e 4.0.4-alt36 2004-03-01 16:52:49 +00:00
9816af01e3 look for python provs 2004-03-01 16:49:03 +00:00
d85dde1d44 look for python reqs 2004-03-01 16:38:45 +00:00
c390d03ac4 4.0.4-alt35 2004-02-29 20:21:22 +00:00
95d3140850 rpmdbRebuild: enhanced rebuilding database messages 2004-02-29 20:19:38 +00:00
9f9432eea1 do not db->close after db->verify 2004-02-29 18:41:02 +00:00
0d110556dc fixed db >= 4.2 support 2004-02-29 15:02:57 +00:00
625bac66a8 fixed db >= 4.2 support 2004-02-29 14:46:16 +00:00
f6e2d37e95 assorted backports from 4_0-20030325 2004-02-29 14:14:02 +00:00
de79eac6b5 fixed support for symlinks in /usr/share/locale/ 2004-02-28 20:38:57 +00:00
2f57ee4005 Fixed build with fresh autotools 2004-02-27 13:45:04 +00:00
775619a080 find_lang: implemented support for symlinks in /usr/share/locale/ 2004-02-26 15:11:46 +00:00
40f254ec8a implemented support for symlinks in /usr/share/locale/ 2004-02-24 22:30:18 +00:00
0be0628ba9 4.0.4-alt33.1 2004-02-22 18:31:31 +00:00
10ad350dbb added force_* macros 2004-02-22 18:17:44 +00:00
cffe35f230 headerFindI18NString: do not translate empty strings [2] 2004-02-20 23:17:55 +00:00
e98c19a967 headerFindI18NString: do not translate empty strings 2004-02-20 23:10:52 +00:00
66b2845d78 changes in prev change 2004-02-20 21:47:42 +00:00
12cd8bb9a8 changes in prev change 2004-02-20 21:36:44 +00:00
313a8234d8 spelling in prev change 2004-02-20 21:28:54 +00:00
e9df420439 simplify -ldb lookup 2004-02-20 21:23:04 +00:00
66c99c7f0d expandMacro: handle single % properly 2004-02-20 21:22:07 +00:00
705bf85df1 4.0.4-alt33 2004-02-04 13:39:42 +00:00
669c9a5498 fixed %%__cc, %%__cpp, %%__cxx macros (reported by aris@) 2004-02-04 13:37:46 +00:00
a6624cea82 4.0.4-alt33 2004-02-03 21:35:23 +00:00
eab59fe8a3 runScript: signal (SIGPIPE, SIG_DFL) - executed scripts exepcts default SIGPIPE handler 2004-02-03 20:36:08 +00:00
19d7a9436e FindLibProvs: ignore symlinks to shorter locations (aka libdb-4.0.so problem) 2004-02-02 14:26:50 +00:00