aboutsummaryrefslogtreecommitdiffstats
path: root/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec
blob: 5a6bf0af213061ad4a9ce742954ab8aab43317d2 (plain) (blame)
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
%global cross_arch      arm
%global cross_triplet   arm-linux-gnueabi
%global cross_sysroot   %{_prefix}/%{cross_triplet}/sys-root

Name:       %{cross_triplet}-kernel-headers
Version:    5.7.1
Release:    1%{?dist}
Summary:    Header files for the Linux kernel (%{cross_triplet})

%global debug_package   %{nil}
%global kversion        %(echo %{version} | sed 's/\\.0$//')

License:    GPLv2
URL:        https://www.kernel.org/
Source0:    https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{kversion}.tar.xz

BuildRequires: %{cross_triplet}-filesystem
BuildRequires: perl, rsync
Requires:   %{cross_triplet}-filesystem

%description


%prep
%autosetup -n linux-%{kversion} -p1


%build
%{__make} ARCH=%{cross_arch} mrproper
%{__make} ARCH=%{cross_arch} headers_check


%install
install -d %{buildroot}%{cross_sysroot}
%{__make} headers_install ARCH=%{cross_arch} \
    INSTALL_HDR_PATH=%{buildroot}%{cross_sysroot}/usr
find %{buildroot}%{cross_sysroot} -name .install -delete
find %{buildroot}%{cross_sysroot} -name ..install.cmd -delete


%files
%dir %{cross_sysroot}/usr/include/asm
%{cross_sysroot}/usr/include/asm/*.h
%dir %{cross_sysroot}/usr/include/asm-generic
%{cross_sysroot}/usr/include/asm-generic/*.h
%dir %{cross_sysroot}/usr/include/drm
%{cross_sysroot}/usr/include/drm/*.h
%dir %{cross_sysroot}/usr/include/linux
%{cross_sysroot}/usr/include/linux/*.h
%dir %{cross_sysroot}/usr/include/linux/android
%{cross_sysroot}/usr/include/linux/android/binder.h
%{cross_sysroot}/usr/include/linux/android/binderfs.h
%dir %{cross_sysroot}/usr/include/linux/byteorder
%{cross_sysroot}/usr/include/linux/byteorder/*.h
%dir %{cross_sysroot}/usr/include/linux/caif
%{cross_sysroot}/usr/include/linux/caif/*.h
%dir %{cross_sysroot}/usr/include/linux/can
%{cross_sysroot}/usr/include/linux/can/*.h
%dir %{cross_sysroot}/usr/include/linux/cifs
%{cross_sysroot}/usr/include/linux/cifs/cifs_mount.h
%dir %{cross_sysroot}/usr/include/linux/dvb
%{cross_sysroot}/usr/include/linux/dvb/*.h
%dir %{cross_sysroot}/usr/include/linux/genwqe
%{cross_sysroot}/usr/include/linux/genwqe/genwqe_card.h
%dir %{cross_sysroot}/usr/include/linux/hdlc
%{cross_sysroot}/usr/include/linux/hdlc/*.h
%dir %{cross_sysroot}/usr/include/linux/hsi
%{cross_sysroot}/usr/include/linux/hsi/*.h
%dir %{cross_sysroot}/usr/include/linux/iio
%{cross_sysroot}/usr/include/linux/iio/*.h
%dir %{cross_sysroot}/usr/include/linux/isdn
%{cross_sysroot}/usr/include/linux/isdn/*.h
%dir %{cross_sysroot}/usr/include/linux/mmc
%{cross_sysroot}/usr/include/linux/mmc/*.h
%dir %{cross_sysroot}/usr/include/linux/netfilter
%{cross_sysroot}/usr/include/linux/netfilter/*.h
%dir %{cross_sysroot}/usr/include/linux/netfilter/ipset
%{cross_sysroot}/usr/include/linux/netfilter/ipset/*.h
%dir %{cross_sysroot}/usr/include/linux/netfilter_arp
%{cross_sysroot}/usr/include/linux/netfilter_arp/*.h
%dir %{cross_sysroot}/usr/include/linux/netfilter_bridge
%{cross_sysroot}/usr/include/linux/netfilter_bridge/*.h
%dir %{cross_sysroot}/usr/include/linux/netfilter_ipv4
%{cross_sysroot}/usr/include/linux/netfilter_ipv4/*.h
%dir %{cross_sysroot}/usr/include/linux/netfilter_ipv6
%{cross_sysroot}/usr/include/linux/netfilter_ipv6/*.h
%dir %{cross_sysroot}/usr/include/linux/nfsd
%{cross_sysroot}/usr/include/linux/nfsd/*.h
%dir %{cross_sysroot}/usr/include/linux/raid
%{cross_sysroot}/usr/include/linux/raid/*.h
%dir %{cross_sysroot}/usr/include/linux/sched
%{cross_sysroot}/usr/include/linux/sched/types.h
%dir %{cross_sysroot}/usr/include/linux/spi
%{cross_sysroot}/usr/include/linux/spi/*.h
%dir %{cross_sysroot}/usr/include/linux/sunrpc
%{cross_sysroot}/usr/include/linux/sunrpc/*.h
%dir %{cross_sysroot}/usr/include/linux/tc_act
%{cross_sysroot}/usr/include/linux/tc_act/*.h
%dir %{cross_sysroot}/usr/include/linux/tc_ematch
%{cross_sysroot}/usr/include/linux/tc_ematch/*.h
%dir %{cross_sysroot}/usr/include/linux/usb
%{cross_sysroot}/usr/include/linux/usb/*.h
%dir %{cross_sysroot}/usr/include/linux/wimax
%{cross_sysroot}/usr/include/linux/wimax/*.h
%dir %{cross_sysroot}/usr/include/misc
%{cross_sysroot}/usr/include/misc/*.h
%dir %{cross_sysroot}/usr/include/misc/uacce
%{cross_sysroot}/usr/include/misc/uacce/hisi_qm.h
%{cross_sysroot}/usr/include/misc/uacce/uacce.h
%dir %{cross_sysroot}/usr/include/mtd
%{cross_sysroot}/usr/include/mtd/*.h
%dir %{cross_sysroot}/usr/include/rdma
%{cross_sysroot}/usr/include/rdma/*.h
%dir %{cross_sysroot}/usr/include/rdma/hfi
%{cross_sysroot}/usr/include/rdma/hfi/hfi1_user.h
%{cross_sysroot}/usr/include/rdma/hfi/hfi1_ioctl.h
%dir %{cross_sysroot}/usr/include/scsi
%{cross_sysroot}/usr/include/scsi/*.h
%dir %{cross_sysroot}/usr/include/scsi/fc
%{cross_sysroot}/usr/include/scsi/fc/*.h
%dir %{cross_sysroot}/usr/include/sound
%{cross_sysroot}/usr/include/sound/*.h
%dir %{cross_sysroot}/usr/include/sound/sof
%{cross_sysroot}/usr/include/sound/sof/*.h
%dir %{cross_sysroot}/usr/include/video
%{cross_sysroot}/usr/include/video/*.h
%dir %{cross_sysroot}/usr/include/xen
%{cross_sysroot}/usr/include/xen/*.h


%changelog
* Tue Jun 09 2020 Ting-Wei Lan <lantw44@gmail.com> - 5.7.1-1
- Update to 5.7.1

* Sun Apr 26 2020 Ting-Wei Lan <lantw44@gmail.com> - 5.6.7-1
- Update to 5.6.7

* Sun Apr 12 2020 Ting-Wei Lan <lantw44@gmail.com> - 5.6.3-1
- Update to 5.6.3

* Sun Feb 09 2020 Ting-Wei Lan <lantw44@gmail.com> - 5.5.2-1
- Update to 5.5.2

* Fri Nov 29 2019 Ting-Wei Lan <lantw44@gmail.com> - 5.4.1-1
- Update to 5.4.1

* Tue Sep 17 2019 Ting-Wei Lan <lantw44@gmail.com> - 5.3.0-1
- Update to 5.3

* Mon Jul 08 2019 Ting-Wei Lan <lantw44@gmail.com> - 5.2.0-1
- Update to 5.2

* Thu May 16 2019 Ting-Wei Lan <lantw44@gmail.com> - 5.1.2-1
- Update to 5.1.2

* Wed May 01 2019 Ting-Wei Lan <lantw44@gmail.com> - 5.0.0-2
- Rebuilt for Fedora 30 and 31

* Sun Mar 10 2019 Ting-Wei Lan <lantw44@gmail.com> - 5.0.0-1
- Update to 5.0

* Sun Jan 13 2019 Ting-Wei Lan <lantw44@gmail.com> - 4.20.0-1
- Update to 4.20

* Mon Oct 22 2018 Ting-Wei Lan <lantw44@gmail.com> - 4.19.0-1
- Update to 4.19

* Tue Aug 14 2018 Ting-Wei Lan <lantw44@gmail.com> - 4.18.0-1
- Update to 4.18

* Mon Jun 04 2018 Ting-Wei Lan <lantw44@gmail.com> - 4.17.0-1
- Update to 4.17

* Sat Apr 07 2018 Ting-Wei Lan <lantw44@gmail.com> - 4.16.0-1
- Update to 4.16

* Mon Feb 26 2018 Ting-Wei Lan <lantw44@gmail.com> - 4.15.6-1
- Update to 4.15.6
- Remove group tag because it is deprecated in Fedora

* Tue Jan 30 2018 Ting-Wei Lan <lantw44@gmail.com> - 4.15.0-1
- Update to 4.15

* Thu Jan 25 2018 Ting-Wei Lan <lantw44@gmail.com> - 4.14.15-1
- Update to 4.14.15

* Thu Dec 28 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.14.9-1
- Update to 4.14.9

* Sat Dec 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.14.6-1
- Update to 4.14.6

* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.14.5-1
- Update to 4.14.5
- Use autosetup macro
- Replace define with global

* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.14.4-1
- Update to 4.14.4

* Sun Nov 26 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.14.2-1
- Update to 4.14.2

* Mon Nov 13 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.14.0-1
- Update to 4.14

* Sun Oct 29 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.13.10-1
- Update to 4.13.10

* Mon Oct 23 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.13.9-1
- Update to 4.13.9

* Fri Oct 20 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.13.8-1
- Update to 4.13.8

* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.13.7-1
- Update to 4.13.7

* Sat Oct 14 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.13.6-1
- Update to 4.13.6

* Thu Oct 12 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.13.5-1
- Update to 4.13.5

* Fri Sep 29 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.13.4-1
- Update to 4.13.4

* Thu Sep 21 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.13.3-1
- Update to 4.13.3

* Mon Sep 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.13.1-1
- Update to 4.13.1

* Thu Aug 17 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.12.8-1
- Update to 4.12.8

* Tue Aug 15 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.12.7-1
- Update to 4.12.7

* Sat Aug 12 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.12.6-1
- Update to 4.12.6

* Tue Aug 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.12.5-1
- Update to 4.12.5

* Mon Jul 31 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.12.4-1
- Update to 4.12.4

* Fri Jul 21 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.12.3-1
- Update to 4.12.3

* Sat Jul 15 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.12.2-1
- Update to 4.12.2

* Thu Jul 13 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.12.1-1
- Update to 4.12.1

* Mon Jul 03 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.12.0-1
- Update to 4.12

* Fri Jun 30 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.11.8-1
- Update to 4.11.8

* Mon Jun 26 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.11.7-1
- Update to 4.11.7

* Sat Jun 17 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.11.6-1
- Update to 4.11.6

* Thu Jun 15 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.11.5-1
- Update to 4.11.5

* Wed Jun 07 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.11.4-1
- Update to 4.11.4

* Fri May 26 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.11.3-1
- Update to 4.11.3

* Sun May 21 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.11.2-1
- Update to 4.11.2

* Mon May 15 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.11.1-1
- Update to 4.11.1

* Tue May 02 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.11.0-1
- Update to 4.11

* Thu Apr 27 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.13-1
- Update to 4.10.13

* Fri Apr 21 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.12-1
- Update to 4.10.12

* Tue Apr 18 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.11-1
- Update to 4.10.11

* Wed Apr 12 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.10-1
- Update to 4.10.10

* Sat Apr 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.9-1
- Update to 4.10.9

* Fri Mar 31 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.8-1
- Update to 4.10.8

* Thu Mar 30 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.7-1
- Update to 4.10.7

* Mon Mar 27 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.6-1
- Update to 4.10.6

* Thu Mar 23 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.5-1
- Update to 4.10.5

* Sun Mar 19 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.4-1
- Update to 4.10.4

* Fri Mar 17 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.3-1
- Update to 4.10.3

* Sun Mar 12 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.2-1
- Update to 4.10.2

* Tue Mar 07 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.1-1
- Update to 4.10.1

* Sun Feb 26 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.10.0-1
- Update to 4.10

* Thu Feb 02 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.9.7-1
- Update to 4.9.7

* Fri Jan 27 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.9.6-1
- Update to 4.9.6

* Fri Jan 20 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.9.5-1
- Update to 4.9.5

* Mon Jan 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.9.4-1
- Update to 4.9.4

* Fri Jan 13 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.9.3-1
- Update to 4.9.3

* Mon Jan 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.9.2-1
- Update to 4.9.2

* Fri Jan 06 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.9.1-1
- Update to 4.9.1

* Mon Dec 12 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.9.0-1
- Update to 4.9

* Mon Dec 12 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.14-1
- Update to 4.8.14

* Fri Dec 09 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.13-1
- Update to 4.8.13

* Sat Dec 03 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.12-1
- Update to 4.8.12

* Thu Dec 01 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.11-1
- Update to 4.8.11

* Tue Nov 22 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.10-1
- Update to 4.8.10

* Sat Nov 19 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.9-1
- Update to 4.8.9

* Wed Nov 16 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.8-1
- Update to 4.8.8

* Fri Nov 11 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.7-1
- Update to 4.8.7

* Tue Nov 01 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.6-1
- Update to 4.8.6

* Fri Oct 28 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.5-1
- Update to 4.8.5

* Sat Oct 22 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.4-1
- Update to 4.8.4

* Thu Oct 20 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.3-1
- Update to 4.8.3

* Wed Oct 19 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.2-1
- Update to 4.8.2

* Sat Oct 08 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.1-1
- Update to 4.8.1

* Mon Oct 03 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.8.0-1
- Update to 4.8

* Fri Sep 30 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.6-1
- Update to 4.7.6

* Sat Sep 24 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.5-1
- Update to 4.7.5

* Thu Sep 15 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.4-1
- Update to 4.7.4

* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-2
- Rebuilt for Fedora 25 and 26

* Wed Sep 07 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-1
- Update to 4.7.3

* Thu Aug 25 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.2-1
- Update to 4.7.2

* Fri Aug 19 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.1-1
- Update to 4.7.1

* Mon Jul 25 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.0-1
- Update to 4.7
- Perl have to be listed in BuildRequires on Fedora 25

* Tue Jul 12 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.6.4-1
- Update to 4.6.4

* Sun Jun 26 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.6.3-1
- Update to 4.6.3

* Thu Jun 09 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.6.2-1
- Update to 4.6.2

* Thu Jun 02 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.6.1-1
- Update to 4.6.1

* Mon May 16 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.6.0-1
- Update to 4.6

* Thu May 12 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.5.4-1
- Update to 4.5.4

* Thu May 05 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.5.3-1
- Update to 4.5.3

* Thu Apr 21 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.5.2-1
- Update to 4.5.2

* Thu Apr 14 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.5.1-1
- Update to 4.5.1

* Tue Mar 15 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.5.0-1
- Update to 4.5

* Sun Mar 13 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.4.5-1
- Update to 4.4.5

* Fri Mar 04 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.4.4-1
- Update to 4.4.4

* Thu Mar 03 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.4.3-2
- Rebuilt for Fedora 24 and 25

* Sat Feb 27 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.4.3-1
- Update to 4.4.3

* Thu Feb 18 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.4.2-1
- Update to 4.4.2

* Mon Feb 01 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.4.1-1
- Update to 4.4.1

* Mon Jan 11 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.4.0-1
- Update to 4.4

* Fri Dec 11 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.3.3-1
- Update to 4.3.3

* Fri Dec 11 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.3.2-1
- Update to 4.3.2

* Fri Dec 11 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.3.1-1
- Update to 4.3.1

* Tue Nov 24 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.3.0-2
- Own all directories
- Require the filesystem sub-package

* Mon Nov 02 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.3.0-1
- Update to 4.3

* Tue Oct 27 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.2.5-1
- Update to 4.2.5

* Fri Oct 23 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.2.4-1
- Update to 4.2.4

* Sat Oct 03 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.2.3-1
- Update to 4.2.3

* Wed Sep 30 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.2.2-1
- Update to 4.2.2

* Tue Sep 22 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.2.1-2
- Disable debuginfo package because RPM 4.13 does not allow empty debuginfo
  package. This fixes the build on Fedora 23 and 24.

* Tue Sep 22 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.2.1-1
- Update to 4.2.1

* Mon Aug 31 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.2.0-1
- Update to 4.2

* Tue Aug 18 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.1.6-1
- Update to 4.1.6

* Tue Aug 11 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.1.5-1
- Update to 4.1.5

* Tue Aug 04 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.1.4-1
- Update to 4.1.4

* Tue Jul 28 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.1.3-2
- Rebuilt for Fedora 23 and 24

* Wed Jul 22 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.1.3-1
- Update to 4.1.3

* Sun Jul 12 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.1.2-1
- Update to 4.1.2

* Wed Jul 01 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.1.1-1
- Update to 4.1.1

* Tue Jun 23 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.1.0-1
- Update to 4.1

* Sun Jun 07 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.0.5-1
- Update to 4.0.5

* Tue May 19 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.0.4-1
- Update to 4.0.4

* Thu May 14 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.0.3-1
- Update to 4.0.3

* Thu May 07 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.0.2-1
- Update to 4.0.2

* Thu Apr 30 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.0.1-1
- Update to 4.0.1

* Mon Apr 13 2015 Ting-Wei Lan <lantw44@gmail.com> - 4.0.0-1
- Update to 4.0

* Thu Mar 26 2015 Ting-Wei Lan <lantw44@gmail.com> - 3.19.3-1
- Update to 3.19.3

* Fri Mar 20 2015 Ting-Wei Lan <lantw44@gmail.com> - 3.19.2-2
- Update to 3.19.2

* Sun Mar 15 2015 Ting-Wei Lan <lantw44@gmail.com> - 3.19.1-1
- Update to 3.19.1

* Thu Dec 18 2014 Ting-Wei Lan <lantw44@gmail.com> - 3.18.1-1
- Initial packaging