View | Details | Raw Unified | Return to bug 7256
Collapse All | Expand All

(-)imlib2.spec.orig (-1 / +8 lines)
Lines 2-8 Link Here
2
%def_disable static
2
%def_disable static
3
3
4
Name: imlib2
4
Name: imlib2
5
Version: 1.2.0
5
Version: 1.2.1
6
Release: alt1
6
Release: alt1
7
7
8
Summary: Powerful image loading and rendering library
8
Summary: Powerful image loading and rendering library
Lines 65-70 Link Here
65
65
66
%configure \
66
%configure \
67
    %{subst_enable static} \
67
    %{subst_enable static} \
68
%ifarch x86_64
69
    --enable-amd64 \
70
%endif
68
    %{subst_enable mmx}
71
    %{subst_enable mmx}
69
72
70
%make_build
73
%make_build
Lines 102-107 Link Here
102
%endif
105
%endif
103
106
104
%changelog
107
%changelog
108
* Thu Jun 30 2005 Anton D. Kachalov <mouse@altlinux.org> 1.2.1-alt1
109
- 1.2.1
110
- x86_64 support
111
105
* Sat Jan 08 2005 Yuri N. Sedunov <aris@altlinux.ru> 1.2.0-alt1
112
* Sat Jan 08 2005 Yuri N. Sedunov <aris@altlinux.ru> 1.2.0-alt1
106
- 1.2.0
113
- 1.2.0
107
114

Return to bug 7256