Overview

Request 211 (accepted)

add "BuildRequires: automake autoconf libtool" to fix >12.1 build

Submit package home:seife:branches:Multimedia / libmpeg3 to package Multimedia / libmpeg3

libmpeg3.changes Added
x
 
1
@@ -0,0 +1,130 @@
2
+-------------------------------------------------------------------
3
+Fri May 18 08:33:29 UTC 2012 - seife+obs@b1-systems.com
4
+
5
+- add "BuildRequires: automake autoconf libtool" to fix >12.1 build
6
+- run spec2changelog to split changelog into .changes file
7
+
8
+-------------------------------------------------------------------
9
+Sun Aug 23 00:00:00 UTC 2009 - Manfred.Tremmel@iiv.de
10
+
11
+- cleanups where rpmlint wasn't so happy
12
+
13
+-------------------------------------------------------------------
14
+Tue Apr 28 00:00:00 UTC 2009 - Manfred.Tremmel@iiv.de
15
+
16
+- update to version 1.8
17
+
18
+-------------------------------------------------------------------
19
+Tue Jan  1 00:00:00 UTC 2008 - Manfred.Tremmel@iiv.de
20
+
21
+- taken over a lot of work (patches and some improvements
22
+  in the spec file) from kwizart's mandriva packages
23
+
24
+-------------------------------------------------------------------
25
+Tue Nov 21 00:00:00 UTC 2006 - Manfred.Tremmel@iiv.de
26
+
27
+- update to version 1.7
28
+
29
+-------------------------------------------------------------------
30
+Sun Sep 18 00:00:00 UTC 2005 - Manfred.Tremmel@iiv.de
31
+
32
+- update to version 1.6
33
+- rebuild for SUSE 10.0
34
+
35
+-------------------------------------------------------------------
36
+Tue Sep  7 00:00:00 UTC 2004 - schwab@suse.de
37
+
38
+- Define _LARGEFILE64_SOURCE.
39
+
40
+-------------------------------------------------------------------
41
+Sat Sep  4 00:00:00 UTC 2004 - ro@suse.de
42
+
43
+- try to fix build
44
+
45
+-------------------------------------------------------------------
46
+Fri Sep  3 00:00:00 UTC 2004 - sbrabec@suse.cz
47
+
48
+- Updated to version 1.5.4.
49
+- A52 cripple patch rewrite.
50
+
51
+-------------------------------------------------------------------
52
+Wed Apr 28 00:00:00 UTC 2004 - ro@suse.de
53
+
54
+- added missing return value
55
+- added -fno-strict-aliasing
56
+
57
+-------------------------------------------------------------------
58
+Sat Jan 10 00:00:00 UTC 2004 - adrian@suse.de
59
+
60
+- add %%run_ldconfig
61
+
62
+-------------------------------------------------------------------
63
+Mon Aug 18 00:00:00 UTC 2003 - aj@suse.de
64
+
65
+- Mark variables used by inline assembler as used
66
+
67
+-------------------------------------------------------------------
68
+Mon May 26 00:00:00 UTC 2003 - sbrabec@suse.cz
69
+
70
+- Fixed execution permission on binaries (bug #27078).
71
+
72
+-------------------------------------------------------------------
73
+Fri Jul  5 00:00:00 UTC 2002 - kukuk@suse.de
74
+
75
+- Use %%ix86 macro
76
+
77
+-------------------------------------------------------------------
78
+Mon Jun 10 00:00:00 UTC 2002 - uli@suse.de
79
+
80
+- update -> 1.5 (table of contents feature refined to where it's
81
+  hopefully useful for frame accurate seeking, shared lib)
82
+
83
+-------------------------------------------------------------------
84
+Tue Apr 23 00:00:00 UTC 2002 - uli@suse.de
85
+
86
+- use %%_libdir properly
87
+- add DISTRIBUTABLE switch to simplify rebuild with all features
88
+  enabled
89
+
90
+-------------------------------------------------------------------
91
+Tue Aug 14 00:00:00 UTC 2001 - uli@suse.de
92
+
93
+- update -> 1.4
94
+
95
+-------------------------------------------------------------------
96
+Wed Jul 25 00:00:00 UTC 2001 - uli@suse.de
97
+
98
+- back to original tarball, made it NoSource (facilitates maintenance)
99
+- disabled AC3 code
100
+
101
+-------------------------------------------------------------------
102
+Tue Jul 24 00:00:00 UTC 2001 - uli@suse.de
103
+
104
+- update -> 1.3
105
+- ditched shared lib (too time-consuming to maintain)
106
+- moved from /usr/X11R6 to /usr (has nothing to do with X)
107
+
108
+-------------------------------------------------------------------
109
+Fri Jun 29 00:00:00 UTC 2001 - uli@suse.de
110
+
111
+- removed CSS code
112
+
113
+-------------------------------------------------------------------
114
+Sun Mar  4 00:00:00 UTC 2001 - bk@suse.de
115
+
116
+- fixed configure flags for non-ix86 platforms
117
+
118
+-------------------------------------------------------------------
119
+Thu Mar  1 00:00:00 UTC 2001 - bk@suse.de
120
+
121
+- fix compilation for non-ix86 platforms
122
+- enable more optimisations
123
+- disable packaging of static libs
124
+- don't gzip index.html and add README.SuSE to documentation
125
+- fix web site urls
126
+
127
+-------------------------------------------------------------------
128
+Tue Feb 27 00:00:00 UTC 2001 - bk@suse.de
129
+
130
+- initial attempt on a package
131
+
132
libmpeg3.spec Changed
71
 
1
@@ -35,6 +35,7 @@
2
 BuildRequires:  gcc
3
 BuildRequires:  liba52dec-devel
4
 BuildRequires:  nasm
5
+BuildRequires:  automake autoconf libtool
6
 Obsoletes:      libmpeg3
7
 Provides:       libmpeg3 = %{version}-%{release}
8
 
9
@@ -189,61 +190,3 @@
10
 %{_includedir}/mpeg3/
11
 
12
 %changelog
13
-* Sun Aug 23 2009 Manfred.Tremmel <Manfred.Tremmel@iiv.de> - 1.8-1.pm.1
14
-- cleanups where rpmlint wasn't so happy
15
-* Tue Apr 28 2009 - Manfred.Tremmel@iiv.de
16
-- update to version 1.8
17
-* Tue Jan 01 2008 - Manfred.Tremmel@iiv.de
18
-- taken over a lot of work (patches and some improvements
19
-  in the spec file) from kwizart's mandriva packages
20
-* Tue Nov 21 2006 - Manfred.Tremmel@iiv.de
21
-- update to version 1.7
22
-* Sun Sep 18 2005 - Manfred.Tremmel@iiv.de
23
-- update to version 1.6
24
-- rebuild for SUSE 10.0
25
-* Tue Sep 07 2004 - schwab@suse.de
26
-- Define _LARGEFILE64_SOURCE.
27
-* Sat Sep 04 2004 - ro@suse.de
28
-- try to fix build
29
-* Fri Sep 03 2004 - sbrabec@suse.cz
30
-- Updated to version 1.5.4.
31
-- A52 cripple patch rewrite.
32
-* Wed Apr 28 2004 - ro@suse.de
33
-- added missing return value
34
-- added -fno-strict-aliasing
35
-* Sat Jan 10 2004 - adrian@suse.de
36
-- add %%run_ldconfig
37
-* Mon Aug 18 2003 - aj@suse.de
38
-- Mark variables used by inline assembler as used
39
-* Mon May 26 2003 - sbrabec@suse.cz
40
-- Fixed execution permission on binaries (bug #27078).
41
-* Fri Jul 05 2002 - kukuk@suse.de
42
-- Use %%ix86 macro
43
-* Mon Jun 10 2002 - uli@suse.de
44
-- update -> 1.5 (table of contents feature refined to where it's
45
-  hopefully useful for frame accurate seeking, shared lib)
46
-* Tue Apr 23 2002 - uli@suse.de
47
-- use %%_libdir properly
48
-- add DISTRIBUTABLE switch to simplify rebuild with all features
49
-  enabled
50
-* Tue Aug 14 2001 - uli@suse.de
51
-- update -> 1.4
52
-* Wed Jul 25 2001 - uli@suse.de
53
-- back to original tarball, made it NoSource (facilitates maintenance)
54
-- disabled AC3 code
55
-* Tue Jul 24 2001 - uli@suse.de
56
-- update -> 1.3
57
-- ditched shared lib (too time-consuming to maintain)
58
-- moved from /usr/X11R6 to /usr (has nothing to do with X)
59
-* Fri Jun 29 2001 - uli@suse.de
60
-- removed CSS code
61
-* Sun Mar 04 2001 - bk@suse.de
62
-- fixed configure flags for non-ix86 platforms
63
-* Thu Mar 01 2001 - bk@suse.de
64
-- fix compilation for non-ix86 platforms
65
-- enable more optimisations
66
-- disable packaging of static libs
67
-- don't gzip index.html and add README.SuSE to documentation
68
-- fix web site urls
69
-* Tue Feb 27 2001 - bk@suse.de
70
-- initial attempt on a package
71
Refresh
Refresh
Request History
Stefan Seyfried's avatar

seife created request over 11 years ago

add "BuildRequires: automake autoconf libtool" to fix >12.1 build


Stefan Seyfried's avatar

seife accepted request almost 13 years ago

add "BuildRequires: automake autoconf libtool" to fix >12.1 build