base-specs/gnome-mag.spec
author gman
Thu, 30 Sep 2010 21:37:28 +0000
branchgnome-2-30
changeset 20130 c7dfc176dcbd
parent 20098 91268ca6bb15
child 20163 22d0ce974488
child 20255 5e50399b0472
permissions -rw-r--r--
2010-10-01 Glynn Foster <[email protected]> * specs/SUNWos-welcome.spec: Bump to 1.0.6
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 gnome-mag
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11371
47967d14cc79 2008-01-03 Damien Carbery <[email protected]>
dcarbery
parents: 10508
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
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: 16426
diff changeset
     8
%define owner liyuan
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16324
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17829
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16324
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         gnome-mag
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:      LGPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries
17829
0547112a4108 2010-04-12 Christian Kelly <[email protected]>
chrisk
parents: 17696
diff changeset
    16
Version:      0.16.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      201
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution: Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    19
Vendor:       Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:      GNOME magnifier
17570
0713241da632 010-02-23 Christian Kelly <[email protected]>
chrisk
parents: 17552
diff changeset
    21
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.16/%{name}-%{version}.tar.bz2
10031
b26246f61e35 2007-06-08 Damien Carbery <[email protected]>
dcarbery
parents: 10017
diff changeset
    22
#owner:dcarbery date:2007-06-07 type:bug bugzilla:444137,444138
10017
11acbc57a6bf 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 10004
diff changeset
    23
Patch1:       gnome-mag-01-x11-build-error.diff
10385
f043b4ea809c 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
    24
#owner:dcarbery date:2007-08-28 type:branding
10381
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10373
diff changeset
    25
Patch2:       gnome-mag-02-no-xext-dependency.diff
17696
f6ddad94a2a1 2010-03-12 Christian Kelly <[email protected]>
chrisk
parents: 17570
diff changeset
    26
#owner:chrisk date:2010-03-12 type:bug
f6ddad94a2a1 2010-03-12 Christian Kelly <[email protected]>
chrisk
parents: 17570
diff changeset
    27
Patch3:       gnome-mag-03-enable-deprecated.diff
20098
91268ca6bb15 2010-09-27 Brian Cameron <[email protected]>
davelam
parents: 17864
diff changeset
    28
#owner:liyuan date:2010-09-25 type:bug doo:7131
91268ca6bb15 2010-09-27 Brian Cameron <[email protected]>
davelam
parents: 17864
diff changeset
    29
Patch4:       gnome-mag-04-display-env.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
URL:          http://developer.gnome.org/projects/gap/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Docdir:       %{_defaultdocdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Prereq:	      /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define gtk2_version 2.2.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%define libbonobo_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%define popt_version 1.6.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%define at_spi_version 1.5.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
# Requirements
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
BuildRequires: gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
BuildRequires: libbonobo-devel >= %{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
BuildRequires: popt-devel >= %{popt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires:      gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires:      libbonobo >= %{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires:      at-spi >= %at_spi_version
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
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
gnome-mag is a screen magnification service using Bonobo.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%setup -q
10017
11acbc57a6bf 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 10004
diff changeset
    54
%patch1 -p1
10381
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10373
diff changeset
    55
%patch2 -p1
17696
f6ddad94a2a1 2010-03-12 Christian Kelly <[email protected]>
chrisk
parents: 17570
diff changeset
    56
%patch3 -p1
20098
91268ca6bb15 2010-09-27 Brian Cameron <[email protected]>
davelam
parents: 17864
diff changeset
    57
%patch4 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
  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
    66
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
16135
ac1d908afda8 2009-07-27 Christian Kelly <[email protected]>
chrisk
parents: 15628
diff changeset
    71
libtoolize --force
12774
1b0d4214642a 2008-07-08 Damien Carbery <[email protected]>
dcarbery
parents: 12767
diff changeset
    72
aclocal $ACLOCAL_FLAGS -I m4
1b0d4214642a 2008-07-08 Damien Carbery <[email protected]>
dcarbery
parents: 12767
diff changeset
    73
automake
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
CFLAGS="$RPM_OPT_FLAGS"			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
./configure --prefix=%{_prefix}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
            --sysconfdir=%{_sysconfdir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
	    --libdir=%{_libdir}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
	    --bindir=%{_bindir}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
	    --includedir=%{_includedir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
            --mandir=%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
#clean up unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
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
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
rm -rf $RPM_BUILD_ROOT
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
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
/sbin/ldconfig
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
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%{_includedir}/gnome-mag-1.0/*/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%{_libdir}/*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%{_libdir}/bonobo/servers/GNOME_Magnifier.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%{_datadir}/gnome-mag/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%{_datadir}/idl/gnome-mag-1.0/GNOME_Magnifier.idl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%{_datadir}/locale/*/*/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%changelog
20098
91268ca6bb15 2010-09-27 Brian Cameron <[email protected]>
davelam
parents: 17864
diff changeset
   112
* Sat Sep 25 2010 - [email protected]
91268ca6bb15 2010-09-27 Brian Cameron <[email protected]>
davelam
parents: 17864
diff changeset
   113
- Add gnome-mag-04-display-env.diff.
17696
f6ddad94a2a1 2010-03-12 Christian Kelly <[email protected]>
chrisk
parents: 17570
diff changeset
   114
* Fri Mar 12 2010 - [email protected]
f6ddad94a2a1 2010-03-12 Christian Kelly <[email protected]>
chrisk
parents: 17570
diff changeset
   115
- Add gnome-mag-03-enable-deprecated.diff.
17552
a5cc3ca42ade 2010-02-15 Christian Kelly <[email protected]>
chrisk
parents: 16657
diff changeset
   116
* Mon Feb 15 2010 - [email protected]
a5cc3ca42ade 2010-02-15 Christian Kelly <[email protected]>
chrisk
parents: 16657
diff changeset
   117
- Bump to 0.16.0.
16657
c16ab44a6a3e 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   118
* Wed Sep 23 2009 - [email protected]
c16ab44a6a3e 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   119
- Bump to 0.15.9
16324
1f07a362343f 2009-08-21 Li Yuan <[email protected]>
liyuan
parents: 16156
diff changeset
   120
* Fri Aug 21 2009 - [email protected]
1f07a362343f 2009-08-21 Li Yuan <[email protected]>
liyuan
parents: 16156
diff changeset
   121
- Change owner to liyuan.
16156
3d23701cfe13 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 16135
diff changeset
   122
* Tue Jul 28 2009 - [email protected]
3d23701cfe13 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 16135
diff changeset
   123
- Bump to 0.15.8.
16135
ac1d908afda8 2009-07-27 Christian Kelly <[email protected]>
chrisk
parents: 15628
diff changeset
   124
* Mon Jul 27 2009 - [email protected]
ac1d908afda8 2009-07-27 Christian Kelly <[email protected]>
chrisk
parents: 15628
diff changeset
   125
- Bump to 0.15.7.
15628
2d07f9379a86 2009-04-16 Dave Lin <[email protected]>
davelam
parents: 15398
diff changeset
   126
* Wed Apr 15 2009 - [email protected]
2d07f9379a86 2009-04-16 Dave Lin <[email protected]>
davelam
parents: 15398
diff changeset
   127
- Bump to 0.15.6
15398
18c42d912f3e * base-specs/eog.spec: Bump to 2.25.92.
davelam
parents: 13800
diff changeset
   128
* Fri Mar 13 2009 - [email protected]
18c42d912f3e * base-specs/eog.spec: Bump to 2.25.92.
davelam
parents: 13800
diff changeset
   129
- Bump to 0.15.5
13800
31bc1f21c5b2 2008-09-27 Christian Kelly <[email protected]>
chrisk
parents: 13372
diff changeset
   130
* Sat Sep 27 2008 - [email protected]
31bc1f21c5b2 2008-09-27 Christian Kelly <[email protected]>
chrisk
parents: 13372
diff changeset
   131
- Bump to 0.15.4.
13372
7690337a8275 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13022
diff changeset
   132
* Tue Sep 02 2008 - [email protected]
7690337a8275 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13022
diff changeset
   133
- Bump to 0.15.3.
13022
3289fd804b39 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12774
diff changeset
   134
* Tue Aug 05 2008 - [email protected]
3289fd804b39 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12774
diff changeset
   135
- Bump to 0.15.2.
12774
1b0d4214642a 2008-07-08 Damien Carbery <[email protected]>
dcarbery
parents: 12767
diff changeset
   136
* Tue Jul 08 2008 - [email protected]
1b0d4214642a 2008-07-08 Damien Carbery <[email protected]>
dcarbery
parents: 12767
diff changeset
   137
- Call aclocal/automake to pick up modified intltool.m4.
12767
c4fa0d3b3b21 bump gnome-mag to 0.10.1
chrisk
parents: 11371
diff changeset
   138
* Mon Jun 07 2008 - [email protected]
c4fa0d3b3b21 bump gnome-mag to 0.10.1
chrisk
parents: 11371
diff changeset
   139
- Bump to 0.15.1.
11371
47967d14cc79 2008-01-03 Damien Carbery <[email protected]>
dcarbery
parents: 10508
diff changeset
   140
* Thu Jan 03 2007 - [email protected]
47967d14cc79 2008-01-03 Damien Carbery <[email protected]>
dcarbery
parents: 10508
diff changeset
   141
- Bump to 0.15.0.
10508
e6cbe308a155 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10488
diff changeset
   142
* Tue Sep 18 2007 - [email protected]
e6cbe308a155 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10488
diff changeset
   143
- Bump to 0.14.10.
10488
33401958ab4c 2007-09-11 Damien Carbery <[email protected]>
dcarbery
parents: 10385
diff changeset
   144
* Tue Sep 11 2007 - [email protected]
33401958ab4c 2007-09-11 Damien Carbery <[email protected]>
dcarbery
parents: 10385
diff changeset
   145
- Bump to 0.14.9.
10381
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10373
diff changeset
   146
* Tue Aug 28 2007 - [email protected]
10385
f043b4ea809c 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   147
- Add patch, 02-no-xext-dependency, to remove the xext dependency from
f043b4ea809c 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   148
  configure.in. This module is not on Solaris and gnome-mag builds without it.
f043b4ea809c 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   149
* Tue Aug 28 2007 - [email protected]
10381
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10373
diff changeset
   150
- Bump to 0.14.8.
10373
d66af1973807 2007-08-27 Damien Carbery <[email protected]>
dcarbery
parents: 10338
diff changeset
   151
* Mon Aug 27 2007 - [email protected]
d66af1973807 2007-08-27 Damien Carbery <[email protected]>
dcarbery
parents: 10338
diff changeset
   152
- Bump to 0.14.7. Remove upstream patch, 02-pkg-config.
10338
26308ed1df43 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10076
diff changeset
   153
* Thu Aug 16 2007 - [email protected]
26308ed1df43 2007-08-16 Damien Carbery <[email protected]>
dcarbery
parents: 10076
diff changeset
   154
- Add patch 02-pkg-config to fix #467320, reorder two lines in .pc.in file.
10076
106c07853b64 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 10031
diff changeset
   155
* Tue Jun 19 2007 - [email protected]
106c07853b64 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 10031
diff changeset
   156
- Bump to 0.14.6.
10017
11acbc57a6bf 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 10004
diff changeset
   157
* Thu Jun 07 2007 - [email protected]
11acbc57a6bf 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 10004
diff changeset
   158
- Add patch 01-x11-build-error to fix #445140.
10004
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9949
diff changeset
   159
* Wed Jun 06 2007 - [email protected]
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9949
diff changeset
   160
- Bump to 0.14.5.
9949
061a73621f11 2007-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 9516
diff changeset
   161
* Mon May 28 2007 - [email protected]
061a73621f11 2007-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 9516
diff changeset
   162
- Bump to 0.14.4.
9516
fa8bcb5163f7 2007-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 9441
diff changeset
   163
* Sun Mar 11 2007 - [email protected]
fa8bcb5163f7 2007-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 9441
diff changeset
   164
- Bump to 0.14.3.
9441
24105511a782 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   165
* Mon Mar 05 2007 - [email protected]
24105511a782 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   166
- Bump to 0.14.2. Remove upstream patch, 01-uninstalled.pc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- Bump to 0.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Sun Dec 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Bump to 0.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Wed Jul 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Bump to 0.13.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Tue Jul 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- Bump to 0.13.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Bump to 0.12.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Tue Oct 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Bump to 0.12.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Thu May 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Revved to 0.12.1, fixes #6199929.  Removed obsolete g11n patch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Fri Feb 04 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Revved to 0.11.14, fixes bugzilla bug #166282 which should be a P2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
  bugster bug.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Fri Jan 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
  Corrected dependencies - removed gnome-speech and gail dependencies,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
  added at-spi dependency (for LoginHelper API) and popt dependency.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Wed Jan 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
  Revved to 0.11.13, fixes for 618662, 6217152, 6205225, 6199929.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Tue Dec 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
  Revved to 0.11.11, fixes for bugs 6192805, 6182499, 6182502.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
* Fri Nov 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
- add --bindir=%{_bindir}, --libdir=%{_libdir} and --includedir=%{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
  to configure opts.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Fri Nov 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Revved to 0.11.10.  Should improve bugtraq 5099413 further.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Thu Oct 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- Add magnifier.1 man page
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Wed Oct 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- Removed patch, revved to 0.11.8.  Partial fix for bugtraq 5099413.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Mon Sep 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Added patch gnome-mag-02-damage-fix.diff for bugtraq 5099413.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Tue Aug 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- Revved to 0.11.7, gives readable SourceDisplay and TargetDisplay
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
  params, and better debugging support for XDAMAGE.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Tue Aug 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Revved to 0.11.5, to include LoginHelper support.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- removed --disable-gtk-doc since this isn't an option this module's
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
  configure takes.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
* Tue Aug 17 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
- Updated to version 0.11.4, to fix bug #5083109.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Fri Jul 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- Updated to version 0.11.3, which includes a fix for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
  the configure path to Damage and XFixes client libs,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
  which are in /usr/openwin/sfw/lib for some reason.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Tue Jul 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- fixed packaging up for rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
- Updated l10n content to gnome-mag-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
* Tue May 18 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
- add patch 01 (uninstalled.pc)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
* Fri May 14 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
- Bump to 0.11.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- Updated l10n content to gnome-mag-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
* Thu Apr 22 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
- Bump to 0.11.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
* Wed Mar 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- replace tar jxf with the more solaris friendly
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
  bzcat piped through tar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
- Adding gnome-mag-l10n-po-1.0.tar.bz2 l10n content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
* Tue Mar 23 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
- Bump to 0.10.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
* Wed Feb 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
- Created new spec file for gnome-mag