Blame SPECS/ibus-hangul.spec

1fcca1
%global require_ibus_version 1.3.99
1fcca1
%global require_libhangul_version 0.1.0
1fcca1
1fcca1
Name:       ibus-hangul
1fcca1
Version:    1.5.4
1fcca1
Release:    7%{?dist}
1fcca1
Summary:    The Hangul engine for IBus input platform
1fcca1
License:    GPLv2+
1fcca1
URL:        https://github.com/libhangul/ibus-hangul
1fcca1
Source0:    https://github.com/libhangul/ibus-hangul/releases/download/%{version}/%{name}-%{version}.tar.gz
1fcca1
1fcca1
# not upstreamed patches
1fcca1
Patch1:     ibus-hangul-setup-abspath.patch
1fcca1
1fcca1
BuildRequires:  gettext-devel, automake, libtool
1fcca1
BuildRequires:  intltool
1fcca1
BuildRequires:  libtool
1fcca1
BuildRequires:  libhangul-devel >= %{require_libhangul_version}
1fcca1
BuildRequires:  pkgconfig
1fcca1
BuildRequires:  ibus-devel >= %{require_ibus_version}
1fcca1
BuildRequires:  desktop-file-utils
1fcca1
BuildRequires:  python3-devel
1fcca1
BuildRequires:  gnome-common
1fcca1
BuildRequires:  gtk3-devel
1fcca1
BuildRequires: make
1fcca1
1fcca1
Requires:   ibus >= %{require_ibus_version}
1fcca1
Requires:   libhangul >= %{require_libhangul_version}
1fcca1
Requires:   python3-gobject
1fcca1
Requires:   python3
1fcca1
1fcca1
%description
1fcca1
The Hangul engine for IBus platform. It provides Korean input method from
1fcca1
libhangul.
1fcca1
1fcca1
%package tests
1fcca1
Summary:        Tests for the %{name} package
1fcca1
Requires:       %{name}%{?_isa} = %{version}-%{release}
1fcca1
1fcca1
%description tests
1fcca1
The %{name}-tests package contains tests that can be used to verify
1fcca1
the functionality of the installed %{name} package.
1fcca1
1fcca1
%prep
1fcca1
%setup -q
1fcca1
%patch1 -p1 -b .setup-abspath
1fcca1
1fcca1
%build
1fcca1
./autogen.sh
1fcca1
%configure \
1fcca1
           --disable-static \
1fcca1
           --with-python=python3 \
1fcca1
           %{?_with_hotkeys} \
1fcca1
           --enable-installed-tests \
1fcca1
           %{nil}
1fcca1
1fcca1
make %{?_smp_mflags}
1fcca1
1fcca1
%install
1fcca1
make DESTDIR=${RPM_BUILD_ROOT} install INSTALL="install -p"
1fcca1
1fcca1
%py_byte_compile %{python3} $RPM_BUILD_ROOT%{_datadir}/ibus-hangul/setup
1fcca1
1fcca1
rm -f ${RPM_BUILD_ROOT}%{_bindir}/ibus-setup-hangul
1fcca1
sed -i 's!^Exec=ibus-setup-hangul!Exec=%{_libexecdir}/ibus-setup-hangul!' ${RPM_BUILD_ROOT}%{_datadir}/applications/ibus-setup-hangul.desktop
1fcca1
1fcca1
desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/ibus-setup-hangul.desktop
1fcca1
1fcca1
%find_lang %{name}
1fcca1
1fcca1
%check
1fcca1
make check \
1fcca1
    DISABLE_GUI_TESTS="ibus-hangul" \
1fcca1
    VERBOSE=1
1fcca1
1fcca1
%files -f %{name}.lang
1fcca1
%doc AUTHORS COPYING README
1fcca1
%{_libexecdir}/ibus-engine-hangul
1fcca1
%{_libexecdir}/ibus-setup-hangul
1fcca1
%{_datadir}/metainfo/*.metainfo.xml
1fcca1
%{_datadir}/glib-2.0/schemas/*.gschema.xml
1fcca1
%{_datadir}/ibus-hangul
1fcca1
%{_datadir}/ibus/component/*
1fcca1
%{_datadir}/applications/ibus-setup-hangul.desktop
1fcca1
%{_datadir}/icons/hicolor/*/apps/*
1fcca1
1fcca1
%files tests
1fcca1
%dir %{_libexecdir}/installed-tests
1fcca1
%{_libexecdir}/installed-tests/ibus-hangul
1fcca1
%dir %{_datadir}/installed-tests
1fcca1
%{_datadir}/installed-tests/ibus-hangul
1fcca1
1fcca1
%changelog
1fcca1
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-7
1fcca1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
1fcca1
  Related: rhbz#1991688
1fcca1
1fcca1
* Mon Jul 19 2021 Peng Wu <pwu@redhat.com> - 1.5.4-6
1fcca1
- Clean up ibus write-cache in scriptlet
1fcca1
- Resolves: #1974626
1fcca1
1fcca1
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-5
1fcca1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
1fcca1
1fcca1
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-4
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1fcca1
1fcca1
* Thu Sep 10 2020 Peng Wu <pwu@redhat.com> - 1.5.4-3
1fcca1
- Add tests sub package
1fcca1
1fcca1
* Wed Sep  2 2020 Peng Wu <pwu@redhat.com> - 1.5.4-2
1fcca1
- Clean up the spec file
1fcca1
1fcca1
* Mon Aug 24 2020 Peng Wu <pwu@redhat.com> - 1.5.4-1
1fcca1
- Update to 1.5.4
1fcca1
1fcca1
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-4
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1fcca1
1fcca1
* Mon Jul 13 2020 Peng Wu <pwu@redhat.com> - 1.5.3-3
1fcca1
- Switch to use py_byte_compile rpm macro
1fcca1
1fcca1
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-2
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1fcca1
1fcca1
* Thu Dec 26 2019 Peng Wu <pwu@redhat.com> - 1.5.3-1
1fcca1
- Update to 1.5.3
1fcca1
1fcca1
* Tue Aug  6 2019 Peng Wu <pwu@redhat.com> - 1.5.1-7
1fcca1
- Change default mode to latin
1fcca1
1fcca1
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-6
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1fcca1
1fcca1
* Fri Apr 19 2019 Peng Wu <pwu@redhat.com> - 1.5.1-5
1fcca1
- Fixes double commit issue with web browser
1fcca1
- Add patch ibus-hangul-fixes-reset.patch
1fcca1
1fcca1
* Fri Mar 22 2019 Peng Wu <pwu@redhat.com> - 1.5.1-4
1fcca1
- Change default mode to hangul
1fcca1
1fcca1
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1fcca1
1fcca1
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.5.1-2
1fcca1
- Rebuild with fixed binutils
1fcca1
1fcca1
* Mon Jul 30 2018 Peng Wu <pwu@redhat.com> - 1.5.1-1
1fcca1
- Update to 1.5.1
1fcca1
1fcca1
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-14
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1fcca1
1fcca1
* Tue Jul  3 2018 Peng Wu <pwu@redhat.com> - 1.5.0-13
1fcca1
- Resolves: RHBZ#1296121
1fcca1
1fcca1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-12
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1fcca1
1fcca1
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.0-11
1fcca1
- Remove obsolete scriptlets
1fcca1
1fcca1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-10
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1fcca1
1fcca1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-9
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1fcca1
1fcca1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-8
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1fcca1
1fcca1
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-7
1fcca1
- Rebuild for Python 3.6
1fcca1
1fcca1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-6
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1fcca1
1fcca1
* Thu Jul  2 2015 Daiki Ueno <dueno@redhat.com> - 1.5.0-5
1fcca1
- require python3-gobject instead of pygobject3, to avoid python2
1fcca1
  dependency.  Suggested by Miro Hrončok.
1fcca1
1fcca1
* Thu Jul 02 2015 Petr Viktorin <pviktori@redhat.com> - 1.5.0-4
1fcca1
- Use autogen in RPM build
1fcca1
- Use Python 3 for setup scripts
1fcca1
1fcca1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-3
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1fcca1
1fcca1
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.5.0-2
1fcca1
- Register as an AppStream component.
1fcca1
1fcca1
* Wed Nov 26 2014 Daiki Ueno <dueno@redhat.com> - 1.5.0-1
1fcca1
- Update version to 1.5.0
1fcca1
- Drop upstreamed patches: dconf-prefix.patch and setup-ui.patch
1fcca1
1fcca1
* Tue Sep 16 2014 Daiki Ueno <dueno@redhat.com> - 1.4.2-10
1fcca1
- Add ibus-hangul-setup-ui.patch
1fcca1
- Fix bug 1115411 - [abrt] ibus-hangul: main.py:43:__init__:Error:
1fcca1
  gtk-builder-error-quark: Invalid property: GtkNotebook.tab_hborder
1fcca1
  on line 21 (11)
1fcca1
1fcca1
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-9
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1fcca1
1fcca1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-8
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1fcca1
1fcca1
* Mon Oct 28 2013 Daiki Ueno <dueno@redhat.com> - 1.4.2-7
1fcca1
- Invoke ibus-setup-hangul with the absolute path.
1fcca1
- Fix bug 1012732 - Click ibus hangul setup on gnome-shell top bar's
1fcca1
  ibus -> No Response
1fcca1
1fcca1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-6
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1fcca1
1fcca1
* Wed Jun 19 2013 Daiki Ueno <dueno@redhat.com> - 1.4.2-5
1fcca1
- Remove ibus-setup-hangul symlink in %%{_bindir}.
1fcca1
- Fix bogus changelog date.
1fcca1
1fcca1
* Tue Apr  2 2013 Daiki Ueno <dueno@redhat.com> - 1.4.2-4
1fcca1
- Fix the last update which didn't apply the patch.
1fcca1
1fcca1
* Tue Apr  2 2013 Daiki Ueno <dueno@redhat.com> - 1.4.2-3
1fcca1
- Remove have_bridge_hotkey and need_pygobject3 macros which does no
1fcca1
  longer make sense after F17
1fcca1
- Add ibus-hangul-dconf-prefix.patch
1fcca1
- Fix bug 909509 - Hangul Keybaord doesn't be changed in IBusHangul Setup
1fcca1
1fcca1
* Wed Mar 27 2013 Daiki Ueno <dueno@redhat.com> - 1.4.2-2
1fcca1
- Pull the latest config.guess and config.sub for ARM64 port
1fcca1
1fcca1
* Tue Jan 29 2013 Daiki Ueno <dueno@redhat.com> - 1.4.2-1
1fcca1
- Update version to 1.4.2.
1fcca1
- Remove ibus-hangul-setup-gi.patch
1fcca1
1fcca1
* Wed Nov 21 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-9
1fcca1
- Fix a typo (R: -> BR: python2-devel)
1fcca1
1fcca1
* Wed Nov 21 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-8
1fcca1
- Cleanup the spec file
1fcca1
1fcca1
* Thu Nov 15 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-7
1fcca1
- Re-add ibus-hangul-HEAD.patch based on recent upstream change
1fcca1
- Apply ibus-hangul-add-hangul-hotkey.patch only for F-15 and F-16
1fcca1
1fcca1
* Wed Oct 31 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-6
1fcca1
- Add ibus-hangul-engine-name.patch
1fcca1
- Update ibus-hangul-setup-gi.patch
1fcca1
- Fix bug 870318 - Change of “Automatic reordering” setup option
1fcca1
  cannot be applied in ibus-hangul setup (thanks Mike FABIAN for the patch)
1fcca1
1fcca1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-5
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1fcca1
1fcca1
* Fri Jun  8 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-4
1fcca1
- Fix ibus-hangul-setup-gi.patch
1fcca1
- Remove previously applied ibus-hangul-setup-race-condition.patch
1fcca1
- Fix bug 828597 - [abrt] ibus-hangul-1.4.1-2.fc16:
1fcca1
  main.py:184:on_value_changed:TypeError: 'NoneType' object is not
1fcca1
  iterable
1fcca1
1fcca1
* Wed Jun  6 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-3
1fcca1
- Fix ibus-setup-hangul race condition
1fcca1
- Fix bug 828597 - [abrt] ibus-hangul-1.4.1-2.fc16:
1fcca1
  main.py:184:on_value_changed:TypeError: 'NoneType' object is not
1fcca1
  iterable
1fcca1
1fcca1
* Tue May  1 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-2
1fcca1
- Add pygobject3 to dependencies on F-16.
1fcca1
- Fix bug 816890 - [abrt] ibus-hangul-1.4.0-5.fc16:
1fcca1
  main.py:23:<module>:ImportError: No module named gi.repository
1fcca1
1fcca1
* Tue Apr 17 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-1
1fcca1
- Update version to 1.4.1.
1fcca1
- Check RHEL version as well as Fedora version.
1fcca1
1fcca1
* Tue Mar  6 2012 Daiki Ueno <dueno@redhat.com> - 1.4.0-5
1fcca1
- Revive <hotkey> in hangul.xml.
1fcca1
- Remove unnecessary BR: ibus.
1fcca1
- Port ibus-setup-hangul to use gobject-introspection.
1fcca1
1fcca1
* Mon Mar  5 2012 Daiki Ueno <dueno@redhat.com> - 1.4.0-4
1fcca1
- Package the latest git master.
1fcca1
- Fix bug 799776 - [abrt] ibus-hangul-1.4.0-3.fc17
1fcca1
- Remove upstreamed patches: ibus-hangul-xx-icon-symbol.patch,
1fcca1
  ibus-hangul-no-ibus-daemon.patch, and
1fcca1
  ibus-hangul-use-system-icon.patch
1fcca1
1fcca1
* Fri Feb 10 2012 Daiki Ueno <dueno@redhat.com> - 1.4.0-3
1fcca1
- Add ibus-hangul-use-system-icon.patch
1fcca1
- Fix bug 789230 - ibus hangul Icon missing in gnome-shell (fedora 17)
1fcca1
1fcca1
* Tue Jan 31 2012 Daiki Ueno <dueno@redhat.com> - 1.4.0-2
1fcca1
- Add ibus-hangul-no-ibus-daemon.patch.
1fcca1
- Fix bug 784377 - [abrt] ibus-hangul-1.4.0-1.fc16
1fcca1
1fcca1
* Thu Jan 12 2012 Daiki Ueno <dueno@redhat.com> - 1.4.0-1
1fcca1
- Update version to 1.4.0.
1fcca1
- Remove ibus-hangul-ibus-1.4.patch.
1fcca1
- Drop %%defattr(-,root,root,-) from %%files.
1fcca1
- Pass -p to install to preserve file timestamps.
1fcca1
- Install ibus-setup-hangul.desktop properly.
1fcca1
1fcca1
* Thu Nov 24 2011 Daiki Ueno <dueno@redhat.com> - 1.3.2-1
1fcca1
- Update version to 1.3.2.
1fcca1
1fcca1
* Mon Oct 24 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-8
1fcca1
- Rebuild with the latest libhangul.
1fcca1
1fcca1
* Fri Aug 19 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-7
1fcca1
- Enable --with-hotkeys for F16 or later.
1fcca1
- Fix bug 731913 - No Hangul Key in keyboard Shortcuts
1fcca1
1fcca1
* Mon Jul 18 2011 Daiki Ueno <ueno@unixuser.org> - 1.3.1-6
1fcca1
- Fix entity reference for icon symbol.
1fcca1
- Fix bug 722566 - Cannot select Hangul Input Method on Ibus Preferences
1fcca1
1fcca1
* Thu Jul  7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-5
1fcca1
- Don't specify --with-hotkeys.
1fcca1
1fcca1
* Mon Jul  4 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-4
1fcca1
- Added ibus-hangul-xx-icon-symbol.patch to enable the engine symbol & hotkeys.
1fcca1
1fcca1
* Wed May 11 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-3
1fcca1
- Update ibus-1.4 patch.
1fcca1
- Move the ibus version check into the patch from this spec.
1fcca1
- Fix bug 695971 - Hangul Keybaord Layout works to only dubeolsik
1fcca1
1fcca1
* Mon Apr  4 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-2
1fcca1
- Apply ibus-1.4 patch conditionally for SRPM compatibility.
1fcca1
- Drop buildroot, %%clean and cleaning of buildroot in %%install
1fcca1
1fcca1
* Mon Feb 28 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-1
1fcca1
- Update version to 1.3.1.
1fcca1
1fcca1
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0.20100329-5
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1fcca1
1fcca1
* Mon Nov  8 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0.20100329-4
1fcca1
- Add ibus-hangul-gvariant.patch for ibus-1.3.99
1fcca1
1fcca1
* Mon Aug 23 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0.20100329-3
1fcca1
- Update ibus-hangul-HEAD.patch
1fcca1
1fcca1
* Tue Aug  3 2010 Daiki Ueno <dueno@redhat.com> - 1.3.0.20100329-1
1fcca1
- Update version to 1.3.0.20100329
1fcca1
- Add ibus-hangul-HEAD.patch to synch it with the git master
1fcca1
1fcca1
* Thu Feb 04 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20100102-1
1fcca1
- Update version to 1.2.0.20100102
1fcca1
- Add ibus-hangul-phuang.patch for ibus-1.2.99
1fcca1
1fcca1
* Fri Dec 11 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20091031-1
1fcca1
- Update version to 1.2.0.20091031.
1fcca1
- Drop ibus-hangul-1.1.0.20090328-right-ctrl-hanja.patch and
1fcca1
  ibus-hangul-1.1.0.20090328-hanja-arrow-keys.patch temporarily, because
1fcca1
  patches conflict with 1.2.0.20091031, and the key configure will available
1fcca1
  in next release.
1fcca1
1fcca1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090617-2
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1fcca1
1fcca1
* Mon Jun 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090330-1
1fcca1
- Update version to 1.2.0.20090617.
1fcca1
1fcca1
* Sun Apr 12 2009 Warren Togami <wtogami@redhat.com> - 1.1.0.20090330-2
1fcca1
- Bug 493706: ibus-hangul Hanja arrow keys are wrong
1fcca1
- Bug 493509: ibus-hangul missing right Ctrl for Hanja button
1fcca1
  These fixes are not ideal, but they make it usable for Fedora 11.
1fcca1
  These must become configurable in a future version.
1fcca1
1fcca1
* Mon Mar 30 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090330-1
1fcca1
- Update version to 1.1.0.20090330.
1fcca1
- Fix bug 486056 - missing options for 2bul, 3bul and other Korean layouts
1fcca1
- Fix bug 487269 - missing Hanja Conversion
1fcca1
1fcca1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0.20090211-2
1fcca1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1fcca1
1fcca1
* Wed Feb 11 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-1
1fcca1
- Update version to 1.1.0.20090211.
1fcca1
1fcca1
* Thu Feb 05 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090205-1
1fcca1
- Update version to 1.1.0.20090205.
1fcca1
1fcca1
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.1.1.20081023-2
1fcca1
- Rebuild for Python 2.6
1fcca1
1fcca1
* Thu Oct 23 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20081023-1
1fcca1
- Update to 0.1.1.20081023.
1fcca1
1fcca1
* Tue Sep 09 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080901-1
1fcca1
- Update to 0.1.1.20080901.
1fcca1
1fcca1
* Fri Aug 08 2008 Peng Huang <shawn.p.huang@gmail.com> - 0.1.1.20080823-1
1fcca1
- The first version.