base-specs/liboil.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 21565 d91ec9f7cf9f
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package liboil
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
21565
d91ec9f7cf9f 2011-03-08 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
     4
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16430
diff changeset
     8
%define owner yippi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
# bugdb: bugzilla.freedesktop.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
#
16430
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15502
diff changeset
    11
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15502
diff changeset
    12
%define OSR 8733:0.3.14
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15502
diff changeset
    13
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
##   Package Information Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Name:			liboil
14571
a943a025a41e 2008-11-06 Brian Cameron <[email protected]>
yippi
parents: 13568
diff changeset
    19
License:		BSD, MIT, Motorola
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Group:			System/Libraries
17844
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17810
diff changeset
    21
Version:		0.3.17
11717
b1a3d427860f 2008-02-26 Brian Cameron <[email protected]>
yippi
parents: 11134
diff changeset
    22
Release:	 	1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Distribution:		Java Desktop System
17865
b7ff02e93f66 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17844
diff changeset
    24
Vendor:			freedesktop.org
17283
709178528816 2009-01-08 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
    25
Summary:		Library of Optimized Inner Loops
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Source:			http://liboil.freedesktop.org/download/%{name}-%version.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
URL:			http://liboil.freedesktop.org/wiki/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Docdir:			%{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Autoreqprov:		on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Prereq:                 /sbin/ldconfig
17788
5e3c75c3c246 2010-03-31 Brian Cameron <[email protected]>
yippi
parents: 17787
diff changeset
    32
# date:2010-03-31 owner:yippi type:feature
17304
e202f3d6edec 2010-01-12 Christian Kelly <[email protected]>
chrisk
parents: 17283
diff changeset
    33
Patch1:                 liboil-01-fixxref-modules.diff
21565
d91ec9f7cf9f 2011-03-08 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
    34
# When built with Sun Studio compiler, the SSE and SSE2 code needs to be
d91ec9f7cf9f 2011-03-08 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
    35
# separated into separate files.  Since liboil combines SSE/SSE2 support in
d91ec9f7cf9f 2011-03-08 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
    36
# the same files, only support SSE if SSE2 is supported.  It would be better
d91ec9f7cf9f 2011-03-08 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
    37
# to fix the code to separate the SSE and SSE2 code when there is time.
17788
5e3c75c3c246 2010-03-31 Brian Cameron <[email protected]>
yippi
parents: 17787
diff changeset
    38
# date:2010-03-31 owner:yippi type:feature bugzilla:27404
17787
9f79b7a81f61 2010-03-31 Brian Cameron <[email protected]>
yippi
parents: 17304
diff changeset
    39
Patch2:                 liboil-02-sunstudio.diff
17810
336f5afbb6b3 2010-04-08 Brian Cameron <[email protected]>
yippi
parents: 17803
diff changeset
    40
# This patch avoids compiling functions that crash when built with ss12u1.
336f5afbb6b3 2010-04-08 Brian Cameron <[email protected]>
yippi
parents: 17803
diff changeset
    41
# These bugs are fixed in ss12u2.  This patch shoudl be removed when the
336f5afbb6b3 2010-04-08 Brian Cameron <[email protected]>
yippi
parents: 17803
diff changeset
    42
# compiler is updated.  See compiler bug #6941041.
336f5afbb6b3 2010-04-08 Brian Cameron <[email protected]>
yippi
parents: 17803
diff changeset
    43
# date:2010-04-06 owner:yippi type:feature
21565
d91ec9f7cf9f 2011-03-08 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
    44
Patch3:                 liboil-03-compiler.diff
17304
e202f3d6edec 2010-01-12 Christian Kelly <[email protected]>
chrisk
parents: 17283
diff changeset
    45
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
##     Package Defines Section     ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%define			glib2_version	2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%define			zlib_version	1.2.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%define			libxml2_version	2.6.7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%define			bzip2_version	1.0.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%define			libbonobo_version	2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%define			gnome_vfs_version	2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
##  Package Requirements Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
Requires:		glib2	>=	%{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
Requires:		libxml2	>=	%{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
BuildRequires:		glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
BuildRequires:		libxml2-devel	>=	%{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
##   Package Description Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
liboil is a library of simple functions, generally loops, that are optimized
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
for various CPU's.  These functions are typically used by media applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
to improve performance.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
##   Package Development Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
Summary:		liboil development headers
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
Group:			Development/Libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
Requires:		%{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
Requires:		glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
Requires:		libxml2-devel	>=	%{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
Requires:		zlib-devel	>=	%{zlib_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
Requires:		bzip2	>=	%{bzip2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
Requires:		libbonobo-devel	>=	%{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
Requires:		gnome-vfs-devel	>=	%{gnome_vfs_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
liboil development headers
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
##   Package Preparation Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%setup -q
17304
e202f3d6edec 2010-01-12 Christian Kelly <[email protected]>
chrisk
parents: 17283
diff changeset
    99
%patch1 -p1
17787
9f79b7a81f61 2010-03-31 Brian Cameron <[email protected]>
yippi
parents: 17304
diff changeset
   100
%patch2 -p1
9f79b7a81f61 2010-03-31 Brian Cameron <[email protected]>
yippi
parents: 17304
diff changeset
   101
%patch3 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
##      Package Build Section      ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
aclocal $ACLOCAL_FLAGS -I ./m4
11134
803cf15a066b 2007-11-06 Brian Cameron <[email protected]>
yippi
parents: 10028
diff changeset
   121
autoheader
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
CFLAGS="$RPM_OPT_FLAGS"			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
./configure --prefix=%{_prefix}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
	    --bindir=%{_bindir}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
	    --libdir=%{_libdir}			\
17787
9f79b7a81f61 2010-03-31 Brian Cameron <[email protected]>
yippi
parents: 17304
diff changeset
   128
	    --includedir=%{_includedir}         \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
	    --sysconfdir=%{_sysconfdir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
	    %{gtk_doc_option}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
#########################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
##  Package Post[Un] Install Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
#########################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
##      Package Files Section      ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%{_libdir}/*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
%{_libdir}/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
%{_datadir}/gtk-doc/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
%changelog
21565
d91ec9f7cf9f 2011-03-08 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   165
* Tue Mar 08 2011 - [email protected]
d91ec9f7cf9f 2011-03-08 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   166
- Remove patches no longer needed with the Sun Studio 12.2 compiler.
17844
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17810
diff changeset
   167
* Thu Apr 15 2010 - [email protected]
dcae0546d241 2010-04-15 Brian Cameron <[email protected]>
yippi
parents: 17810
diff changeset
   168
- Bump to 0.3.17.
17304
e202f3d6edec 2010-01-12 Christian Kelly <[email protected]>
chrisk
parents: 17283
diff changeset
   169
* Tue Jan 12 2010 - [email protected]
e202f3d6edec 2010-01-12 Christian Kelly <[email protected]>
chrisk
parents: 17283
diff changeset
   170
- Add liboil-01-fixxref-modules to fix build issue.
17283
709178528816 2009-01-08 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   171
* Fri Jan 08 2009 - [email protected]
709178528816 2009-01-08 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   172
- Fix Summary.
15502
3d65beaa5224 2009-03-26 Brian Cameron <[email protected]>
yippi
parents: 14571
diff changeset
   173
* Thu Mar 26 2009 - [email protected]
3d65beaa5224 2009-03-26 Brian Cameron <[email protected]>
yippi
parents: 14571
diff changeset
   174
- Bump to 0.3.16.
13568
7bf4c49b8043 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11916
diff changeset
   175
* Fri Sep 12 2008 - [email protected]
7bf4c49b8043 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11916
diff changeset
   176
- Bump to 0.3.15.
11916
ea5e343cad5e 2008-03-26 Brian Cameron <[email protected]>
yippi
parents: 11743
diff changeset
   177
* Wed Mar 26 2008 - [email protected]
ea5e343cad5e 2008-03-26 Brian Cameron <[email protected]>
yippi
parents: 11743
diff changeset
   178
- Bump to 0.3.14.
11743
3547dd401d5c 2008-02-27 Brian Cameron <[email protected]>
yippi
parents: 11717
diff changeset
   179
* Wed Feb 27 2008 - [email protected]
3547dd401d5c 2008-02-27 Brian Cameron <[email protected]>
yippi
parents: 11717
diff changeset
   180
- Add patch liboil-02-fixcopy.diff to fix bug 14643.
11717
b1a3d427860f 2008-02-26 Brian Cameron <[email protected]>
yippi
parents: 11134
diff changeset
   181
* Mon Feb 25 2008 - [email protected]
b1a3d427860f 2008-02-26 Brian Cameron <[email protected]>
yippi
parents: 11134
diff changeset
   182
- Bump to 0.3.13 and remove upstream patch.
10028
ead4d5496427 2007-06-08 Brian Cameron <[email protected]>
yippi
parents: 9450
diff changeset
   183
* Fri Jun 08 2007 - [email protected]
ead4d5496427 2007-06-08 Brian Cameron <[email protected]>
yippi
parents: 9450
diff changeset
   184
- Bump to 0.3.12 and remove upstream patch.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Fri Feb 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Add patch to support hardware acelleration detection on x86 when
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
  building with GCC.  Also add bugdb info.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Thu Nov 30 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Bump to 0.3.10.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- use %gtk_doc_option in configure so that it can be disabled using
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
  --without-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
* Wed Jun 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
- Bump to 0.3.9.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
* Tue Jan 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
- Bump to 0.3.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
* Wed Jul 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
- Created.