2013-06-09 03:29:22 +00:00
|
|
|
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
|
|
|
|
2005-12-12 05:58:51 +00:00
|
|
|
Summary: A library of handy utility functions
|
2004-09-09 05:16:47 +00:00
|
|
|
Name: glib2
|
2014-07-14 15:00:43 +00:00
|
|
|
Version: 2.41.2
|
2014-08-16 16:44:37 +00:00
|
|
|
Release: 3%{?dist}
|
2007-08-02 20:22:45 +00:00
|
|
|
License: LGPLv2+
|
2004-09-09 05:16:47 +00:00
|
|
|
Group: System Environment/Libraries
|
2007-06-29 18:16:47 +00:00
|
|
|
URL: http://www.gtk.org
|
2010-03-09 23:43:36 +00:00
|
|
|
#VCS: git:git://git.gnome.org/glib
|
2014-05-27 09:18:12 +00:00
|
|
|
Source: http://download.gnome.org/sources/glib/2.41/glib-%{version}.tar.xz
|
2012-10-10 12:09:39 +00:00
|
|
|
|
2014-07-23 06:52:56 +00:00
|
|
|
Patch1: gio-Fix-regression-encoding-an-array-of-doubles.patch
|
|
|
|
|
2011-01-22 15:20:04 +00:00
|
|
|
BuildRequires: pkgconfig
|
2004-09-09 05:18:52 +00:00
|
|
|
BuildRequires: gettext
|
2008-01-08 14:00:58 +00:00
|
|
|
BuildRequires: libattr-devel
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
# for sys/inotify.h
|
|
|
|
BuildRequires: glibc-devel
|
2009-12-01 00:48:45 +00:00
|
|
|
BuildRequires: zlib-devel
|
2010-08-02 22:03:50 +00:00
|
|
|
# for sys/sdt.h
|
|
|
|
BuildRequires: systemtap-sdt-devel
|
2010-06-29 16:43:14 +00:00
|
|
|
# Bootstrap build requirements
|
2009-09-23 20:16:27 +00:00
|
|
|
BuildRequires: automake autoconf libtool
|
2009-09-23 20:39:17 +00:00
|
|
|
BuildRequires: gtk-doc
|
2011-05-06 12:17:50 +00:00
|
|
|
BuildRequires: python-devel
|
2011-05-06 12:27:45 +00:00
|
|
|
BuildRequires: libffi-devel
|
2012-02-21 13:31:58 +00:00
|
|
|
BuildRequires: elfutils-libelf-devel
|
2012-08-13 15:58:47 +00:00
|
|
|
BuildRequires: chrpath
|
2009-09-23 20:16:27 +00:00
|
|
|
|
2010-05-26 00:23:56 +00:00
|
|
|
# required for GIO content-type support
|
|
|
|
Requires: shared-mime-info
|
|
|
|
|
2009-03-12 13:41:37 +00:00
|
|
|
%description
|
2010-03-28 04:32:39 +00:00
|
|
|
GLib is the low-level core library that forms the basis for projects
|
|
|
|
such as GTK+ and GNOME. It provides data structure handling for C,
|
|
|
|
portability wrappers, and interfaces for such runtime functionality
|
|
|
|
as an event loop, threads, dynamic loading, and an object system.
|
2004-09-09 05:16:47 +00:00
|
|
|
|
2011-01-22 15:20:04 +00:00
|
|
|
|
2004-09-09 05:16:47 +00:00
|
|
|
%package devel
|
2007-02-03 18:39:01 +00:00
|
|
|
Summary: A library of handy utility functions
|
2004-09-09 05:16:47 +00:00
|
|
|
Group: Development/Libraries
|
2013-05-28 23:34:23 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2004-09-09 05:16:47 +00:00
|
|
|
|
|
|
|
%description devel
|
2010-03-28 04:32:39 +00:00
|
|
|
The glib2-devel package includes the header files for the GLib library.
|
2004-09-09 05:16:47 +00:00
|
|
|
|
2012-10-10 12:09:39 +00:00
|
|
|
%package doc
|
|
|
|
Summary: A library of handy utility functions
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
The glib2-doc package includes documentation for the GLib library.
|
|
|
|
|
2012-10-10 15:41:56 +00:00
|
|
|
%package fam
|
|
|
|
Summary: FAM monitoring module for GIO
|
|
|
|
Group: Development/Libraries
|
2013-05-28 23:34:23 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-10-10 15:41:56 +00:00
|
|
|
BuildRequires: gamin-devel
|
|
|
|
|
|
|
|
%description fam
|
|
|
|
The glib2-fam package contains the FAM (File Alteration Monitor) module for GIO.
|
|
|
|
|
2013-12-22 20:58:19 +00:00
|
|
|
%package static
|
|
|
|
Summary: glib static
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
%description static
|
|
|
|
The %{name}-static subpackage contains static libraries for %{name}.
|
|
|
|
|
2013-05-28 23:34:23 +00:00
|
|
|
%package tests
|
|
|
|
Summary: Tests for the glib2 package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
The glib2-tests package contains tests that can be used to verify
|
|
|
|
the functionality of the installed glib2 package.
|
|
|
|
|
2004-09-09 05:17:06 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n glib-%{version}
|
2014-07-23 06:52:56 +00:00
|
|
|
%patch1 -p1
|
2011-01-22 15:20:04 +00:00
|
|
|
|
2013-06-20 17:48:48 +00:00
|
|
|
# Workaround wrong gtk-doc.make timestamp
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=700350
|
|
|
|
touch -r Makefile.am gtk-doc.make
|
|
|
|
|
2008-09-18 01:09:53 +00:00
|
|
|
%build
|
2010-06-29 16:43:14 +00:00
|
|
|
# Support builds of both git snapshots and tarballs packed with autogoo
|
|
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
|
|
|
%configure $CONFIGFLAGS \
|
2011-01-22 15:20:04 +00:00
|
|
|
--enable-systemtap \
|
2013-12-22 20:58:19 +00:00
|
|
|
--enable-static \
|
2013-05-28 23:34:23 +00:00
|
|
|
--enable-installed-tests
|
2012-02-06 23:24:22 +00:00
|
|
|
)
|
2010-04-24 01:13:47 +00:00
|
|
|
|
2007-02-03 18:39:01 +00:00
|
|
|
make %{?_smp_mflags}
|
2006-11-20 05:31:21 +00:00
|
|
|
|
2004-09-09 05:17:06 +00:00
|
|
|
%install
|
2012-10-10 12:09:39 +00:00
|
|
|
# Use -p to preserve timestamps on .py files to ensure
|
|
|
|
# they're not recompiled with different timestamps
|
|
|
|
# to help multilib: https://bugzilla.redhat.com/show_bug.cgi?id=718404
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
|
|
|
|
# Also since this is a generated .py file, set it to a known timestamp,
|
|
|
|
# otherwise it will vary by build time, and thus break multilib -devel
|
|
|
|
# installs.
|
|
|
|
touch -r gio/gdbus-2.0/codegen/config.py.in $RPM_BUILD_ROOT/%{_datadir}/glib-2.0/codegen/config.py
|
2012-08-13 15:58:47 +00:00
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so
|
2013-07-10 18:33:53 +00:00
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/installed-tests/glib/gdbus-peer
|
2004-09-09 05:17:06 +00:00
|
|
|
|
2007-02-10 04:56:34 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
2007-12-21 04:38:40 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.{a,la}
|
2009-09-24 14:30:56 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb/*.{pyc,pyo}
|
2012-10-10 12:09:39 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/codegen/*.{pyc,pyo}
|
|
|
|
|
|
|
|
# Multilib fixes for systemtap tapsets; see
|
|
|
|
# https://bugzilla.redhat.com/718404
|
|
|
|
for f in $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/*.stp; do
|
|
|
|
(dn=$(dirname ${f}); bn=$(basename ${f});
|
|
|
|
mv ${f} ${dn}/%{__isa_bits}-${bn})
|
|
|
|
done
|
2009-09-24 14:30:56 +00:00
|
|
|
|
2010-05-19 22:27:18 +00:00
|
|
|
mv $RPM_BUILD_ROOT%{_bindir}/gio-querymodules $RPM_BUILD_ROOT%{_bindir}/gio-querymodules-%{__isa_bits}
|
2010-04-19 23:59:51 +00:00
|
|
|
|
2011-06-09 06:12:37 +00:00
|
|
|
touch $RPM_BUILD_ROOT%{_libdir}/gio/modules/giomodule.cache
|
|
|
|
|
2010-09-20 20:13:02 +00:00
|
|
|
# bash-completion scripts need not be executable
|
2012-06-26 05:15:10 +00:00
|
|
|
chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
|
2010-09-20 20:13:02 +00:00
|
|
|
|
2004-09-09 05:17:06 +00:00
|
|
|
%find_lang glib20
|
|
|
|
|
|
|
|
|
2010-01-25 21:48:08 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
2010-05-19 22:27:18 +00:00
|
|
|
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
2010-01-25 21:48:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
2011-01-24 17:47:00 +00:00
|
|
|
[ ! -x %{_bindir}/gio-querymodules-%{__isa_bits} ] || \
|
2010-05-19 22:27:18 +00:00
|
|
|
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
2004-09-09 05:17:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f glib20.lang
|
2014-07-12 15:12:45 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS README
|
2012-02-06 23:24:22 +00:00
|
|
|
%{_libdir}/libglib-2.0.so.*
|
|
|
|
%{_libdir}/libgthread-2.0.so.*
|
|
|
|
%{_libdir}/libgmodule-2.0.so.*
|
|
|
|
%{_libdir}/libgobject-2.0.so.*
|
|
|
|
%{_libdir}/libgio-2.0.so.*
|
2012-06-26 04:49:47 +00:00
|
|
|
%dir %{_datadir}/bash-completion
|
|
|
|
%dir %{_datadir}/bash-completion/completions
|
|
|
|
%{_datadir}/bash-completion/completions/gdbus
|
|
|
|
%{_datadir}/bash-completion/completions/gsettings
|
2013-10-29 08:40:11 +00:00
|
|
|
%{_datadir}/bash-completion/completions/gapplication
|
2010-05-15 03:05:10 +00:00
|
|
|
%dir %{_datadir}/glib-2.0
|
|
|
|
%dir %{_datadir}/glib-2.0/schemas
|
2008-06-17 03:38:55 +00:00
|
|
|
%dir %{_libdir}/gio
|
|
|
|
%dir %{_libdir}/gio/modules
|
2011-06-09 06:12:37 +00:00
|
|
|
%ghost %{_libdir}/gio/modules/giomodule.cache
|
2010-01-25 21:48:08 +00:00
|
|
|
%{_bindir}/gio-querymodules*
|
2010-04-24 01:13:47 +00:00
|
|
|
%{_bindir}/glib-compile-schemas
|
2010-04-23 11:02:50 +00:00
|
|
|
%{_bindir}/gsettings
|
2010-05-15 02:51:25 +00:00
|
|
|
%{_bindir}/gdbus
|
2013-10-29 08:40:11 +00:00
|
|
|
%{_bindir}/gapplication
|
2010-04-23 11:02:50 +00:00
|
|
|
%doc %{_mandir}/man1/gio-querymodules.1.gz
|
2010-04-24 01:13:47 +00:00
|
|
|
%doc %{_mandir}/man1/glib-compile-schemas.1.gz
|
2010-04-23 11:02:50 +00:00
|
|
|
%doc %{_mandir}/man1/gsettings.1.gz
|
2010-05-15 02:51:25 +00:00
|
|
|
%doc %{_mandir}/man1/gdbus.1.gz
|
2013-10-29 08:40:11 +00:00
|
|
|
%doc %{_mandir}/man1/gapplication.1.gz
|
2004-09-09 05:17:06 +00:00
|
|
|
|
|
|
|
%files devel
|
2007-02-10 04:56:34 +00:00
|
|
|
%{_libdir}/lib*.so
|
2006-05-25 14:21:04 +00:00
|
|
|
%{_libdir}/glib-2.0
|
2004-09-09 05:17:06 +00:00
|
|
|
%{_includedir}/*
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
2010-05-15 03:13:50 +00:00
|
|
|
%{_datadir}/glib-2.0/gdb
|
2010-05-17 19:14:51 +00:00
|
|
|
%{_datadir}/glib-2.0/gettext
|
2010-04-19 23:27:40 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/gschema.dtd
|
2012-06-26 05:02:20 +00:00
|
|
|
%{_datadir}/bash-completion/completions/gresource
|
2010-03-10 05:31:02 +00:00
|
|
|
%{_bindir}/glib-genmarshal
|
|
|
|
%{_bindir}/glib-gettextize
|
|
|
|
%{_bindir}/glib-mkenums
|
|
|
|
%{_bindir}/gobject-query
|
|
|
|
%{_bindir}/gtester
|
2011-05-06 12:17:50 +00:00
|
|
|
%{_bindir}/gdbus-codegen
|
2012-01-17 04:39:46 +00:00
|
|
|
%{_bindir}/glib-compile-resources
|
2012-02-06 23:24:22 +00:00
|
|
|
%{_bindir}/gresource
|
2012-10-10 12:09:39 +00:00
|
|
|
%{_datadir}/glib-2.0/codegen
|
2010-03-10 05:31:02 +00:00
|
|
|
%attr (0755, root, root) %{_bindir}/gtester-report
|
2010-04-23 11:02:50 +00:00
|
|
|
%doc %{_mandir}/man1/glib-genmarshal.1.gz
|
|
|
|
%doc %{_mandir}/man1/glib-gettextize.1.gz
|
|
|
|
%doc %{_mandir}/man1/glib-mkenums.1.gz
|
|
|
|
%doc %{_mandir}/man1/gobject-query.1.gz
|
|
|
|
%doc %{_mandir}/man1/gtester-report.1.gz
|
|
|
|
%doc %{_mandir}/man1/gtester.1.gz
|
2011-05-06 12:17:50 +00:00
|
|
|
%doc %{_mandir}/man1/gdbus-codegen.1.gz
|
2012-01-17 04:39:46 +00:00
|
|
|
%doc %{_mandir}/man1/glib-compile-resources.1.gz
|
2012-02-06 23:24:22 +00:00
|
|
|
%doc %{_mandir}/man1/gresource.1.gz
|
|
|
|
%{_datadir}/gdb/auto-load%{_libdir}/libglib-2.0.so.*-gdb.py*
|
|
|
|
%{_datadir}/gdb/auto-load%{_libdir}/libgobject-2.0.so.*-gdb.py*
|
2010-08-02 22:03:50 +00:00
|
|
|
%{_datadir}/systemtap/tapset/*.stp
|
2009-09-23 01:26:50 +00:00
|
|
|
|
2012-10-10 12:09:39 +00:00
|
|
|
%files doc
|
|
|
|
%doc %{_datadir}/gtk-doc/html/*
|
|
|
|
|
2012-10-10 15:41:56 +00:00
|
|
|
%files fam
|
|
|
|
%{_libdir}/gio/modules/libgiofam.so
|
|
|
|
|
2013-12-22 20:58:19 +00:00
|
|
|
%files static
|
|
|
|
%{_libdir}/libgio-2.0.a
|
|
|
|
%{_libdir}/libglib-2.0.a
|
|
|
|
%{_libdir}/libgmodule-2.0.a
|
|
|
|
%{_libdir}/libgobject-2.0.a
|
|
|
|
%{_libdir}/libgthread-2.0.a
|
|
|
|
|
2013-05-28 23:34:23 +00:00
|
|
|
%files tests
|
2013-06-20 10:52:35 +00:00
|
|
|
%{_libexecdir}/installed-tests
|
2013-05-28 23:34:23 +00:00
|
|
|
%{_datadir}/installed-tests
|
|
|
|
|
2004-09-09 05:16:47 +00:00
|
|
|
%changelog
|
2014-08-16 16:44:37 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-23 06:52:56 +00:00
|
|
|
* Wed Jul 23 2014 Stef Walter <stefw@redhat.com> - 2.41.2-2
|
|
|
|
- Fix regression with GDBus array encoding rhbz#1122128
|
|
|
|
|
2014-07-14 15:00:43 +00:00
|
|
|
* Mon Jul 14 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.2-1
|
|
|
|
- Update to 2.41.2
|
|
|
|
|
2014-07-12 15:12:45 +00:00
|
|
|
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 2.41.1-2
|
|
|
|
- fix license handling
|
|
|
|
|
2014-06-24 11:56:51 +00:00
|
|
|
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2.41.1-1
|
|
|
|
- Update to 2.41.1
|
|
|
|
|
2014-06-07 16:12:58 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-27 09:18:12 +00:00
|
|
|
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.0-1
|
|
|
|
- Update to 2.41.0
|
|
|
|
|
2014-03-24 19:47:01 +00:00
|
|
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.40.0-1
|
|
|
|
- Update to 2.40.0
|
|
|
|
|
2014-03-18 13:43:46 +00:00
|
|
|
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.92-1
|
|
|
|
- Update to 2.39.92
|
|
|
|
|
2014-03-04 14:21:55 +00:00
|
|
|
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.91-1
|
|
|
|
- Update to 2.39.91
|
|
|
|
|
2014-02-18 11:54:11 +00:00
|
|
|
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.90-1
|
|
|
|
- Update to 2.39.90
|
|
|
|
|
2014-02-04 09:36:43 +00:00
|
|
|
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.4-1
|
|
|
|
- Update to 2.39.4
|
|
|
|
|
2014-01-14 09:09:15 +00:00
|
|
|
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 2.39.3-1
|
|
|
|
- Update to 2.39.3
|
|
|
|
|
2013-12-22 20:58:19 +00:00
|
|
|
* Sun Dec 22 2013 Richard W.M. Jones <rjones@redhat.com> - 2.39.2-2
|
|
|
|
- Re-add static subpackage so that we can build static qemu as
|
|
|
|
an AArch64 binfmt.
|
|
|
|
|
2013-12-17 09:23:16 +00:00
|
|
|
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.39.2-1
|
|
|
|
- Update to 2.39.2
|
|
|
|
|
2013-12-09 08:42:03 +00:00
|
|
|
* Mon Dec 09 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-2
|
|
|
|
- Backport a patch from master to stop gnome-settings-daemon crashing.
|
|
|
|
|
2013-11-14 15:48:50 +00:00
|
|
|
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-1
|
|
|
|
- Update to 2.39.1
|
|
|
|
|
2013-10-28 17:54:46 +00:00
|
|
|
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.39.0-1
|
|
|
|
- Update to 2.39.0
|
|
|
|
|
2013-09-24 20:01:13 +00:00
|
|
|
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.38.0-1
|
|
|
|
- Update to 2.38.0
|
|
|
|
|
2013-09-17 18:01:13 +00:00
|
|
|
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.93-1
|
|
|
|
- Update to 2.37.93
|
|
|
|
|
2013-09-02 20:25:54 +00:00
|
|
|
* Mon Sep 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.7-1
|
|
|
|
- Update to 2.37.7
|
|
|
|
|
2013-08-21 16:48:44 +00:00
|
|
|
* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.6-1
|
|
|
|
- Update to 2.37.6
|
|
|
|
|
2013-08-03 11:40:35 +00:00
|
|
|
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2.37.5-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-08-01 14:45:15 +00:00
|
|
|
* Thu Aug 1 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.5-1
|
|
|
|
- Update to 2.37.5
|
|
|
|
|
2013-07-17 23:30:27 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.37.4-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-10 00:55:13 +00:00
|
|
|
* Tue Jul 9 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.4-1
|
|
|
|
- Update to 2.37.4
|
|
|
|
|
2013-06-20 10:52:35 +00:00
|
|
|
* Thu Jun 20 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.2-1
|
|
|
|
- Update to 2.37.2
|
|
|
|
|
2013-05-28 23:34:23 +00:00
|
|
|
* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.1-1
|
|
|
|
- Update to 2.37.1
|
|
|
|
- Add a tests subpackage
|
|
|
|
|
2013-05-03 20:11:01 +00:00
|
|
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.0-1
|
|
|
|
- Update to 2.37.0
|
|
|
|
|
2013-04-29 16:21:37 +00:00
|
|
|
* Sat Apr 27 2013 Thorsten Leemhuis <fedora@leemhuis.info> - 2.36.1-2
|
|
|
|
- Fix pidgin freezes by applying patch from master (#956872)
|
|
|
|
|
2013-04-15 22:12:58 +00:00
|
|
|
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.1-1
|
|
|
|
- Update to 2.36.1
|
|
|
|
|
2013-03-25 21:55:32 +00:00
|
|
|
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
|
|
|
|
- Update to 2.36.0
|
|
|
|
|
2013-03-19 23:59:43 +00:00
|
|
|
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.9-1
|
|
|
|
- Update to 2.35.9
|
|
|
|
|
2013-02-20 22:27:55 +00:00
|
|
|
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.8-1
|
|
|
|
- Update to 2.35.8
|
|
|
|
|
2013-02-05 20:55:20 +00:00
|
|
|
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.7-1
|
|
|
|
- Update to 2.35.7
|
|
|
|
|
2013-01-15 22:02:18 +00:00
|
|
|
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.4-1
|
|
|
|
- Update to 2.35.4
|
|
|
|
|
2012-12-20 19:31:49 +00:00
|
|
|
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.3-1
|
|
|
|
- Update to 2.35.3
|
|
|
|
|
2012-11-24 10:44:04 +00:00
|
|
|
* Sat Nov 24 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.2-1
|
|
|
|
- Update to 2.35.2
|
|
|
|
|
2012-11-08 18:28:25 +00:00
|
|
|
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.1-1
|
|
|
|
- Update to 2.35.1
|
|
|
|
- Drop upstreamed codegen-in-datadir.patch
|