f6670eb
%global glib2_version 2.45.3
e835e4d
b02c344
Name:           gobject-introspection
20d737c
Version:        1.47.1
Colin Walters e6c54c6
Release:        2%{?dist}
b02c344
Summary:        Introspection system for GObject-based libraries
b02c344
04c34b0
Group:          Development/Libraries
b02c344
License:        GPLv2+, LGPLv2+, MIT
b02c344
URL:            http://live.gnome.org/GObjectIntrospection
8a59178
#VCS:           git:git://git.gnome.org/gobject-introspection
20d737c
Source0:        http://download.gnome.org/sources/gobject-introspection/1.47/%{name}-%{version}.tar.xz
Colin Walters e6c54c6
# Upstream as https://git.gnome.org/browse/gobject-introspection/commit/?id=13f7ca3a3e3f823690add83dd8bfada52da559d2
Colin Walters e6c54c6
Patch0: 0001-Revert-libgirepository-Refuse-to-run-in-setuid-appli.patch
3960e9f
8a59178
Obsoletes:      gir-repository
0265fd9
e835e4d
BuildRequires:  glib2-devel >= %{glib2_version}
b02c344
BuildRequires:  python-devel >= 2.5
b02c344
BuildRequires:  gettext
b02c344
BuildRequires:  flex
b02c344
BuildRequires:  bison
Colin Walters e6c54c6
BuildRequires:  git
b02c344
BuildRequires:  libffi-devel
5fb9f5b
BuildRequires:  mesa-libGL-devel
Colin Walters 0999d67
BuildRequires:  cairo-gobject-devel
96d8968
BuildRequires:  libxml2-devel
96d8968
BuildRequires:  libXfixes-devel
96d8968
BuildRequires:  libX11-devel
96d8968
BuildRequires:  fontconfig-devel
96d8968
BuildRequires:  libXft-devel
96d8968
BuildRequires:  freetype-devel
8af9d9b
# Bootstrap requirements
8af9d9b
BuildRequires:  gnome-common
8af9d9b
BuildRequires:  intltool
8af9d9b
BuildRequires:  gtk-doc
Colin Walters b6342e6
# For doctool
Colin Walters b6342e6
BuildRequires:  python-mako
b02c344
e835e4d
Requires:       glib2%{?_isa} >= %{glib2_version}
e835e4d
b02c344
%description
b02c344
GObject Introspection can scan C header and source files in order to
b02c344
generate introspection "typelib" files.  It also provides an API to examine
b02c344
typelib files, useful for creating language bindings among other
b02c344
things.
b02c344
b02c344
%package devel
b02c344
Summary: Libraries and headers for gobject-introspection
b02c344
Group: Development/Libraries
d9799a2
Requires: %{name}%{?_isa} = %{version}-%{release}
Colin Walters 44b4a0a
# Not always, but whatever, it's a tiny dep to pull in
Colin Walters 44b4a0a
Requires: libtool
Colin Walters b6342e6
# For g-ir-doctool
Colin Walters b6342e6
Requires: python-mako
0265fd9
Obsoletes: gir-repository-devel
b02c344
b02c344
%description devel
b02c344
Libraries and headers for gobject-introspection
b02c344
b02c344
%prep
Colin Walters e6c54c6
%autosetup -Sgit
b02c344
b02c344
%build
Colin Walters b6342e6
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;)
Colin Walters b6342e6
%configure --enable-gtk-doc --enable-doctool
Richard Hughes 15c554c
f6670eb
make %{?_smp_mflags} V=1
b02c344
b02c344
%install
c9319a5
%make_install
b02c344
b02c344
# Die libtool, die.
b02c344
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
b02c344
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
e509cf3
b02c344
%post -p /sbin/ldconfig
b02c344
b02c344
%postun -p /sbin/ldconfig
b02c344
b02c344
%files
052d574
%license COPYING
b02c344
b02c344
%{_libdir}/lib*.so.*
5fb9f5b
%dir %{_libdir}/girepository-1.0
5fb9f5b
%{_libdir}/girepository-1.0/*.typelib
b02c344
b02c344
%files devel
b02c344
%{_libdir}/lib*.so
97685c9
%dir %{_libdir}/gobject-introspection
97685c9
%{_libdir}/gobject-introspection/*
b02c344
%{_libdir}/pkgconfig/*
b02c344
%{_includedir}/*
b02c344
%{_bindir}/g-ir-*
5fb9f5b
%{_datadir}/gir-1.0
6f92c2f
%dir %{_datadir}/gobject-introspection-1.0
6f92c2f
%{_datadir}/gobject-introspection-1.0/*
e509cf3
%{_datadir}/aclocal/introspection.m4
b02c344
%{_mandir}/man1/*.gz
Colin Walters 40e1ccd
%dir %{_datadir}/gtk-doc/html/gi
Colin Walters 40e1ccd
%{_datadir}/gtk-doc/html/gi/*
b02c344
b02c344
%changelog
Colin Walters e6c54c6
* Wed Dec 09 2015 Colin Walters <walters@redhat.com> - 1.47.1-2
Colin Walters e6c54c6
- Backport revert of upstream patch around setuid apps
Colin Walters e6c54c6
  Resolves: #1285991
Colin Walters e6c54c6
20d737c
* Mon Nov 02 2015 Kalev Lember <klember@redhat.com> - 1.47.1-1
20d737c
- Update to 1.47.1
20d737c
6daf910
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.46.0-1
6daf910
- Update to 1.46.0
6daf910
f6670eb
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.45.4-1
f6670eb
- Update to 1.45.4
c9319a5
- Use make_install macro
f6670eb
Florian Müllner 59c280f
* Fri Jul 03 2015 Florian Müllner <fmuellner@redhat.com> - 1.45.3-1
Florian Müllner 59c280f
- Update to 1.45.3
Florian Müllner 59c280f
0f42ccc
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45.2-2
0f42ccc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0f42ccc
915a2c2
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 1.45.2-1
915a2c2
- Update to 1.45.2
e835e4d
- Set minimum required glib2 version
915a2c2
6e1bfb1
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 1.44.0-1
6e1bfb1
- Update to 1.44.0
6e1bfb1
7323f53
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 1.43.92-1
7323f53
- Update to 1.43.92
7323f53
a6f8cf7
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 1.43.91-1
a6f8cf7
- Update to 1.43.91
052d574
- Use the %%license macro for the COPYING file
a6f8cf7
Richard Hughes a7b3307
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 1.43.3-1
Richard Hughes a7b3307
- Update to 1.43.3
Richard Hughes a7b3307
d4a70e0
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1.42.0-1
d4a70e0
- Update to 1.42.0
d4a70e0
f429161
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 1.41.91-1
f429161
- Update to 1.41.91
f429161
0f18827
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.4-2
0f18827
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0f18827
6e9bb74
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.41.4-1
6e9bb74
- Update to 1.41.4
6e9bb74
Richard Hughes ac4943a
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 1.41.3-1
Richard Hughes ac4943a
- Update to 1.41.3
Richard Hughes ac4943a
434bac7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40.0-3
434bac7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
434bac7
d9799a2
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.40.0-2
d9799a2
- Tighten -devel deps
d9799a2
Richard Hughes 26bb5a1
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 1.40.0-1
Richard Hughes 26bb5a1
- Update to 1.40.0
Richard Hughes 26bb5a1
Richard Hughes 9c4fdf8
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 1.39.90-1
Richard Hughes 9c4fdf8
- Update to 1.39.90
Richard Hughes 9c4fdf8
Richard Hughes 0983989
* Wed Jan 29 2014 Richard Hughes <rhughes@redhat.com> - 1.39.3-1
Richard Hughes 0983989
- Update to 1.39.3
Richard Hughes 0983989
Richard Hughes 5906ada
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 1.39.0-1
Richard Hughes 5906ada
- Update to 1.39.0
Richard Hughes 5906ada
245d597
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 1.38.0-1
245d597
- Update to 1.38.0
245d597
362b81c
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.37.6-1
362b81c
- Update to 1.37.6
362b81c
b0ef1fa
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37.4-2
b0ef1fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b0ef1fa
Richard Hughes 6fab3cf
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 1.37.4-1
Richard Hughes 6fab3cf
- Update to 1.37.4
Richard Hughes 6fab3cf
Colin Walters e92f7b9
* Tue May 28 2013 Colin Walters <walters@verbum.org> - 1.37.1-1
Colin Walters e92f7b9
- Update to 1.37.1
Colin Walters e92f7b9
d343329
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.36.0-1
d343329
- Update to 1.36.0
d343329
fe2c653
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.35.9-1
fe2c653
- Update to 1.35.9
fe2c653
Colin Walters b6342e6
* Tue Mar 05 2013 Colin Walters <walters@verbum.org> - 1.35.8-2
Colin Walters b6342e6
- Enable g-ir-doctool
Colin Walters b6342e6
- Resolves: #903782
Colin Walters b6342e6
Richard Hughes 2f76621
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 1.35.8-1
Richard Hughes 2f76621
- Update to 1.35.8
Richard Hughes 2f76621
0bfb2f0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35.4-2
0bfb2f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0bfb2f0
b3b81ae
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 1.35.4-1
b3b81ae
- Update to 1.35.4
b3b81ae
4f6c80e
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.35.3-1
4f6c80e
- Update to 1.35.3
4f6c80e
Richard Hughes 3975276
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 1.35.2-1
Richard Hughes 3975276
- Update to 1.35.2
Richard Hughes 3975276
e77facf
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.2-1
e77facf
- Update to 1.34.2
e77facf
f76b18e
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.1.1-1
f76b18e
- Update to 1.34.1.1
f76b18e
d7d9c32
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.1-1
d7d9c32
- Update to 1.34.1
d7d9c32
b0e0a1b
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.0-1
b0e0a1b
- Update to 1.34.0
b0e0a1b
Richard Hughes e383947
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1.33.14-1
Richard Hughes e383947
- Update to 1.33.14
Richard Hughes e383947
7238d09
* Wed Sep 05 2012 Kalev Lember <kalevlember@gmail.com> - 1.33.10-1
7238d09
- Update to 1.33.10
7238d09
Richard Hughes b8546e0
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.33.9-1
Richard Hughes b8546e0
- Update to 1.33.9
Richard Hughes b8546e0
4a0b03f
* Fri Jul 20 2012 Matthias Clasen <mclasen@redhat.com> - 1.33.4-2
4a0b03f
- Fix an unintended api break that broke vpn in gnome-shell
4a0b03f
Richard Hughes 44e01c2
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1.33.4-1
Richard Hughes 44e01c2
- Update to 1.33.4
Richard Hughes 44e01c2
Richard Hughes 483a352
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 1.33.3-1
Richard Hughes 483a352
- Update to 1.33.3
Richard Hughes 483a352
Richard Hughes 1142a86
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1.33.2-1
Richard Hughes 1142a86
- Update to 1.33.2
Richard Hughes 1142a86
289e364
* Fri Apr 27 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.1-2
289e364
- Move libffi to pkgconfig Requires.private, in order to
289e364
  reduce the impact when libffi soname bump lands in rawhide.
289e364
a01db43
* Fri Apr 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.1-1
a01db43
- Update to 1.32.1
a01db43
d94f187
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> 0 1.32.0-1
d94f187
- Update to 1.32.0
d94f187
4deef9b
* Wed Mar 21 2012 Matthias Clasen <mclasen@redhat.com> 0 1.31.22-1
4deef9b
- Update to 1.31.22
4deef9b
704198f
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> 0 1.31.20-1
704198f
- Update to 1.31.20
704198f
00ecaac
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> 0 1.31.10-1
00ecaac
- Update to 1.31.10
00ecaac
22d3730
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31.6-2
22d3730
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
22d3730
76f066e
* Tue Dec 20 2011 Matthias Clasen <mclasen@redha.com> - 1.31.6-1
76f066e
- Update to 1.31.6
76f066e
f62622e
* Mon Dec 05 2011 Karsten Hopp <karsten@redhat.com> 1.31.0-2
f62622e
- add fix for PPC failure, bugzilla 749604
f62622e
Colin Walters 44b4a0a
* Wed Nov 16 2011 Colin Walters <walters@verbum.org> - 1.31.0-2
Colin Walters 44b4a0a
- -devel package requires libtool
Colin Walters 44b4a0a
  https://bugzilla.redhat.com/show_bug.cgi?id=613466
Colin Walters 44b4a0a
85cc123
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 1.31.0-1
85cc123
- Update to 1.31.0
85cc123
f62622e
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 1.30.0-1
f62622e
- Update to 1.30.0
f62622e
dc112c6
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 1.30.0-1
dc112c6
- Update to 1.30.0
dc112c6
78dc971
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.29.0-1
78dc971
- Update to 1.29.0
78dc971
John (J5) Palmieri bcf0aa8
* Thu Apr 21 2011 John (J5) Palmieri <johnp@redhat.com> - 0.10.8-1
John (J5) Palmieri bcf0aa8
- Update to 0.10.8
John (J5) Palmieri bcf0aa8
8a59178
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 0.10.7-1
8a59178
- Update to 0.10.7
8a59178
Owen W. Taylor 063d7ec
* Fri Mar 25 2011 Owen Taylor <otaylor@redhat.com> - 0.10.6-1
Owen W. Taylor 063d7ec
- New upstream release to fix missing cairo typelib
Owen W. Taylor 063d7ec
Colin Walters 0999d67
* Fri Mar 25 2011 Colin Walters <walters@verbum.org> - 0.10.5-1
Colin Walters 0999d67
- New upstream release, fixes cairo.gir
Colin Walters 0999d67
  Necessary to avoid gnome-shell having a cairo-devel dependency.
Colin Walters 0999d67
- Also add cairo-gobject-devel dependency, since we really want
Colin Walters 0999d67
  the cairo typelib to link to GObject, since anyone using
Colin Walters 0999d67
  introspection has it anyways.
Colin Walters 0999d67
Colin Walters 4fcfdf6
* Thu Mar 10 2011 Colin Walters <walters@verbum.org> - 0.10.4-1
Colin Walters 4fcfdf6
- Update to 0.10.4
Colin Walters 4fcfdf6
Colin Walters 4290251
* Wed Feb 23 2011 Colin Walters <walters@verbum.org> - 0.10.3-1
Colin Walters 4290251
- Update to 0.10.3
Colin Walters 4290251
5dd8c99
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-2
5dd8c99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5dd8c99
Colin Walters 6847e64
* Mon Feb  7 2011 Colin Walters <walters@verbum.org> - 0.10.2-1
Colin Walters 6847e64
- Update to 0.10.2
Colin Walters 6847e64
Colin Walters 3391d97
* Wed Jan 12 2011 Colin Walters <walters@verbum.org> - 0.10.1-1
Colin Walters 3391d97
- Update to 0.10.1
Colin Walters 3391d97
Owen W. Taylor 1de300b
* Mon Jan 10 2011 Owen Taylor <otaylor@redhat.com> - 0.10.0-1
Owen W. Taylor 1de300b
- Update to 0.10.0
Owen W. Taylor 1de300b
Colin Walters 4468e2f
* Thu Sep 30 2010 Colin Walters <walters@verbum.org> - 0.9.10-1
Colin Walters 4468e2f
- Update to 0.9.10
Colin Walters 4468e2f
Colin Walters 40e1ccd
* Thu Sep 30 2010 Colin Walters <walters@verbum.org> - 0.9.9-1
Colin Walters 40e1ccd
- Update to 0.9.9
Colin Walters 40e1ccd
dacb807
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.9.8-1
dacb807
- Update to 0.9.8
dacb807
Colin Walters e13eadb
* Tue Sep 28 2010 Colin Walters <walters@verbum.org> - 0.9.7-1
Colin Walters e13eadb
- Update to 0.9.7
Colin Walters e13eadb
Owen W. Taylor b76fc4e
* Tue Sep 21 2010 Owen Taylor <otaylor@redhat.com> - 0.9.6-1
Owen W. Taylor b76fc4e
- Update to 0.9.6
Owen W. Taylor b76fc4e
Colin Walters 5ac89e5
* Thu Sep  2 2010 Colin Walters <walters@verbum.org> - 0.9.3-6
Colin Walters 5ac89e5
- Strip out test libraries; they're gone in upstream git, and
Colin Walters 5ac89e5
  create a dependency on cairo (which requires libX11, which makes
Colin Walters 5ac89e5
  server operating system builders freak out).
Colin Walters 5ac89e5
604959d
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.9.3-1
109438f
- Update to 0.9.3
109438f
3960e9f
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.2-5
3960e9f
- Cherrypick patch for python 2.7 compatibility (patch 1; rhbz#617782)
3960e9f
ab736bc
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 0.9.2-4
59ffe9e
- Backport patch from upstream for better errors
59ffe9e
dd1b729
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.9.2-1
dd1b729
- New upstream (unstable series) release; requires rebuilds
dd1b729
430ccaa
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 0.9.0-1.4.20100629gitf0599b0a
430ccaa
- Add gtk-doc to files
430ccaa
0f23c39
* Tue Jun 29 2010 Colin Walters <walters@verbum.org>
0f23c39
- Switch to git snapshot; I forgot to enable gtk-doc in the last
0f23c39
  tarball.
0f23c39
8af9d9b
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 0.9.0-1
8af9d9b
- New upstream development release
8af9d9b
- Update to support building git snapshot directly
8af9d9b
f2d9379
* Thu Jun 24 2010 Colin Walters <walters@pocket> - 0.6.14-3
f2d9379
- rebuild to pick up new glib changes
f2d9379
0265fd9
* Thu Jun 10 2010 Colin Walters <walters@pocket> - 0.6.14-2
0265fd9
- Obsolete gir-repository{,-devel}
0265fd9
565a474
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.14-1
565a474
- Update to 0.6.14
565a474
Richard Hughes 45fe26d
* Mon May 24 2010 Colin Walters <walters@verbum.org> - 0.6.12-1
41a5bd9
- Update to latest upstream release 0.6.12
41a5bd9
97685c9
* Thu Mar 25 2010 Colin Walters <walters@verbum.org> - 0.6.9-3
97685c9
- Move python library back into /usr/lib/gobject-introspection.  I put
97685c9
  it there upstream for a reason, namely that apps need to avoid
97685c9
  polluting the global Python site-packages with bits of their internals.
97685c9
  It's not a public API.
97685c9
  
97685c9
  Possibly resolves bug #569885
97685c9
6f92c2f
* Wed Mar 24 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.9-2
6f92c2f
- Added newly owned files (gobject-introspection-1.0 directory)
6f92c2f
6f92c2f
* Wed Mar 24 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.9-1
6f92c2f
- Update to latest upstream release 0.6.9
6f92c2f
6f92c2f
* Thu Mar 11 2010 Colin Walters <walters@verbum.org> - 0.6.8-0.3.20100311git2cc97351
6f92c2f
- rebuilt
6f92c2f
392c252
* Thu Mar 11 2010 Colin Walters <walters@verbum.org>
392c252
- New upstream snapshot
392c252
- rm unneeded rm
392c252
04100db
* Thu Jan 28 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.8-0.1.20100128git
760be0b
- Update to new git snapshot
760be0b
- Fix Version tag to comply with correct naming use with alphatag
760be0b
Richard Hughes 45fe26d
* Fri Jan 15 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.7.20100115git-1
76682b8
- Update to git snapshot for rawhide 
76682b8
8787ae9
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.6.7-1
8787ae9
- Update to 0.6.7
8787ae9
e6bf0c8
* Fri Sep 11 2009 Colin Walters <walters@verbum.org> - 0.6.5-1
e6bf0c8
- New upstream
e6bf0c8
- Drop libtool dep 
e6bf0c8
85768da
* Fri Aug 28 2009 Colin Walters <walters@verbum.org> - 0.6.4-2
85768da
- Add dep on libtool temporarily
85768da
Richard Hughes 45fe26d
* Wed Aug 26 2009 Colin Walters <walters@verbum.org> - 0.6.4-1
6b5a95e
- New upstream 0.6.4
6b5a95e
- Drop upstreamed build fix patch 
6b5a95e
7f39aa2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-5
7f39aa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7f39aa2
4689f25
* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-4
4689f25
- Add upstream patch to fix a build crash
4689f25
8a14410
* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-3
8a14410
- Add -ggdb temporarily so it compiles on ppc64
8a14410
8714ba7
* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-2
8714ba7
- Add the new source file
8714ba7
e509cf3
* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-1
e509cf3
- Update to 0.6.3
e509cf3
5fb9f5b
* Mon Jun  1 2009 Dan Williams <dcbw@redhat.com> - 0.6.2-1
5fb9f5b
- Update to 0.6.2
5fb9f5b
b096c4d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
b096c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b096c4d
b02c344
* Thu Dec 11 2008 Colin Walters <walters@verbum.org> - 0.6.1-1
b02c344
- Update to 0.6.1
b02c344
b02c344
* Fri Oct 31 2008 Colin Walters <walters@verbum.org> - 0.6.0-1
b02c344
- Create spec goo