Update to 1.7.0
This commit is contained in:
parent
648b94aa22
commit
2b245d9ee0
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/libpinyin-1.5.92.tar.gz
|
||||
/libpinyin-1.6.0.tar.gz
|
||||
/libpinyin-1.6.91.tar.gz
|
||||
/libpinyin-1.7.0.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: libpinyin
|
||||
Version: 1.6.91
|
||||
Version: 1.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to deal with pinyin
|
||||
|
||||
@ -92,6 +92,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 30 2016 Peng Wu <pwu@redhat.com> - 1.7.0-1
|
||||
- Update to 1.7.0
|
||||
- fixes build on FreeBSD
|
||||
- update cmake files
|
||||
|
||||
* Tue Nov 1 2016 Peng Wu <pwu@redhat.com> - 1.6.91-1
|
||||
- Update to 1.6.91
|
||||
- change license to GPLv3+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user