|
|
f575d2 |
%global snapshot 0
|
|
|
f575d2 |
|
|
|
f575d2 |
Name: libpinyin
|
|
|
f575d2 |
Version: 2.2.0
|
|
|
f575d2 |
Release: 1%{?dist}
|
|
|
f575d2 |
Summary: Library to deal with pinyin
|
|
|
f575d2 |
|
|
|
f575d2 |
License: GPLv3+
|
|
|
f575d2 |
URL: https://github.com/libpinyin/libpinyin
|
|
|
f575d2 |
Source0: http://downloads.sourceforge.net/libpinyin/libpinyin/%{name}-%{version}.tar.gz
|
|
|
f575d2 |
%if %snapshot
|
|
|
f575d2 |
Patch0: libpinyin-2.2.x-head.patch
|
|
|
f575d2 |
%endif
|
|
|
f575d2 |
|
|
|
f575d2 |
BuildRequires: gcc-c++
|
|
|
f575d2 |
BuildRequires: kyotocabinet-devel, glib2-devel
|
|
|
f575d2 |
Requires: %{name}-data%{?_isa} = %{version}-%{release}
|
|
|
f575d2 |
|
|
|
f575d2 |
%description
|
|
|
f575d2 |
The libpinyin project aims to provide the algorithms core
|
|
|
f575d2 |
for intelligent sentence-based Chinese pinyin input methods.
|
|
|
f575d2 |
|
|
|
f575d2 |
|
|
|
f575d2 |
%package devel
|
|
|
f575d2 |
Summary: Development files for %{name}
|
|
|
f575d2 |
Requires: %{name} = %{version}-%{release}
|
|
|
f575d2 |
Provides: libzhuyin-devel = %{version}-%{release}
|
|
|
f575d2 |
Obsoletes: libzhuyin-devel < %{version}-%{release}
|
|
|
f575d2 |
|
|
|
f575d2 |
%description devel
|
|
|
f575d2 |
The %{name}-devel package contains libraries and header files for
|
|
|
f575d2 |
developing applications that use %{name}.
|
|
|
f575d2 |
|
|
|
f575d2 |
|
|
|
f575d2 |
%package data
|
|
|
f575d2 |
Summary: Data files for %{name}
|
|
|
f575d2 |
Requires: %{name} = %{version}-%{release}
|
|
|
f575d2 |
|
|
|
f575d2 |
%description data
|
|
|
f575d2 |
The %{name}-data package contains data files.
|
|
|
f575d2 |
|
|
|
f575d2 |
%package tools
|
|
|
f575d2 |
Summary: Tools for %{name}
|
|
|
f575d2 |
Requires: %{name} = %{version}-%{release}
|
|
|
f575d2 |
|
|
|
f575d2 |
%description tools
|
|
|
f575d2 |
The %{name}-tools package contains tools.
|
|
|
f575d2 |
|
|
|
f575d2 |
%package -n libzhuyin
|
|
|
f575d2 |
Summary: Library to deal with zhuyin
|
|
|
f575d2 |
Requires: %{name} = %{version}-%{release}
|
|
|
f575d2 |
|
|
|
f575d2 |
%description -n libzhuyin
|
|
|
f575d2 |
The libzhuyin package contains libzhuyin compatibility library.
|
|
|
f575d2 |
|
|
|
f575d2 |
|
|
|
f575d2 |
%prep
|
|
|
f575d2 |
%setup -q
|
|
|
f575d2 |
|
|
|
f575d2 |
%if %snapshot
|
|
|
f575d2 |
%patch0 -p1 -b .head
|
|
|
f575d2 |
%endif
|
|
|
f575d2 |
|
|
|
f575d2 |
%build
|
|
|
f575d2 |
%configure --disable-static \
|
|
|
f575d2 |
--with-dbm=KyotoCabinet \
|
|
|
f575d2 |
--enable-libzhuyin
|
|
|
f575d2 |
make %{?_smp_mflags}
|
|
|
f575d2 |
|
|
|
f575d2 |
%check
|
|
|
f575d2 |
make check
|
|
|
f575d2 |
|
|
|
f575d2 |
%install
|
|
|
f575d2 |
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
f575d2 |
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
f575d2 |
|
|
|
f575d2 |
|
|
|
f575d2 |
%post -p /sbin/ldconfig
|
|
|
f575d2 |
|
|
|
f575d2 |
%postun -p /sbin/ldconfig
|
|
|
f575d2 |
|
|
|
f575d2 |
|
|
|
f575d2 |
%files
|
|
|
f575d2 |
%doc AUTHORS COPYING README
|
|
|
f575d2 |
%{_libdir}/libpinyin*.so.*
|
|
|
f575d2 |
%dir %{_libdir}/libpinyin
|
|
|
f575d2 |
|
|
|
f575d2 |
%files devel
|
|
|
f575d2 |
%doc
|
|
|
f575d2 |
%dir %{_includedir}/libpinyin-%{version}
|
|
|
f575d2 |
%{_includedir}/libpinyin-%{version}/*
|
|
|
f575d2 |
%{_libdir}/libpinyin.so
|
|
|
f575d2 |
%{_libdir}/pkgconfig/libpinyin.pc
|
|
|
f575d2 |
%{_libdir}/libzhuyin.so
|
|
|
f575d2 |
%{_libdir}/pkgconfig/libzhuyin.pc
|
|
|
f575d2 |
|
|
|
f575d2 |
%files data
|
|
|
f575d2 |
%doc
|
|
|
f575d2 |
%{_libdir}/libpinyin/data
|
|
|
f575d2 |
|
|
|
f575d2 |
%files tools
|
|
|
f575d2 |
%{_bindir}/gen_binary_files
|
|
|
f575d2 |
%{_bindir}/import_interpolation
|
|
|
f575d2 |
%{_bindir}/gen_unigram
|
|
|
f575d2 |
%{_mandir}/man1/*.1.*
|
|
|
f575d2 |
|
|
|
f575d2 |
%files -n libzhuyin
|
|
|
f575d2 |
%{_libdir}/libzhuyin*.so.*
|
|
|
f575d2 |
|
|
|
f575d2 |
%changelog
|
|
|
f575d2 |
* Tue Apr 17 2018 Peng Wu <pwu@redhat.com> - 2.2.0-1
|
|
|
f575d2 |
- Update to 2.2.0
|
|
|
f575d2 |
- bug fixes
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.91-2
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Jan 25 2018 Peng Wu <pwu@redhat.com> - 2.1.91-1
|
|
|
f575d2 |
- Update to 2.1.91
|
|
|
f575d2 |
- fixes zhuyin parsers
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Aug 24 2017 Peng Wu <pwu@redhat.com> - 2.1.0-1
|
|
|
f575d2 |
- Update to 2.1.0
|
|
|
f575d2 |
- support sort option in pinyin_guess_candidates function
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.92-3
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.92-2
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Jul 10 2017 Peng Wu <pwu@redhat.com> - 2.0.92-1
|
|
|
f575d2 |
- Update to 2.0.92
|
|
|
f575d2 |
- reduce memory consumption after imported user dictionary
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Jun 8 2017 Peng Wu <pwu@redhat.com> - 2.0.91-1
|
|
|
f575d2 |
- Update to 2.0.91
|
|
|
f575d2 |
- merge libzhuyin code
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Apr 20 2017 Peng Wu <pwu@redhat.com> - 2.0.0-1
|
|
|
f575d2 |
- Update to 2.0.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Mar 7 2017 Peng Wu <pwu@redhat.com> - 1.9.92-1
|
|
|
f575d2 |
- Update to 1.9.92
|
|
|
f575d2 |
- fixes crash
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Feb 28 2017 Peng Wu <pwu@redhat.com> - 1.9.91-2
|
|
|
f575d2 |
- Fixes crash in Double Pinyin
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Feb 14 2017 Peng Wu <pwu@redhat.com> - 1.9.91-1
|
|
|
f575d2 |
- Update to 1.9.91
|
|
|
f575d2 |
- multiple sentence candidates
|
|
|
f575d2 |
|
|
|
f575d2 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Nov 30 2016 Peng Wu <pwu@redhat.com> - 1.7.0-1
|
|
|
f575d2 |
- Update to 1.7.0
|
|
|
f575d2 |
- fixes build on FreeBSD
|
|
|
f575d2 |
- update cmake files
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Nov 1 2016 Peng Wu <pwu@redhat.com> - 1.6.91-1
|
|
|
f575d2 |
- Update to 1.6.91
|
|
|
f575d2 |
- change license to GPLv3+
|
|
|
f575d2 |
- import open-gram dictionary and remove pinyin tones
|
|
|
f575d2 |
- add some checks when load data from file
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Sep 7 2016 Peng Wu <pwu@redhat.com> - 1.6.0-1
|
|
|
f575d2 |
- Update to 1.6.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Aug 15 2016 Peng Wu <pwu@redhat.com> - 1.5.92-3
|
|
|
f575d2 |
- Fixes crashes again
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Aug 9 2016 Peng Wu <pwu@redhat.com> - 1.5.92-2
|
|
|
f575d2 |
- Fixes crashes for Full Pinyin and Bopomofo
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Aug 2 2016 Peng Wu <pwu@redhat.com> - 1.5.92-1
|
|
|
f575d2 |
- Update to 1.5.92
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Jul 18 2016 Peng Wu <pwu@redhat.com> - 1.5.91-1
|
|
|
f575d2 |
- Update to 1.5.91
|
|
|
f575d2 |
- Use Kyoto Cabinet instead of Berkeley DB
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Fri Dec 4 2015 Peng Wu <pwu@redhat.com> - 1.3.0-1
|
|
|
f575d2 |
- Update to 1.3.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Nov 17 2015 Peng Wu <pwu@redhat.com> - 1.2.91-1
|
|
|
f575d2 |
- Update to 1.2.91
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Aug 3 2015 Peng Wu <pwu@redhat.com> - 1.2.0-1
|
|
|
f575d2 |
- Update to 1.2.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Jul 7 2015 Peng Wu <pwu@redhat.com> - 1.1.91-1
|
|
|
f575d2 |
- Update to 1.1.91
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.1.0-2
|
|
|
f575d2 |
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Mar 3 2015 Peng Wu <pwu@redhat.com> - 1.1.0-1
|
|
|
f575d2 |
- Update to 1.1.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Feb 9 2015 Peng Wu <pwu@redhat.com> - 1.0.99.20150212-1
|
|
|
f575d2 |
- Update to 1.0.99.20150212
|
|
|
f575d2 |
- Bring back libpinyin-tools
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Feb 3 2015 Peng Wu <pwu@redhat.com> - 1.0.99.20150203-2
|
|
|
f575d2 |
- Obsoletes libpinyin-tools
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Feb 3 2015 Peng Wu <pwu@redhat.com> - 1.0.99.20150203-1
|
|
|
f575d2 |
- Update to 1.0.99.20150203
|
|
|
f575d2 |
|
|
|
f575d2 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Nov 26 2013 Peng Wu <pwu@redhat.com> - 1.0.0-1
|
|
|
f575d2 |
- Update to 1.0.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Oct 28 2013 Peng Wu <pwu@redhat.com> - 0.9.94-1
|
|
|
f575d2 |
- Update to 0.9.94
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Jul 30 2013 Peng Wu <pwu@redhat.com> - 0.9.93-2
|
|
|
f575d2 |
- Fixes load table.conf in German locale
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Jun 27 2013 Peng Wu <pwu@redhat.com> - 0.9.93-1
|
|
|
f575d2 |
- Update to 0.9.93
|
|
|
f575d2 |
|
|
|
f575d2 |
* Sun Jun 9 2013 Peng Wu <pwu@redhat.com> - 0.9.92-1
|
|
|
f575d2 |
- Update to 0.9.92
|
|
|
f575d2 |
|
|
|
f575d2 |
* Sun Apr 28 2013 Peng Wu <pwu@redhat.com> - 0.9.91-1
|
|
|
f575d2 |
- Update to 0.9.91
|
|
|
f575d2 |
|
|
|
f575d2 |
* Sat Mar 23 2013 Peng Wu <pwu@redhat.com> - 0.8.93-2
|
|
|
f575d2 |
- Fixes import dictionary
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Mar 18 2013 Peng Wu <pwu@redhat.com> - 0.8.93-1
|
|
|
f575d2 |
- Update to 0.8.93
|
|
|
f575d2 |
|
|
|
f575d2 |
* Fri Mar 8 2013 Peng Wu <pwu@redhat.com> - 0.8.92-1
|
|
|
f575d2 |
- Update to 0.8.92
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Mar 4 2013 Peng Wu <pwu@redhat.com> - 0.8.91-1
|
|
|
f575d2 |
- Update to 0.8.91
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Feb 28 2013 Peng Wu <pwu@redhat.com> - 0.8.1-1
|
|
|
f575d2 |
- Update to 0.8.1
|
|
|
f575d2 |
- Fixes pinyin_init crashes
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Jan 28 2013 Peng Wu <pwu@redhat.com> - 0.8.0-3
|
|
|
f575d2 |
- Fixes incomplete pinyin
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Dec 12 2012 Peng Wu <pwu@redhat.com> - 0.8.0-2
|
|
|
f575d2 |
- Fixes chewing input
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Nov 14 2012 Peng Wu <pwu@redhat.com> - 0.8.0-1
|
|
|
f575d2 |
- Update to 0.8.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Oct 15 2012 Peng Wu <pwu@redhat.com> - 0.7.92-1
|
|
|
f575d2 |
- Update to 0.7.92
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Sep 17 2012 Peng Wu <pwu@redhat.com> - 0.7.91-1
|
|
|
f575d2 |
- Update to 0.7.91
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Aug 15 2012 Peng Wu <pwu@redhat.com> - 0.7.1-1
|
|
|
f575d2 |
- Update to 0.7.1
|
|
|
f575d2 |
|
|
|
f575d2 |
* Fri Jul 27 2012 Peng Wu <pwu@redhat.com> - 0.7.0-1
|
|
|
f575d2 |
- Update to 0.7.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.92-3
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Jul 10 2012 Peng Wu <pwu@redhat.com> - 0.6.92-2
|
|
|
f575d2 |
- Update libpinyin-0.7.x-head.patch
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Jul 04 2012 Peng Wu <pwu@redhat.com> - 0.6.92-1
|
|
|
f575d2 |
- Update to 0.6.92
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Jun 12 2012 Peng Wu <pwu@redhat.com> - 0.6.0-3
|
|
|
f575d2 |
- Removes provides ibus-pinyin-db
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Jun 07 2012 Peng Wu <pwu@redhat.com> - 0.6.0-2
|
|
|
f575d2 |
- Fixes "jv" => "ju"
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon May 28 2012 Peng Wu <pwu@redhat.com> - 0.6.0-1
|
|
|
f575d2 |
- Update to 0.6.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Mar 27 2012 Peng Wu <pwu@redhat.com> - 0.5.92-1
|
|
|
f575d2 |
- Update to 0.5.92
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Feb 15 2012 Peng Wu <pwu@redhat.com> - 0.5.91-3
|
|
|
f575d2 |
- Provides ibus-pinyin-db
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Feb 14 2012 Peng Wu <pwu@redhat.com> - 0.5.91-2
|
|
|
f575d2 |
- Improves full pinyin parser2
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Feb 13 2012 Peng Wu <pwu@redhat.com> - 0.5.91-1
|
|
|
f575d2 |
- Update to 0.5.91
|
|
|
f575d2 |
|
|
|
f575d2 |
* Sun Jan 29 2012 Peng Wu <pwu@redhat.com> - 0.5.0-2
|
|
|
f575d2 |
- Fixes pinyin parsers
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Jan 18 2012 Peng Wu <pwu@redhat.com> - 0.5.0-1
|
|
|
f575d2 |
- Update to 0.5.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Fri Jan 13 2012 Peng Wu <pwu@redhat.com> - 0.4.93-1
|
|
|
f575d2 |
- Update to 0.4.93
|
|
|
f575d2 |
|
|
|
f575d2 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.92-2
|
|
|
f575d2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Dec 29 2011 Peng Wu <pwu@redhat.com> - 0.4.92-1
|
|
|
f575d2 |
- Update to 0.4.92
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Dec 27 2011 Peng Wu <pwu@redhat.com> - 0.4.91-1
|
|
|
f575d2 |
- Update to 0.4.91
|
|
|
f575d2 |
|
|
|
f575d2 |
* Fri Nov 25 2011 Peng Wu <pwu@redhat.com> - 0.3.0-2
|
|
|
f575d2 |
- Increase train factor
|
|
|
f575d2 |
|
|
|
f575d2 |
* Fri Nov 18 2011 Peng Wu <pwu@redhat.com> - 0.3.0-1
|
|
|
f575d2 |
- Update to 0.3.0
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Nov 03 2011 Peng Wu <pwu@redhat.com> - 0.2.99.3-1
|
|
|
f575d2 |
- Update to 0.2.99.3
|
|
|
f575d2 |
|
|
|
f575d2 |
* Mon Oct 31 2011 Peng Wu <pwu@redhat.com> - 0.2.99.2-5
|
|
|
f575d2 |
- Fixes memory leak and save_db
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Oct 27 2011 Peng Wu <pwu@redhat.com> - 0.2.99.2-4
|
|
|
f575d2 |
- Update libpinyin-0.3.x-head.patch
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Oct 27 2011 Peng Wu <pwu@redhat.com> - 0.2.99.2-3
|
|
|
f575d2 |
- Add requires
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Oct 27 2011 Peng Wu <pwu@redhat.com> - 0.2.99.2-2
|
|
|
f575d2 |
- Add patch libpinyin-0.3.x-head.patch
|
|
|
f575d2 |
|
|
|
f575d2 |
* Tue Oct 11 2011 Peng Wu <pwu@redhat.com> - 0.2.99.2-1
|
|
|
f575d2 |
- Update to 0.2.99.2
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Sep 28 2011 Peng Wu <pwu@redhat.com> - 0.2.99.1-1
|
|
|
f575d2 |
- Update to 0.2.99.1
|
|
|
f575d2 |
|
|
|
f575d2 |
* Thu Sep 08 2011 Peng Wu <pwu@redhat.com> - 0.2.99-2
|
|
|
f575d2 |
- Split data sub package
|
|
|
f575d2 |
|
|
|
f575d2 |
* Wed Aug 31 2011 Peng Wu <alexepico@gmail.com> - 0.2.99-1
|
|
|
f575d2 |
- Initial version
|