f39588a
%define libdir /%{_lib}
f39588a
8e288e5
Summary: A library of handy utility functions
cvsdist 3be0864
Name: glib2
a0a7b2c
Version: 2.24.1
fe268be
Release: 1%{?dist}
9c9e511
License: LGPLv2+
cvsdist 3be0864
Group: System Environment/Libraries
b5113ce
URL: http://www.gtk.org
8e404a9
#VCS: git:git://git.gnome.org/glib
21f2fde
Source: http://download.gnome.org/sources/glib/2.24/glib-%{version}.tar.bz2
cvsdist 4b67e11
Source2: glib2.sh
cvsdist 4b67e11
Source3: glib2.csh
e91a444
BuildRequires: pkgconfig >= 1:0.14
69cafd6
BuildRequires: gamin-devel
cvsdist 0c641d3
BuildRequires: gettext
978e8ff
BuildRequires: libattr-devel
978e8ff
BuildRequires: libselinux-devel
978e8ff
# for sys/inotify.h
978e8ff
BuildRequires: glibc-devel
829c83b
BuildRequires: zlib-devel
31b382d
BuildRequires: automake autoconf libtool
1f9c65d
BuildRequires: gtk-doc
31b382d
e06d22f
%description
21f2fde
GLib is the low-level core library that forms the basis for projects
21f2fde
such as GTK+ and GNOME. It provides data structure handling for C,
21f2fde
portability wrappers, and interfaces for such runtime functionality
21f2fde
as an event loop, threads, dynamic loading, and an object system.
cvsdist 3be0864
cvsdist 3be0864
%package devel
e91a444
Summary: A library of handy utility functions
cvsdist 3be0864
Group: Development/Libraries
e91a444
Requires: pkgconfig >= 1:0.14
8ef6e70
Requires: %{name} = %{version}-%{release}
cvsdist 3be0864
cvsdist 3be0864
%description devel
21f2fde
The glib2-devel package includes the header files for the GLib library.
cvsdist 3be0864
23a05da
# anaconda needs static libs, see RH bug #193143
e91a444
%package static
e91a444
Summary: A library of handy utility functions
e91a444
Group: Development/Libraries
e91a444
Requires: %{name}-devel = %{version}-%{release}
e91a444
e91a444
%description static
21f2fde
The glib2-static package includes static libraries of the GLib library.
e91a444
cvsdist fff9915
%prep
cvsdist fff9915
%setup -q -n glib-%{version}
31b382d
dce999b
%build
4675b30
%configure --disable-gtk-doc --enable-static --with-runtime-libdir=../../%{_lib}
2821e64
# remove rpaths
2821e64
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
2821e64
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
2821e64
e91a444
make %{?_smp_mflags}
d2ad172
7b455dd
# truncate NEWS
7b455dd
awk '/^Overview of Changes/ { seen+=1 }
7b455dd
{ if (seen < 2) print }
7b455dd
{ if (seen == 2) { print "For older news, see http://git.gnome.org/cgit/glib/plain/NEWS"; exit } }' NEWS > tmp; mv tmp NEWS
7b455dd
7b455dd
cvsdist fff9915
%install
f39588a
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist fff9915
cvsdist 4b67e11
## glib2.sh and glib2.csh
e29b2dd
./mkinstalldirs $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
23a05da
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
23a05da
install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
cvsdist 4b67e11
fe30d5e
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
69cafd6
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.{a,la}
f39588a
7a7333d
rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb/*.{pyc,pyo}
7a7333d
8e404a9
case "$host" in
c13999f
  alpha*|ia64*|powerpc64*|ppc64*|s390x*|sparc64*|x86_64*)
c13999f
    mv $RPM_BUILD_ROOT%{_bindir}/gio-querymodules $RPM_BUILD_ROOT%{_bindir}/gio-querymodules-64
c13999f
    ;;
c13999f
  *)
c13999f
    mv $RPM_BUILD_ROOT%{_bindir}/gio-querymodules $RPM_BUILD_ROOT%{_bindir}/gio-querymodules-32
c13999f
    ;;
c13999f
esac
c13999f
cvsdist fff9915
%find_lang glib20
cvsdist fff9915
cvsdist fff9915
%clean
cvsdist fff9915
rm -rf $RPM_BUILD_ROOT
cvsdist fff9915
c13999f
%post
c13999f
/sbin/ldconfig
c13999f
c13999f
case "$host" in
c13999f
  alpha*|ia64*|powerpc64*|ppc64*|s390x*|sparc64*|x86_64*)
c13999f
    %{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules
c13999f
    ;;
c13999f
  *)
c13999f
    %{_bindir}/gio-querymodules-32 %{_libdir}/gio/modules
c13999f
    ;;
c13999f
esac
c13999f
c13999f
c13999f
%postun
c13999f
/sbin/ldconfig
c13999f
c13999f
case "$host" in
c13999f
  alpha*|ia64*|powerpc64*|ppc64*|s390x*|sparc64*|x86_64*)
c13999f
    %{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules
c13999f
    ;;
c13999f
  *)
c13999f
    %{_bindir}/gio-querymodules-32 %{_libdir}/gio/modules
c13999f
    ;;
c13999f
esac
cvsdist fff9915
cvsdist fff9915
cvsdist fff9915
%files -f glib20.lang
e91a444
%defattr(-, root, root, -)
9c9e511
%doc AUTHORS COPYING NEWS README
f39588a
%{libdir}/libglib-2.0.so.*
f39588a
%{libdir}/libgthread-2.0.so.*
f39588a
%{libdir}/libgmodule-2.0.so.*
f39588a
%{libdir}/libgobject-2.0.so.*
69cafd6
%{libdir}/libgio-2.0.so.*
cvsdist 4b67e11
%{_sysconfdir}/profile.d/*
849d436
%dir %{_libdir}/gio
849d436
%dir %{_libdir}/gio/modules
5e3646c
%{_libdir}/gio/modules/libgiofam.so
c13999f
%{_bindir}/gio-querymodules*
cvsdist fff9915
cvsdist fff9915
%files devel
e91a444
%defattr(-, root, root, -)
fe30d5e
%{_libdir}/lib*.so
758bebd
%{_libdir}/glib-2.0
cvsdist fff9915
%{_includedir}/*
cvsdist fff9915
%{_datadir}/aclocal/*
cvsdist fff9915
%{_libdir}/pkgconfig/*
cvsdist fff9915
%{_datadir}/glib-2.0
84e96bd
%exclude %{_datadir}/glib-2.0/gdb/*.pyo
84e96bd
%exclude %{_datadir}/glib-2.0/gdb/*.pyc
2821e64
%{_bindir}/glib-genmarshal
2821e64
%{_bindir}/glib-gettextize
2821e64
%{_bindir}/glib-mkenums
2821e64
%{_bindir}/gobject-query
2821e64
%{_bindir}/gtester
2821e64
%attr (0755, root, root) %{_bindir}/gtester-report
9c9e511
%doc %{_datadir}/gtk-doc/html/*
9c9e511
%doc %{_mandir}/man1/*
31b382d
%{_datadir}/gdb/auto-load%{libdir}/libglib-2.0.so.*-gdb.py*
31b382d
%{_datadir}/gdb/auto-load%{libdir}/libgobject-2.0.so.*-gdb.py*
837c11b
cvsdist fff9915
e91a444
%files static
e91a444
%defattr(-, root, root, -)
fe30d5e
%{_libdir}/lib*.a
e91a444
cvsdist 3be0864
%changelog
a0a7b2c
* Sun May  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
a0a7b2c
- Update to 2.24.1
a0a7b2c
21f2fde
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
21f2fde
- Update to 2.24.0
21f2fde
fe268be
* Mon Mar 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
fe268be
- Update to 2.23.6
fe268be
2821e64
* Wed Mar 10 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
2821e64
- Fix some rpmlint complaints
2821e64
8e404a9
* Tue Mar  9 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
8e404a9
- Update to 2.23.5
8e404a9
f3fe7fe
* Sun Feb 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
f3fe7fe
- Update to 2.23.4
f3fe7fe
5858b16
* Thu Feb 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
f3fe7fe
- Update to 2.23.3
5858b16
d2d65bf
* Mon Jan 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.2-3
d2d65bf
- Actually apply the patch, too
d2d65bf
b2329ca
* Mon Jan 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.2-2
b2329ca
- Drop the dependency on a GLIBC_PRIVATE symbol
b2329ca
c13999f
* Mon Jan 25 2010 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
c13999f
- Update to 2.23.2
c13999f
5b6f880
* Mon Dec 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
5b6f880
- Update to 2.23.1
5b6f880
145e19c
* Mon Nov 30 2009 Matthias Clasen <mclasen@redhat.com> - 2.23.0-1
145e19c
- Update to 2.23.0
145e19c
84e96bd
* Fri Sep 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.22.0-4
84e96bd
- Avoid multilib conflicts even harder
84e96bd
7a7333d
* Thu Sep 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
7a7333d
- Avoid multilib conflicts (#525213)
7a7333d
31b382d
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
31b382d
- Fix location of gdb macros
31b382d
2585aba
* Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
2585aba
- Update to 2.22.0
2585aba
8f54548
* Fri Sep  4 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.6-1
8f54548
- Update to 2.21.6
8f54548
49f907b
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
49f907b
- Update to 2.21.5
49f907b
7b455dd
* Sun Aug  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.4-3
7b455dd
- Save some space
7b455dd
c15afea
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21.4-2
c15afea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c15afea
2660622
* Fri Jul 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
2660622
- Update to 2.21.4
2660622
4675b30
* Mon Jul  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.3-2
4675b30
- Use --with-runtime-libdir
4675b30
0fa14cb
* Mon Jul  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
0fa14cb
- Update to 2.21.3
0fa14cb
9e44209
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
9e44209
- Update to 2.21.2
9e44209
9ce2c6f
* Fri May 29 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
9ce2c6f
- Update to 2.21.1
9ce2c6f
190fc61
* Fri May 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.0-1
42a4c21
- Update to 2.21.0
42a4c21
fe3b39d
* Thu Apr  9 2009 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
fe3b39d
- Update to 2.20.1
fe3b39d
- See http://download.gnome.org/sources/glib/2.20/glib-2.20.1.news
fe3b39d
8b5b81d
* Fri Mar 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
8b5b81d
- Update to 2.20.0
8b5b81d
e06d22f
* Thu Mar 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.19.10-2
e06d22f
- Fix integer overflows in the base64 handling functions. CVE-2008-4316
e06d22f
0b963a5
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.19.10-1
0b963a5
- Update to 2.19.10
0b963a5
bacf231
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19.8-2
bacf231
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bacf231
f6b038f
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.19.8-1
f6b038f
- Update to 2.19.8
f6b038f
- Drop atomic patch, since we are building for i586 now
f6b038f
255efcd
* Mon Feb 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.19.7-1
255efcd
- Update to 2.19.7
255efcd
87db6c5
* Mon Feb  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
87db6c5
- Update to 2.19.6
87db6c5
2e582b2
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
2e582b2
- Update to 2.19.5
2e582b2
cf1b401
* Mon Jan  5 2009 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
cf1b401
- Update to 2.19.4
cf1b401
749403a
* Mon Dec 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
749403a
- Update to 2.19.3
749403a
a2c1ff8
* Tue Dec  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.19.2-2
a2c1ff8
- Rebuild
a2c1ff8
c52d963
* Mon Dec  1 2008 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
c52d963
- Update to 2.19.2
c52d963
f51f344
* Mon Dec  1 2008 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
238e525
- Update to 2.19.1
238e525
65830bd
* Mon Oct 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.18.2-3
65830bd
- Use asm implementation for atomic ops on x86
65830bd
6e8ec0d
* Fri Oct 24 2008 Alexander Larsson <alexl@redhat.com> - 2.18.2-2
6e8ec0d
- Don't return generic fallback icons for files,
6e8ec0d
  as this means custom mimetypes don't work (from svn)
6e8ec0d
2fd7873
* Thu Oct 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.18.2-1
2fd7873
- Update to 2.18.2
2fd7873
David Zeuthen 8bc1c96
* Wed Oct  1 2008 David Zeuthen <davidz@redhat.com> - 2.18.1-2
David Zeuthen 8bc1c96
- Update the patch to always pass FUSE POSIX URI's
David Zeuthen 8bc1c96
dce999b
* Wed Sep 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
dce999b
- Update to 2.18.1
dce999b
92a548a
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
92a548a
- Update to 2.18.0
92a548a
168c755
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.7-1
168c755
- Update to 2.17.7
168c755
David Zeuthen 51ca3d3
* Thu Jul 24 2008 David Zeuthen <davidz@redhat.com> - 2.17.4-5
David Zeuthen 51ca3d3
- rebuild
David Zeuthen 51ca3d3
David Zeuthen c8c2ed4
* Thu Jul 24 2008 David Zeuthen <davidz@redhat.com> - 2.17.4-4
David Zeuthen c8c2ed4
- autoreconf
David Zeuthen c8c2ed4
David Zeuthen 59b8e54
* Thu Jul 24 2008 David Zeuthen <davidz@redhat.com> - 2.17.4-3
David Zeuthen 59b8e54
- Backport patch for g_mount_guess_content_type_sync
David Zeuthen 59b8e54
f3e67ed
* Mon Jul 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.4-2
f3e67ed
- Fix statfs configure check
f3e67ed
e25bf37
* Mon Jul 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
e25bf37
- Update to 2.17.4
e25bf37
6ea16ff
* Thu Jul  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.3-3
6ea16ff
- Fix a stupid crash
6ea16ff
8708040
* Wed Jul  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
8708040
- Update to 2.17.3
8708040
849d436
* Mon Jun 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.2-2
849d436
- Fix a directory ownership oversight
849d436
c9b4c03
* Thu Jun 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
c9b4c03
- Update to 2.17.2
dfb670b
0e02c85
* Tue May 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.0-1
0e02c85
- Update to 2.17.0
0e02c85
Tomas Bzatek 9ac10ee
* Thu Apr 24 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.16.3-5
Tomas Bzatek 9ac10ee
- Add support for GIO to set selinux attributes (gnome #529694)
Tomas Bzatek 9ac10ee
David Zeuthen 58ed49b
* Thu Apr 17 2008 David Zeuthen <davidz@redhat.com> - 2.16.3-4
David Zeuthen 58ed49b
- Only pass URI's for gio apps (#442835)
David Zeuthen 58ed49b
c3de170
* Sun Apr 13 2008 Dan Williams <dcbw@redhat.com> - 2.16.3-3
c3de170
- Revert upstream changes to g_static_mutex_get_mutex_impl_shortcut that broke
c3de170
    users of GMutex and GStaticMutex (bgo#316221)
c3de170
1576059
* Wed Apr  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.16.3-2
1576059
- Fix a possible crash in application launching (bgo#527132)
1576059
8bda7ae
* Tue Apr  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.16.3-1
8bda7ae
- Update to 2.16.3
8bda7ae
89c9d4c
* Thu Apr  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.16.2-2
89c9d4c
- Fix occasional misbehaviour of g_timeout_add_seconds
89c9d4c
130a126
* Tue Apr  1 2008 Matthias Clasen <mclasen@redhat.com> - 2.16.2-1
130a126
- Update to 2.16.2
130a126
ed54376
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
ed54376
- Update to 2.16.1
ed54376
ab90123
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
ab90123
- Update to 2.16.0
ab90123
5b0f625
* Mon Mar  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.6-2
5b0f625
- Fix inline support
5b0f625
88c742f
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.6-1
88c742f
- Update to 2.15.6
88c742f
916054e
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.5-1
916054e
- Update to 2.15.5
916054e
3c7b54f
* Thu Feb  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.4-2
3c7b54f
- Update PCRE to 7.6
3c7b54f
bc37605
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
bc37605
- Update to 2.15.4
bc37605
bd13d9a
* Mon Jan 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1
bd13d9a
- Update to 2.15.3
bd13d9a
b7cdd5a
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
b7cdd5a
- Update to 2.15.2
b7cdd5a
5c64a9b
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
5c64a9b
- 2.15.1
5c64a9b
- add new BuildRequires
978e8ff
- 
f142979
* Sat Dec 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.15.0-4
f142979
- Another attempt
f142979
f83bdb3
* Sat Dec 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.15.0-3
f83bdb3
- Fix some errors in desktop files handling
f83bdb3
Caolan McNamara 3c20215
* Fri Dec 21 2007 Caolan McNamara <caolanm@redhat.com> - 2.15.0-2
Caolan McNamara 3c20215
- add jakubs patch in so xulrunner will build and so gcc too
Caolan McNamara 3c20215
69cafd6
* Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.15.0-1
69cafd6
- Update to 2.15.0
69cafd6
fbac12d
* Sat Nov 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.4-1
fbac12d
- Update to 2.14.4
fbac12d
e6a4424
* Wed Nov  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.3-1
e6a4424
- Update to 2.14.3, including a new version of PCRE that
e6a4424
  fixes several vulnerabilities
e6a4424
c07d65c
* Tue Oct 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.2-1
c07d65c
- Update to 2.14.2 (bug fixes)
c07d65c
2707747
* Sun Sep 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.1-1
2707747
- Update to 2.14.1
2707747
5b97fc6
* Sat Aug  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
5b97fc6
- Update to 2.14.0
5b97fc6
9c9e511
* Thu Aug  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.7-3
9c9e511
- Update License field
9c9e511
- Don't ship ChangeLog
9c9e511
600fbb0
* Thu Jul 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.7-2
600fbb0
- Fix build issues on ppc
600fbb0
f0241df
* Thu Jul 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.7-1
f0241df
- Update to 2.13.7
f0241df
b5113ce
* Fri Jun 29 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.6-1
b5113ce
- Update to 2.13.6
b5113ce
- Drop an ancient Conflict
b5113ce
646bd38
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
646bd38
- Update to 2.13.5
646bd38
8808302
* Wed Jun  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
8808302
- Update to 2.13.4
8808302
6a5d5e1
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.3-1
6a5d5e1
- Update to 2.13.3
6a5d5e1
3ccb864
* Wed May 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.2-1
3ccb864
- Update to 2.13.2
3ccb864
3ebb35d
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.1-1
3ebb35d
- Update to 2.13.1
3ebb35d
274bbac
* Fri Mar  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.11-1
274bbac
- Update to 2.12.11
274bbac
7cbda52
* Wed Mar  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.10-1
7cbda52
- Update to 2.12.10
7cbda52
fe30d5e
* Fri Feb  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.9-4
fe30d5e
- More package review demands:
fe30d5e
 * keep all -devel content in /usr/lib
fe30d5e
23a05da
* Sun Feb  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.9-3
23a05da
- More package review feedback:
23a05da
 * install /etc/profile.d snipplets as 644
23a05da
 * explain Conflict with libgnomeui
23a05da
 * remove stale Conflict with glib-devel
23a05da
 
e91a444
* Sat Feb  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.9-2
e91a444
- Incorporate package review feedback:
e91a444
 * drop an obsolete Provides:
e91a444
 * add a -static subpackage
e91a444
 * explain %%check ppc exception
e91a444
 * align summaries
e91a444
 
722cc21
* Tue Jan 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.9-1
722cc21
- Update to 2.12.9
722cc21
db28764
* Mon Jan 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.8-1
db28764
- Update to 2.12.8
db28764
aedaf3f
* Thu Jan  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.7-1
8769fb6
- Update to 2.12.7
5f912bd
- Fix bit-test on x86-64
8769fb6
4f91684
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.6-1
4f91684
- Update to 2.12.6
4f91684
72f853b
* Mon Dec 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.5-2
72f853b
- Fix the configure check for broken poll
72f853b
12d1b6b
* Mon Dec 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.5-1
12d1b6b
- Update to 2.12.5
12d1b6b
eb3492f
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.4-1
eb3492f
- Update to 2.12.4
eb3492f
a788459
* Wed Aug 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.3-1.fc6
a788459
- Update to 2.12.3
a788459
- Drop upstreamed patch
a788459
f1654a4
* Sun Aug 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.2-2.fc6
f1654a4
- Use Posix monotonic timers for GTimer
f1654a4
47609b2
* Tue Aug 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.2-1.fc6
47609b2
- Update to 2.12.2
47609b2
ceb4072
* Sat Jul 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
ceb4072
- Update to 2.12.1
ceb4072
830c32a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.12.0-1.1
830c32a
- rebuild
830c32a
11d5892
* Sun Jul  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
11d5892
- Update to 2.12.0
11d5892
0d9f129
* Tue Jun 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.4-1
0d9f129
- Update to 2.11.4
0d9f129
ca17185
* Mon Jun 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.3-1
ca17185
- Update to 2.11.3
ca17185
2df8838
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.2-1
2df8838
- Update to 2.11.2
2df8838
4924190
* Thu Jun  1 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.1-6
4924190
- Rebuild
4924190
5892714
* Thu May 25 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.1-5
5892714
- Fix some fallout
5892714
8b8dd4b
* Thu May 25 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.1-4
8b8dd4b
- Include static libraries, since anaconda needs them (#193143)
8b8dd4b
758bebd
* Thu May 25 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.1-3
758bebd
- Keep glibconfig.h in /usr/lib
758bebd
f39588a
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.1-2
f39588a
- Move glib to /lib
f39588a
305253e
* Mon May 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
305253e
- Update to 2.11.1
305253e
8ef6e70
* Tue May 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.0-1
8ef6e70
- Update to 2.11.0
8ef6e70
7249806
* Fri Apr 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-2
7249806
- Update to 2.10.2
7249806
a2d5161
* Tue Mar 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.1-1
a2d5161
- Update to 2.10.1
a2d5161
db554d4
* Fri Feb 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.0-1
db554d4
- Update to 2.10.0
db554d4
9d373e0
* Sat Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.6-1
9d373e0
- Update to 2.9.6
9d373e0
d7718e9
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.9.5-1.2
d7718e9
- bump again for double-long bug on ppc(64)
d7718e9
b732840
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.9.5-1.1
b732840
- rebuilt for new gcc4.1 snapshot and glibc changes
b732840
90c520b
* Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.5-1
90c520b
- Update to 2.9.5
90c520b
c19f125
* Wed Jan 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.4-1
c19f125
- Update to 2.9.4
c19f125
d461e94
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.3-1
d461e94
- Update to 2.9.3
d461e94
36b6554
* Fri Jan  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.2-2
712c2ce
- Update to 2.9.2
712c2ce
8e288e5
* Sun Dec 11 2005 Matthias Clasen <mclasen@redhat.com>
8e288e5
- Specfile cosmetics
8e288e5
4be1a41
* Sat Dec 10 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.1-1
4be1a41
- New upstream version
4be1a41
5427e2d
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.0-1
5427e2d
- New upstream version
5427e2d
08b0480
* Tue Nov 15 2005 Matthias Clasen <mclasen@redhat.com> - 2.8.4-1
08b0480
- New upstream version
08b0480
110a6bd
* Mon Oct  3 2005 Matthias Clasen <mclasen@redhat.com> - 2.8.3-1
110a6bd
- New upstream version
110a6bd
298fe85
* Mon Sep 26 2005 Matthias Clasen <mclasen@redhat.com> - 2.8.2-1
298fe85
- New upstream version
298fe85
be56f31
* Sat Aug 23 2005 Matthias Clasen <mclasen@redhat.com> - 2.8.1-1
be56f31
- New upstream version
be56f31
- Drop patches
be56f31
c4c8258
* Sat Aug 13 2005 Matthias Clasen <mclasen@redhat.com> - 2.8.0-1
c4c8258
- New stable upstream version
7ff2e83
- Drop patches
c4c8258
6534750
* Fri Aug  5 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.6-3
6534750
- Fix C++ guards in gstdio.h
6534750
6c625cf
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.6-2
6c625cf
- Another attempt to fix atomic ops on s390
6c625cf
e565010
* Tue Aug  3 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.6-1
e565010
- Update to 2.7.6
e565010
083c30d
* Tue Aug  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.5-1
083c30d
- Update to 2.7.5
083c30d
3dac950
* Fri Jul 22 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.4-1
3dac950
- Update to 2.7.4
3dac950
53ef5f5
* Fri Jul 15 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.3-1
53ef5f5
- Update to 2.7.3
53ef5f5
49af9fe
* Fri Jul  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.2-1
49af9fe
- Update to 2.7.2
49af9fe
ae7cb82
* Fri Jul  1 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.1-1
ae7cb82
- Update to 2.7.1
ae7cb82
e090e93
* Mon Jun 13 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.0-1
e090e93
- Update to 2.7.0
e090e93
0491831
* Wed Apr  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-1
0491831
- Update to 2.6.4
0491831
- Drop upstreamed patches
0491831
18e9102
* Fri Mar 11 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-4
18e9102
- Fix #150817
18e9102
e237e22
* Wed Mar  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-3
e237e22
- Rebuild
e237e22
5e6a113
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-2
5e6a113
- Rebuild with gcc4
5e6a113
ab808b1
* Mon Feb 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.3-1
ab808b1
- Upgrade to 2.6.3
ab808b1
e2ca37f
* Fri Feb  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.2-1
e2ca37f
- Upgrade to 2.6.2
e2ca37f
8e57f1b
* Mon Jan 10 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.1-1
f7792fb
- Upgrade to 2.6.1
f7792fb
79f34f5
* Mon Dec 21 2004 Matthias Clasen <mclasen@redhat.com> - 2.6.0-1
79f34f5
- Upgrade to 2.6.0
79f34f5
 
4137796
* Mon Dec 06 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.8-1
4137796
- Upgrade to 2.4.8
4137796
 
1a01afb
* Wed Oct 13 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.7-1
1a01afb
- Upgrade to 2.4.7
1a01afb
 
cvsdist c97884d
* Fri Aug 13 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.6-1
cvsdist c97884d
- Update to 2.4.6
cvsdist c97884d
cvsdist 54bd2e4
* Sun Aug 1 2004 ALan Cox <alan@redhat.com> - 2.4.5-2
cvsdist 54bd2e4
- Fixed BuildRoot to use % macro not hardcode /var/tmp
cvsdist 54bd2e4
cvsdist 650abb0
* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.5-1
cvsdist 650abb0
- Update to 2.4.5
cvsdist 650abb0
- Escape macros in changelog section
cvsdist 650abb0
cvsdist a57dd31
* Fri Jul 09 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.4-1
cvsdist a57dd31
- Update to 2.4.4
cvsdist a57dd31
cvsdist 0c641d3
* Mon Jun 21 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.2-1
cvsdist 0c641d3
- Require gettext at build time  (#125320)
cvsdist 0c641d3
- Update to 2.4.2 (#125736)
cvsdist 0c641d3
cvsdist 7b2ad44
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 7b2ad44
- rebuilt
cvsdist 7b2ad44
cvsdist e6188e8
* Wed May 19 2004 Matthias Clasen <mclasen@redhat.com> 2.4.1-1
cvsdist e6188e8
- Update to 2.4.1
cvsdist e6188e8
cvsdist 650e57b
* Tue Mar 16 2004 Owen Taylor <otaylor@redhat.com> 2.4.0-1
cvsdist 650e57b
- Update to 2.4.0
cvsdist 650e57b
cvsdist 650e57b
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.3.6-1
cvsdist 650e57b
- Update to 2.3.6
cvsdist 650e57b
- Remove gatomic build fix
cvsdist 650e57b
cvsdist 650e57b
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 650e57b
- rebuilt
cvsdist 650e57b
cvsdist 650e57b
* Tue Mar 02 2004 Mark McLoughlin <markmc@redhat.com> 2.3.5-1
cvsdist 650e57b
- Update to 2.3.5
cvsdist 650e57b
- Fix build on ppc64
cvsdist 650e57b
- Disable make check on s390 as well - test-thread failing
cvsdist 650e57b
cvsdist 650e57b
* Wed Feb 25 2004 Mark McLoughlin <markmc@redhat.com> 2.3.3-1
cvsdist 650e57b
- Update to 2.3.3
cvsdist 650e57b
cvsdist 650e57b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 650e57b
- rebuilt
cvsdist 650e57b
cvsdist 4f0b18a
* Fri Jan 23 2004 Jonathan Blandford <jrb@redhat.com> 2.3.2-1
cvsdist 4f0b18a
- new version
cvsdist 4f0b18a
- remove 'make check' temporarily
cvsdist 4f0b18a
cvsdist 4f0b18a
* Mon Sep  8 2003 Owen Taylor <otaylor@redhat.com> 2.2.3-2.0
cvsdist 4f0b18a
- Conflict with libgnomeui <= 2.2.0 (#83581, Göran Uddeborg)
cvsdist 4f0b18a
cvsdist 550a479
* Tue Aug 26 2003 Owen Taylor <otaylor@redhat.com> 2.2.3-1.1
cvsdist 550a479
- Version 2.2.3
cvsdist 550a479
cvsdist 550a479
* Tue Jul  8 2003 Owen Taylor <otaylor@redhat.com> 2.2.2-2.0
cvsdist 550a479
- Bump for rebuild
cvsdist 550a479
cvsdist 550a479
* Sun Jun  8 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 550a479
- Version 2.2.2
cvsdist 550a479
cvsdist 550a479
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 550a479
- rebuilt
cvsdist 550a479
cvsdist 550a479
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist 550a479
- add explicit epoch's where needed.
cvsdist 550a479
cvsdist be568fe
* Sun Feb  2 2003 Owen Taylor <otaylor@redhat.com>
cvsdist be568fe
- Version 2.2.1
cvsdist be568fe
cvsdist be568fe
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist be568fe
- rebuilt
cvsdist be568fe
cvsdist be568fe
* Thu Jan  9 2003 Owen Taylor <otaylor@redhat.com>
cvsdist be568fe
- Add static libraries to build (#78685, Bernd Kischnick)
cvsdist be568fe
- Bump-and-rebuild for new redhat-rpm-config
cvsdist be568fe
cvsdist be568fe
* Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
cvsdist be568fe
- Version 2.2.0
cvsdist be568fe
- Add make check to the build process
cvsdist be568fe
cvsdist be568fe
* Mon Dec 16 2002 Owen Taylor <otaylor@redhat.com>
cvsdist be568fe
- Version 2.1.5
cvsdist be568fe
cvsdist be568fe
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
cvsdist be568fe
- Version 2.1.4
cvsdist be568fe
cvsdist 65d018c
* Mon Dec  2 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 65d018c
- Version 2.1.3
cvsdist 65d018c
cvsdist 65d018c
* Mon Oct 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist 65d018c
- Try rebuilding with new arches
cvsdist 65d018c
cvsdist 4b67e11
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 4b67e11
- install glib2.sh and glib2.csh to set G_BROKEN_FILENAMES
cvsdist 4b67e11
- blow away unpackaged files in install
cvsdist 4b67e11
cvsdist fff9915
* Thu Aug  8 2002 Owen Taylor <otaylor@redhat.com>
cvsdist fff9915
- Version 2.0.6
cvsdist fff9915
- Remove fixed-ltmain.sh; shouldn't be needed any more.
cvsdist fff9915
cvsdist fff9915
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist fff9915
- automated rebuild
cvsdist fff9915
cvsdist fff9915
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist fff9915
- 2.0.4
cvsdist fff9915
cvsdist fff9915
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist fff9915
- automated rebuild
cvsdist fff9915
cvsdist fff9915
* Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist fff9915
 - rebuild in different environment
cvsdist fff9915
cvsdist e947bd0
* Mon Apr 15 2002 Owen Taylor <otaylor@redhat.com>
cvsdist e947bd0
- Fix missing .po files (#63336)
cvsdist e947bd0
cvsdist 32a0d60
* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
cvsdist 32a0d60
- Update to version 2.0.1
cvsdist 32a0d60
cvsdist 32a0d60
* Fri Mar  8 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 32a0d60
- Version 2.0.0
cvsdist 32a0d60
cvsdist 32a0d60
* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
cvsdist 32a0d60
- Update to 1.3.15
cvsdist 32a0d60
cvsdist 32a0d60
* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
cvsdist 32a0d60
- Bump for rebuild
cvsdist 32a0d60
cvsdist 32a0d60
* Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
cvsdist 32a0d60
- Update to 1.3.14
cvsdist 32a0d60
cvsdist 32a0d60
* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
cvsdist 32a0d60
- add horrible buildrequires hack
cvsdist 32a0d60
cvsdist 32a0d60
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist 32a0d60
- 1.3.13.91 cvs snap
cvsdist 32a0d60
cvsdist 32a0d60
* Mon Feb 11 2002 Matt Wilson <msw@redhat.com>
cvsdist 32a0d60
- rebuild from CVS snapshot
cvsdist 32a0d60
- use setup -q
cvsdist 32a0d60
cvsdist 32a0d60
* Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
cvsdist 32a0d60
- rebuild
cvsdist 32a0d60
cvsdist 32a0d60
* Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 32a0d60
- 1.3.13
cvsdist 32a0d60
cvsdist 32a0d60
* Tue Jan 22 2002 Havoc Pennington <hp@redhat.com>
cvsdist 32a0d60
- attempting rebuild in rawhide
cvsdist 32a0d60
cvsdist 32a0d60
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 32a0d60
- remove 64-bit patch now upstream, 1.3.12.90
cvsdist 32a0d60
cvsdist 32a0d60
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
cvsdist 32a0d60
- add some missing files to file list, langify
cvsdist 32a0d60
cvsdist 32a0d60
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 32a0d60
- add temporary patch to fix GTypeFundamentals on 64-bit
cvsdist 32a0d60
cvsdist 32a0d60
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 32a0d60
- Version 1.3.11
cvsdist 32a0d60
cvsdist 32a0d60
* Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 32a0d60
- Version 1.3.10
cvsdist 32a0d60
cvsdist 32a0d60
* Tue Sep 25 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 32a0d60
- Version 1.3.9
cvsdist 32a0d60
cvsdist 32a0d60
* Wed Sep 19 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 32a0d60
- Version 1.3.8
cvsdist 32a0d60
cvsdist 3be0864
* Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Make -devel package require main package (#45388)
cvsdist 3be0864
- Fix description and summary
cvsdist 3be0864
- Configure with --disable-gtk-doc
cvsdist 3be0864
cvsdist 3be0864
* Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 3be0864
- add some portability fixes needed at least on s390
cvsdist 3be0864
- copy config.{guess,sub} instead of calling libtoolize
cvsdist 3be0864
cvsdist 3be0864
* Wed Jun 13 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3be0864
- try a new glib tarball with Makefile changes to work around
cvsdist 3be0864
  libtool linking to installed .la files
cvsdist 3be0864
- make -devel require pkgconfig
cvsdist 3be0864
cvsdist 3be0864
* Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3be0864
- either libtool or the bad libtool hacks caused link 
cvsdist 3be0864
  against glib-gobject 1.3.2, rebuild
cvsdist 3be0864
cvsdist 3be0864
* Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3be0864
- 1.3.6
cvsdist 3be0864
- bad libtool workarounds
cvsdist 3be0864
cvsdist 3be0864
* Fri May 04 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- 1.3.5, rename to glib2
cvsdist 3be0864
cvsdist 3be0864
* Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Final 1.3.2
cvsdist 3be0864
cvsdist 3be0864
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Version 1.3.2pre1
cvsdist 3be0864
- Remove pkgconfig
cvsdist 3be0864
cvsdist 3be0864
* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Call 1.3.1b instead of snap... the snap* naming doesn't
cvsdist 3be0864
  order correctly.
cvsdist 3be0864
cvsdist 3be0864
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
cvsdist 3be0864
- new snapshot with fixed .pc files
cvsdist 3be0864
cvsdist 3be0864
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
cvsdist 3be0864
- include .pc files in file list
cvsdist 3be0864
cvsdist 3be0864
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
cvsdist 3be0864
- Include pkg-config
cvsdist 3be0864
- Upgrade to a glib CVS snapshot
cvsdist 3be0864
cvsdist 3be0864
* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 3be0864
- rebuild to cope with glibc locale binary incompatibility
cvsdist 3be0864
cvsdist 3be0864
* Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Remove glib-config.1 manpage from build since
cvsdist 3be0864
  it conflicts with glib-devel. When we go to 
cvsdist 3be0864
  glib glib1.2 setup, we should add it back
cvsdist 3be0864
cvsdist 3be0864
* Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Version 1.3.1
cvsdist 650abb0
- Move back to standard %%{prefix}
cvsdist 3be0864
cvsdist 3be0864
* Thu Jun 8 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Rebuild in /opt/gtk-beta
cvsdist 3be0864
cvsdist 3be0864
* Tue May 30 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- New version (adds gobject)
cvsdist 3be0864
cvsdist 3be0864
* Wed Apr 25 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Don't blow away /etc/ld.so.conf (sorry!)
cvsdist 3be0864
cvsdist 3be0864
* Tue Apr 24 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Snapshot RPM for Pango testing
cvsdist 3be0864
cvsdist 3be0864
* Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- Added fixes from stable branch of CVS
cvsdist 3be0864
cvsdist 3be0864
* Thu Oct 7  1999 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- version 1.2.6
cvsdist 3be0864
cvsdist 3be0864
* Fri Sep 24 1999 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- version 1.2.5
cvsdist 3be0864
cvsdist 3be0864
* Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- version 1.2.4
cvsdist 3be0864
cvsdist 3be0864
* Mon Jun 7 1999 Owen Taylor <otaylor@redhat.com>
cvsdist 3be0864
- version 1.2.3
cvsdist 3be0864
cvsdist 3be0864
* Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 3be0864
- version 1.2.1
cvsdist 3be0864
cvsdist 3be0864
* Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 3be0864
- Version 1.2
cvsdist 3be0864
cvsdist 3be0864
* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 3be0864
- version 1.2.0pre1
cvsdist 3be0864
cvsdist 3be0864
* Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 3be0864
- new description tags 
cvsdist 3be0864
cvsdist 3be0864
* Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 650abb0
- removed libtoolize from %%build
cvsdist 3be0864
cvsdist 3be0864
* Thu Feb 11 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 3be0864
- added libgthread to file list
cvsdist 3be0864
cvsdist 3be0864
* Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 3be0864
- version 1.1.15
cvsdist 3be0864
cvsdist 3be0864
* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 3be0864
- version 1.1.14
cvsdist 3be0864
cvsdist 3be0864
* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 3be0864
- version 1.1.13
cvsdist 3be0864
cvsdist 3be0864
* Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 3be0864
- version 1.1.12
cvsdist 3be0864
cvsdist 3be0864
* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
cvsdist 3be0864
- updated in preparation for the GNOME freeze
cvsdist 3be0864
cvsdist 3be0864
* Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
cvsdist 3be0864
- Split out glib package
cvsdist 3be0864