|
|
0e281a |
%define libxml2_version 2.4.21
|
|
|
0e281a |
%define orbit2_version 2.7.5
|
|
|
0e281a |
|
|
|
0e281a |
%define po_package libbonobo-2.0
|
|
|
0e281a |
|
|
|
0e281a |
Summary: Bonobo component system
|
|
|
0e281a |
Name: libbonobo
|
|
|
0e281a |
Version: 2.32.1
|
|
|
0e281a |
Release: 5%{?dist}
|
|
|
0e281a |
URL: http://ftp.gnome.org
|
|
|
0e281a |
Source0: http://download.gnome.org/sources/libbonobo/2.32/%{name}-%{version}.tar.bz2
|
|
|
0e281a |
License: GPLv2+ and LGPLv2+
|
|
|
0e281a |
# bonobo-activation-server, bonobo-activation-sysconf and bonobo-slay are GPL
|
|
|
0e281a |
# libbonobo and libbonobo-activation are LGPLv2+
|
|
|
0e281a |
Group: System Environment/Libraries
|
|
|
0e281a |
BuildRequires: libxml2-devel >= %{libxml2_version}
|
|
|
0e281a |
BuildRequires: ORBit2-devel >= %{orbit2_version}
|
|
|
0e281a |
BuildRequires: intltool >= 0.14-1
|
|
|
0e281a |
BuildRequires: automake autoconf libtool
|
|
|
0e281a |
BuildRequires: gtk-doc
|
|
|
0e281a |
BuildRequires: flex, bison, zlib-devel, popt-devel
|
|
|
0e281a |
BuildRequires: dbus-glib-devel
|
|
|
0e281a |
BuildRequires: gettext
|
|
|
0e281a |
|
|
|
0e281a |
Patch0: libbonobo-multishlib.patch
|
|
|
0e281a |
Patch1: libbonobo-2.32.1-srcdir-macro.patch
|
|
|
0e281a |
Patch2: 0001-Remove-use-of-G_DISABLE_DEPRECATED.patch
|
|
|
0e281a |
|
|
|
0e281a |
%description
|
|
|
0e281a |
Bonobo is a component system based on CORBA, used by the GNOME desktop.
|
|
|
0e281a |
|
|
|
0e281a |
%package devel
|
|
|
0e281a |
Summary: Libraries and headers for libbonobo
|
|
|
0e281a |
Group: Development/Libraries
|
|
|
0e281a |
Requires: %name = %{version}-%{release}
|
|
|
0e281a |
Requires: ORBit2-devel >= %{orbit2_version}
|
|
|
0e281a |
Requires: libxml2-devel >= %{libxml2_version}
|
|
|
0e281a |
Requires: popt-devel
|
|
|
0e281a |
|
|
|
0e281a |
|
|
|
0e281a |
%description devel
|
|
|
0e281a |
Bonobo is a component system based on CORBA, used by the GNOME desktop.
|
|
|
0e281a |
|
|
|
0e281a |
This package contains header files used to compile programs that
|
|
|
0e281a |
use Bonobo.
|
|
|
0e281a |
|
|
|
0e281a |
%prep
|
|
|
0e281a |
%setup -q -n %{name}-%{version}
|
|
|
0e281a |
|
|
|
0e281a |
%ifarch ppc64 s390x x86_64
|
|
|
0e281a |
%patch0 -p1 -b .multishlib
|
|
|
0e281a |
%endif
|
|
|
0e281a |
|
|
|
0e281a |
%patch1 -p0 -b .srcmacro
|
|
|
0e281a |
%patch2 -p1
|
|
|
0e281a |
|
|
|
0e281a |
autoreconf -i -f
|
|
|
0e281a |
|
|
|
0e281a |
%build
|
|
|
0e281a |
%configure --disable-gtk-doc
|
|
|
0e281a |
|
|
|
0e281a |
make
|
|
|
0e281a |
|
|
|
0e281a |
%install
|
|
|
0e281a |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
0e281a |
|
|
|
0e281a |
## just kill this wherever it lives
|
|
|
0e281a |
rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo-2.0/samples/bonobo-echo-2
|
|
|
0e281a |
rm -f $RPM_BUILD_ROOT%{_prefix}/lib/bonobo-2.0/samples/bonobo-echo-2
|
|
|
0e281a |
|
|
|
0e281a |
## kill other stuff
|
|
|
0e281a |
rm $RPM_BUILD_ROOT%{_bindir}/echo-client-2
|
|
|
0e281a |
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
0e281a |
rm $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
0e281a |
rm $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.*a
|
|
|
0e281a |
rm $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.*a
|
|
|
0e281a |
rm $RPM_BUILD_ROOT%{_bindir}/bonobo-slay
|
|
|
0e281a |
|
|
|
0e281a |
for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
|
|
|
0e281a |
sed -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
|
|
|
0e281a |
done
|
|
|
0e281a |
|
|
|
0e281a |
# noarch packages install to /usr/lib/bonobo/servers
|
|
|
0e281a |
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/bonobo/servers
|
|
|
0e281a |
|
|
|
0e281a |
%find_lang %{po_package}
|
|
|
0e281a |
|
|
|
0e281a |
%post -p /sbin/ldconfig
|
|
|
0e281a |
|
|
|
0e281a |
%postun -p /sbin/ldconfig
|
|
|
0e281a |
|
|
|
0e281a |
%files -f %{po_package}.lang
|
|
|
0e281a |
%defattr(-,root,root)
|
|
|
0e281a |
|
|
|
0e281a |
%doc AUTHORS COPYING NEWS README doc/NAMESPACE
|
|
|
0e281a |
|
|
|
0e281a |
%{_libdir}/lib*.so.*
|
|
|
0e281a |
%{_libdir}/bonobo
|
|
|
0e281a |
%{_libdir}/orbit-2.0/*.so*
|
|
|
0e281a |
%{_bindir}/*
|
|
|
0e281a |
%{_libexecdir}/*
|
|
|
0e281a |
%{_sbindir}/*
|
|
|
0e281a |
%dir %{_prefix}/lib/bonobo/servers
|
|
|
0e281a |
%dir %{_prefix}/lib/bonobo
|
|
|
0e281a |
%dir %{_sysconfdir}/bonobo-activation
|
|
|
0e281a |
%config %{_sysconfdir}/bonobo-activation/*
|
|
|
0e281a |
%{_datadir}/man/man*/*
|
|
|
0e281a |
|
|
|
0e281a |
%files devel
|
|
|
0e281a |
%defattr(-,root,root)
|
|
|
0e281a |
|
|
|
0e281a |
%{_libdir}/lib*.so
|
|
|
0e281a |
%{_libdir}/pkgconfig/*
|
|
|
0e281a |
%{_includedir}/*
|
|
|
0e281a |
%{_datadir}/idl/*
|
|
|
0e281a |
%{_datadir}/gtk-doc/html/libbonobo
|
|
|
0e281a |
%{_datadir}/gtk-doc/html/bonobo-activation
|
|
|
0e281a |
|
|
|
0e281a |
%changelog
|
|
|
0e281a |
* Thu May 02 2013 Colin Walters <walters@verbum.org> - 2.32.1-5
|
|
|
0e281a |
- Backport patch from upstream to fix build with recent GLib
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Feb 07 2013 Jon Ciesla <limburgher@gmail.com> - 2.32.1-4
|
|
|
0e281a |
- Merge review fixes, BZ 225989.
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.1-3
|
|
|
0e281a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.1-2
|
|
|
0e281a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Apr 4 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.32.1-1
|
|
|
0e281a |
- Update to 2.32.1
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.0-2
|
|
|
0e281a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
|
|
0e281a |
- Update to 2.32.0
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
|
|
|
0e281a |
- Update to 2.31.91
|
|
|
0e281a |
- Spec file cleanups
|
|
|
0e281a |
|
|
|
0e281a |
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.2-2
|
|
|
0e281a |
- Rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.2-1
|
|
|
0e281a |
- Update to 2.24.2
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jul 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-4
|
|
|
0e281a |
- Rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.1-3
|
|
|
0e281a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
|
|
|
0e281a |
- Minor directory ownership cleanup
|
|
|
0e281a |
- Fix installation
|
|
|
0e281a |
|
|
|
0e281a |
* Sun Mar 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
|
|
0e281a |
- Update to 2.24.1
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-4
|
|
|
0e281a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Dec 3 2008 Caolán McNamara <caolanm@redhat.com> - 2.24.0-3
|
|
|
0e281a |
- rebuild to get new rpm provides of pkgconfig(libbonobo-2.0)
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Oct 7 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-2
|
|
|
0e281a |
- Own /usr/lib/bonobo for noarch packages (bug 463054)
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
|
|
0e281a |
- Update to 2.24.0
|
|
|
0e281a |
|
|
|
0e281a |
* Sat Sep 20 2008 Peter Robinson <probinson@gmail.com> - 2.23.1-2
|
|
|
0e281a |
- Kill dependency on perl RHBZ #462901
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
|
|
|
0e281a |
- Update to 2.23.1
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.0-1
|
|
|
0e281a |
- Update to 2.23.0
|
|
|
0e281a |
|
|
|
0e281a |
* Tue May 6 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-3
|
|
|
0e281a |
- Tie bonobo-activation-server more closely to session
|
|
|
0e281a |
bgo #530615
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Apr 29 2008 Ray Strode <rstrode@redhat.com> - 2.22.0-2
|
|
|
0e281a |
- Take name on message bus to tie activation server to desktop session
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
|
|
0e281a |
- Update to 2.22.0
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Feb 22 2008 Ray Strode <rstrode@redhat.com> - 2.21.90-3
|
|
|
0e281a |
- Drop upstreamed patch
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.90-2
|
|
|
0e281a |
- Autorebuild for GCC 4.3
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
|
|
|
0e281a |
- Update to 2.21.90
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.4-1
|
|
|
0e281a |
- Update to 2.20.4
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Dec 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.3-1
|
|
|
0e281a |
- Update to 2.20.3
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Dec 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
|
|
|
0e281a |
- Update to 2.20.2
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
|
|
0e281a |
- Update to 2.20.1 (memory leak fixes, translation updates)
|
|
|
0e281a |
- Drop upstreamed patches
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
|
|
0e281a |
- Update to 2.20.0
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Sep 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-6
|
|
|
0e281a |
- Plug a memory leak in bonobo-activation-server
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Sep 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-5
|
|
|
0e281a |
- Plug a memory leak in bonobo-activation-server
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Aug 28 2007 Jesse Keating <jkeating@redhat.com> - 2.19.6-4
|
|
|
0e281a |
- Require popt-devel in -devel.
|
|
|
0e281a |
- And BuildRequire popt-devel.
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.6-2
|
|
|
0e281a |
- Rebuild for ppc toolchain bug
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
|
|
|
0e281a |
- Update the license field
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
|
|
|
0e281a |
- Update to 2.19.6
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
|
|
|
0e281a |
- Update to 2.19.4
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Apr 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-3
|
|
|
0e281a |
- Use the more correct upstream fix for the leak fixed in -2
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Apr 9 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-2
|
|
|
0e281a |
- Don't leak strings from the bonobo activation environment
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
|
|
0e281a |
- Update to 2.18.0
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
|
|
|
0e281a |
- Update to 2.17.92
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
|
|
|
0e281a |
- Update to 2.17.91
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
|
|
|
0e281a |
- Update to 2.17.90
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
|
|
|
0e281a |
- Update to 2.16.0
|
|
|
0e281a |
- Require pkgconfig in the -devel package
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1.fc6
|
|
|
0e281a |
- Update to 2.15.3
|
|
|
0e281a |
|
|
|
0e281a |
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1.fc6
|
|
|
0e281a |
- Update to 2.15.2
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Aug 11 2006 Alexander Larsson <alexl@redhat.com> - 2.15.0-3
|
|
|
0e281a |
- Add patch to close fds when activating component (#200477)
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.0-2
|
|
|
0e281a |
- disable gtk-doc to fix multilib conflicts
|
|
|
0e281a |
- Don't ship static libraries
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.0-1
|
|
|
0e281a |
- Update to 2.15.0
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-4.1
|
|
|
0e281a |
- rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 2.14.0-4
|
|
|
0e281a |
- buildreq automake, not automake16
|
|
|
0e281a |
|
|
|
0e281a |
* Sat Jun 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-3
|
|
|
0e281a |
- Add missing BuildRequires
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Jun 5 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-2
|
|
|
0e281a |
- Rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Mar 14 2006 Ray Strode <rstrode@redhat.com> 2.14.0-1
|
|
|
0e281a |
- Update to 2.14.0
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Mar 7 2006 Matthias Clasen <mclasen@redhat.com>
|
|
|
0e281a |
- Update to 2.13.93
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Feb 15 2006 Ray Strode <rstrode@redhat.com> 2.13.1-9
|
|
|
0e281a |
- yet another iteration of the shlib patch
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.1-8.2
|
|
|
0e281a |
- bump again for double-long bug on ppc(64)
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.1-8.1
|
|
|
0e281a |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jan 25 2006 Ray Strode <rstrode@redhat.com> 2.13.1-8
|
|
|
0e281a |
- one more iteration of the shlib patch
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jan 25 2006 Ray Strode <rstrode@redhat.com> 2.13.1-7
|
|
|
0e281a |
- run automake in %%build so that shlib patch gets
|
|
|
0e281a |
built
|
|
|
0e281a |
- change libdir logic to happen at configure time because
|
|
|
0e281a |
automake's conditional support isn't that sophisticated
|
|
|
0e281a |
- s/%%makeinstall/make install DESTDIR=$RPM_BUILD_ROOT/
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> 2.13.1-6
|
|
|
0e281a |
- s/sed -ie/sed -i -e/
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> 2.13.1-5
|
|
|
0e281a |
- Step three (unbreak the step two breakage)
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> 2.13.1-4
|
|
|
0e281a |
- Step two (bug 156982)
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jan 18 2006 Ray Strode <rstrode@redhat.com> 2.13.1-3
|
|
|
0e281a |
- Step one of the multi-bonoboshlib process
|
|
|
0e281a |
(bug 156982)
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com>
|
|
|
0e281a |
- Update to 2.13.1
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
0e281a |
- rebuilt
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Dec 1 2005 Matthias Clasen <mclasen@redhat.com> 2.13.0
|
|
|
0e281a |
- Update to 2.13.0
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Sep 09 2005 Florian La Roche <laroche@redhat.com>
|
|
|
0e281a |
- add a version-release to the Provides: bonobo-activation since
|
|
|
0e281a |
many packages still try to request a specific version number
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Sep 8 2005 Matthias Clasen <mclasen@redhat.com> 2.10.1-1
|
|
|
0e281a |
- Update to 2.10.1
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Aug 5 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-1
|
|
|
0e281a |
- New upstream version
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Feb 9 2005 Matthias Clasen <mclasen@redhat.com> 2.8.1-1
|
|
|
0e281a |
- Update to 2.8.1
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Sep 28 2004 Mark McLoughlin <markmc@redhat.com> 2.8.0-2
|
|
|
0e281a |
- Add patch to make bonobo-activation notice epiphany being
|
|
|
0e281a |
installed. Bug #117790
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Sep 22 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
|
|
|
0e281a |
- update to 2.8.0
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Jul 30 2004 Ray Strode <rstrode@redhat.com> 2.6.2-2
|
|
|
0e281a |
- rebuilt
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Jul 30 2004 Ray Strode <rstrode@redhat.com> 2.6.2-1
|
|
|
0e281a |
- Update to 2.6.2
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
0e281a |
- rebuilt
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Mar 22 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-2
|
|
|
0e281a |
- BuildRequire gtk-doc - bug #110795
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-1
|
|
|
0e281a |
- Update to 2.6.0
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
0e281a |
- rebuilt
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Feb 23 2004 Alexander Larsson <alexl@redhat.com> 2.5.4-1
|
|
|
0e281a |
- update to 2.5.4
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
0e281a |
- rebuilt
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Jan 16 2004 Jonathan Blandford <jrb@redhat.com> 2.5.3-1
|
|
|
0e281a |
- new version
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 2.4.3-1
|
|
|
0e281a |
- update to 2.4.3
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Sep 3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
|
|
|
0e281a |
- 2.4.0
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Aug 13 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-2
|
|
|
0e281a |
- rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Aug 11 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-1
|
|
|
0e281a |
- Rebuild for gnome 2.4
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Jul 22 2003 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- automated rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Jul 8 2003 Havoc Pennington <hp@redhat.com> 2.2.3-1
|
|
|
0e281a |
- 2.2.3
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
0e281a |
- rebuilt
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Feb 4 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
|
|
|
0e281a |
- 2.2.0
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Jan 28 2003 Matt Wilson <msw@redhat.com> 2.1.1-3
|
|
|
0e281a |
- use LIBTOOL=/usr/bin/libtool
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
0e281a |
- rebuilt
|
|
|
0e281a |
|
|
|
0e281a |
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- 2.1.1
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- 2.1.0
|
|
|
0e281a |
- fix installed but unpackaged files
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
0e281a |
- Fix find_lang
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- rebuild in different environment
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- 2.0.0
|
|
|
0e281a |
|
|
|
0e281a |
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
0e281a |
- automated rebuild
|
|
|
0e281a |
|
|
|
0e281a |
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- rebuild in different environment
|
|
|
0e281a |
|
|
|
0e281a |
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- 1.117.0
|
|
|
0e281a |
|
|
|
0e281a |
* Fri May 3 2002 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- 1.116.0
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
|
|
|
0e281a |
- 1.113.0
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- 1.111.0
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
0e281a |
- Version 1.110.0
|
|
|
0e281a |
- Rebuild for dependencies
|
|
|
0e281a |
- Intltoolize, the included version has problems with our Perl
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Jan 22 2002 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- automake-1.4
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- 1.108.0.90 cvs snap
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- 1.107.0, glib 1.3.11
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- rebuild for new glib, new snap
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- rebuild for new glib
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- move to 1.103.0 tarball
|
|
|
0e281a |
- call automake after patching Makefile.am
|
|
|
0e281a |
- patch for parallel install
|
|
|
0e281a |
|
|
|
0e281a |
* Fri Sep 21 2001 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- add some requires
|
|
|
0e281a |
|
|
|
0e281a |
* Tue Sep 18 2001 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- conflict with bonobo < 1.0.8 to avoid header conflicts
|
|
|
0e281a |
- update group
|
|
|
0e281a |
|
|
|
0e281a |
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- moved IDL files into subdir
|
|
|
0e281a |
- remove smp_mflags, libbonobo does not like those
|
|
|
0e281a |
|
|
|
0e281a |
* Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- remove IDL files as temporary hack
|
|
|
0e281a |
|
|
|
0e281a |
* Wed Sep 12 2001 Havoc Pennington <hp@redhat.com>
|
|
|
0e281a |
- Initial build.
|
|
|
0e281a |
|
|
|
0e281a |
|