-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
301 lines (204 loc) · 10.8 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
2021-03-08 Bernhard Rosenkraenzer <[email protected]> 0.31.52
* Fix more relink_symlinks bugs
2021-03-04 Bernhard Rosenkraenzer <[email protected]> 0.31.51
* Fix relink_symlinks and check_elf_files
* Drop fix_mo that has been obsolete for around 2 decades
* Clean up
2018-03-29 Bernhard Rosenkraenzer <[email protected]> 0.31.46
* Make clean_perl actually do something useful
2018-03-29 Bernhard Rosenkraenzer <[email protected]> 0.31.45
* Add gprintify fix for newer perl versions from Mageia
2015-11-19 Denis Silakov <[email protected]> 0.31.44
* Apply ROSA patch for fix_pkgconfig to avoid calling sed
with empty regexp
2016-07-18 Denis Silakov <[email protected]> 0.31.43
* More ROSA patches:
** relink_symlinks shouldn't consider files outside buildroot
** fix_pkgconfig helper: check if a variable is a full path that
exists before doing anything with it
** minor spec-cleaner improvements
2015-11-17 Denis Silakov <[email protected]> 0.31.42
* fix_xdg - add trailing semicolon to Categories and OnlyShowIn
2015-10-27 Per Øyvind Karlsen <[email protected]> 0.31.41
* implement fix_pkgconfig to strip multiple slashes from path
variable in pkg-config files, preventing ie. pkg-config --libs
wrongly returning -L/usr/lib64 if path variable has a trailing
slash (ie. libdir=/usr/lib64/ rather than libdir=/usr/lib64)
2014-12-02 Denis Silakov <[email protected]> 0.31.40
* spec-cleaner - replace some macros with shell commands
2014-10-15 Denis Silakov <[email protected]> 0.31.39
* Fix /lib64 removal from rpath
2014-06-19 Per Øyvind Karlsen <[email protected]> 0.31.37
* remove_rpath: make it actually work quite reliably
2014-04-03 Denis Silakov <[email protected]> 0.31.36
* spec-cleaner - add support for perl_* variables
2014-04-03 Denis Silakov <[email protected]> 0.31.35
* spec-cleaner - handle name, version, release and EVRD vars
2014-03-26 Denis Silakov <[email protected]> 0.31.34
* added rediff_patch script
* replaced old macroszification with more powerful spec-cleaner
2013-05-21 Per Øyvind Karlsne <proyvind@moondrakenet> 0.31.33
* revert change making fix_eol only run for %doc dirs and not
in %install as it's not something exclusively affecting docs
* fix fix_xdg to not try to use sed on directories (bero)
2013-04-25 Per Øyvind Karlsen <[email protected]> 0.31.32
* remove_rpath: redirect errors from chrpath to /dev/null
2013-02-25 Per Øyvind Karlsen <[email protected]> 0.31.31
* define macro to be used with __os_stringbuf_post in macros shipped
with spec-helper
* add support for passing specific directory to search within buildroot
as argument to clean_perl
* make fix_eol strip away buildroot from second argument if specified
2013-02-21 Per Øyvind Karlsen <[email protected]> 0.31.30
* only try removing rpath from dynamically linked ELF binaries
2013-02-14 Per Øyvind Karlsen <[email protected]> 0.31.29
* fix check for existence of directory specified to fix_eol, exit
without error if not existing
2013-02-14 Per Øyvind Karlsen <[email protected]> 0.31.28
* add support for passing specific directory to search within buildroot
as argument to fix_eol
2013-02-13 Per Øyvind Karlsen <[email protected]> 0.31.27
* fix issue with 'ln' trying to follow destination of source, if it
exists as a symlink
2013-02-08 Per Øyvind Karlsen <[email protected]> 0.31.26
* fix the actual regression in fix_file_permissions
2013-02-01 Per Øyvind Karlsen <[email protected]> 0.31.25
* remove rpaths that has standard library search dirs from binaries
* fix_file_permissions now fixes permissions of man & info pages
2013-01-12 Per Øyvind Karlsen <[email protected]> 0.31.23
* fix_file_permissions should fix library file permissions to be 755
2013-01-06 Per Øyvind Karlsen <[email protected]> 0.31.22
* don't run fix_eol together with other helpers after %install,
as it'll be run after %doc in stead
2012-12-26 Per Øyvind Karlsen <[email protected]> 0.31.21
* drop compress-files in favour of upstream brp-compress
2012-12-25 Per Øyvind Karlsen <[email protected]> 0.31.20
* add missing trailing semicolons to XDG *.desktop files
(from Denis Silakov)
2012-12-19 Per Øyvind Karlsen <[email protected]> 0.31.19
* rewrite check_elf_files in shell script
* skip symlinks for fix_eol
2012-12-19 Per Øyvind Karlsen <[email protected]> 0.31.18
* make sure fix_eol doesn't exit with error code
2012-12-19 Per Øyvind Karlsen <[email protected]> 0.31.17
* rewrite fix_eol in shell script
* rewrite clean_files script in shell script
* free gprintify from dependency on perl(List::MoreUtils)
2012-09-25 Per Øyvind Karlsen <[email protected]> 0.31.16
* get rid of .la symlinks as well
* don't relativize symlinks to /dev, /proc & /sys (inspired by similar change
by colin in Mageia)
* drop dead 'translate_menu' script
* rewrite 'relink_symlinks' perl script in shell
2012-06-06 Per Øyvind Karlsen <[email protected]> 0.31.15
* handle both /sbin/install-info & /usr/sbin/install-info
2012-06-04 Per Øyvind Karlsen <[email protected]> 0.31.14
* /sbin/install-info has been moved to /usr/sbin/install-info
2012-03-20 Per Øyvind Karlsen <[email protected]> 0.31.13
* don't remove /usr/share/info/dir if /sbin/install-info is found in
buildroot
2012-03-16 Per Øyvind Karlsen <[email protected]> 0.31.12
* remove all .la files
2012-03-10 Per Øyvind Karlsen <[email protected]> 0.31.11
* make sure that shared libraries & mono libraries/executables have
executable permissions set
2011-12-23 Per Øyvind Karlsen <[email protected]> 0.31.10
* support multiple libtool files with multiple pkgconfig files
2011-12-22 Per Øyvind Karlsen <[email protected]> 0.31.9
* don't remove libtool .la files which has 'shouldnotlink=yes' set
(thx Buchan!)
2011-12-08 Per Øyvind Karlsen <[email protected]> 0.31.8
* fix error message printed when there's no pkgconfig dir
2011-12-06 Per Øyvind Karlsen <[email protected]> 0.31.7
* remove libtool .la files
2011-04-16 Funda Wang <[email protected]> 0.31.6
* remove empty dirs for perl modules
2010-12-15 Per Øyvind Karlsen <[email protected]> 0.31.5
* reenable xz --text (support were dropped by accident for xz 5.0)
2010-11-22 Funda Wang <[email protected]> 0.31.4
* xz 5.0 do not support '--text' option now.
2010-03-09 Per Øyvind Karlsen <[email protected]> 0.31.3
* be sure to still strip files even if we're not building -debug
packages (fixing regression from 0.31.1)
2010-03-05 Per Øyvind Karlsen <[email protected]> 0.31.2
* fix typo in macros file.. :/
2010-03-05 Per Øyvind Karlsen <[email protected]> 0.31.1
* don't duplicate stripping already done in rpm's find-debuginfo.sh
* rename strip_and_check_elf_files to check_elf_files
2010-01-01 Guillaume Rousse <[email protected]> 0.31.0
* replace gprintify python + shell implementation with a pure perl one
* fix ${foo##*/} recognition in gprintify (mdv bug #56342)
* enhance test suite with actual scripts usage
2009-11-21 Guillaume Rousse <[email protected]> 0.30.6
* set LD_LIBRARY_PATH before calling ldd to check for
missing or unused libs strip_and_check_elf_files (mdv bug #41522)
2009-06-25 Per Øyvind Karlsen <[email protected]> 0.30.5
* fix EXCLUDE_FROM_STRIP issue dealing with more than just one pattern,
which would result in files being stripped even when they should've
been excluded (cause of mdv bug #51374)
2009-05-14 Guillaume Rousse <[email protected]> 0.30.4
* skip PDF files when fixing end of lines (mdv bug #51128)
* initial test suite
* make all helper abort for missing or incorrect build root
2009-05-14 Michael Scherer <[email protected]> 0.30.3
* fix missing compression on manpages (mdv bug #50803)
2009-05-09 Guillaume Rousse <[email protected]> 0.30.2
* drop man page normalization, broken, and uneeded anymore
* drop hardlink handling in man page compression
* fix exception handling, all scripts now use a single
regexp
2009-05-08 Götz Waschk <[email protected]> 0.30.1
* fix syntax error in compress_files
2009-05-07 Guillaume Rousse <[email protected]> 0.30.0
* normalize man pages, to make file command able to identify them
correctly (mdv bug #42725)
* fix escaped patterns parsing in gprintify (mdv bug #49277)
* fix fix_eol, it was previously skipping all files...
* replace deprecated 'lzmash' command with 'lzma' in compress_files
(Per Oyvind)
* add support for xz in compress_files (Per Oyvind)
2008-08-26 Pascal "Pixel" Rigaux <[email protected]> 0.29.5
* fix regression related to DONT_STRIP when not exported
2008-05-16 Pascal "Pixel" Rigaux <[email protected]> 0.29.4
* strip_and_check_elf_files: skip check on /usr/lib/debug (#40847)
2008-05-14 Guillaume Rousse <[email protected]> 0.29.3
* fix regression related to symlinks introduced in previous release
(spotted by Anssi)
2008-05-14 Guillaume Rousse <[email protected]> 0.29.2
* fix blocking issue with special files in fix_eol
(spotted by Pixel)
2008-05-08 Guillaume Rousse <[email protected]> 0.29.1
* large compress_file cleanup, replacing external commands
with perl internal version
* really honor EXCLUDE_FROM_COMPRESS variable
2008-05-07 Pascal "Pixel" Rigaux <[email protected]> 0.29
* replace strip_files with strip_and_check_elf_files which checks for
overlinking (cf http://wiki.mandriva.com/en/Overlinking) and "missing
linking" (need checking if there are too many false positives)
2008-02-10 Guillaume Rousse <[email protected]> 0.28.1
* more perl code clean up
* better script name consistency
* fix some warnings
* make EXCLUDE_FROM_EOL_CONVERSION a list of regexp
2008-01-29 Guillaume Rousse <[email protected]> 0.28.0
* exhaustive documentation
* perl scripts cleanup
2007-08-07 Guillaume Rousse <[email protected]> 0.27.2
* drop an ugly hack in compress_file, fixing issue
with files converted from other compression format
2007-08-04 Guillaume Rousse <[email protected]> 0.27.1
* pass compression format as argument to compress_files
(make spec-helper backportable again)
2007-07-12 Olivier Thauvin <[email protected]> 0.27
* use lzma by default for man and info pages
2007-06-30 Guillaume Rousse <[email protected]> 0.26.1
* rename ChangeLog to NEWS
* rename Howto-spec-helper to README
* drop deprecated spec-helper script
* make sure fix-eol keep original file permission
2007-06-24 Anssi Hannula <[email protected]> 0.26
* fix fix-eol to not corrupt files it tries to convert
2007-06-15 Guillaume Rousse <[email protected]> 0.25
* switch to a manual Changelog
* new helper script: fix-eol
* gprintify should not deal with daemon argument (fix #22066)