Fedora 17 Update: CUnit-2.1.3-4.fc17
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6317
2013-04-22 23:40:33
--------------------------------------------------------------------------------
Name : CUnit
Product : Fedora 17
Version : 2.1.3
Release : 4.fc17
URL : http://cunit.sourceforge.net/
Summary : A unit testing framework for C
Description :
CUnit is a lightweight system for writing, administering,
and running unit tests in C. It provides C programmers a basic
testing functionality with a flexible variety of user interfaces.
--------------------------------------------------------------------------------
Update Information:
Use autoconf
--------------------------------------------------------------------------------
ChangeLog:
* Sat Apr 20 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject.org> - 2.1.3-4
- Use autoconf for ARM
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Wed May 2 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> 2.1.3-1
- Updated to 2.1.3 sources re-run with autoreconf.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #925208 - CUnit: Does not support aarch64 in f19 and rawhide
https://bugzilla.redhat.com/show_bug.cgi?id=925208
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update CUnit' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months
Fedora 17 Update: armadillo-3.810.0-1.fc17
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6287
2013-04-22 23:39:30
--------------------------------------------------------------------------------
Name : armadillo
Product : Fedora 17
Version : 3.810.0
Release : 1.fc17
URL : http://arma.sourceforge.net/
Summary : Fast C++ matrix library with interfaces to LAPACK and ATLAS
Description :
Armadillo is a C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported,
as well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time)
to combine several operations into one and reduce (or eliminate)
the need for temporaries. This is accomplished through recursive
templates and template meta-programming.
This library is useful if C++ has been decided as the language
of choice (due to speed and/or integration capabilities), rather
than another language like Matlab or Octave.
--------------------------------------------------------------------------------
Update Information:
This is a small update that has fixes and new features:
* workaround for a bug in ATLAS 3.8 on 64 bit systems
* minor fix for multiplication of complex sparse matrices
* faster matrix-vector multiply for small matrices
* added fast Fourier transform: fft()
* added handling of .imbue() and .transform() by submatrices and subcubes
* added batch insertion constructors for sparse matrices
--------------------------------------------------------------------------------
ChangeLog:
* Sun Apr 21 2013 José Matos <jamatos(a)fedoraproject.org> - 3.810.0-1
- Update to latest stable version
* Sun Apr 14 2013 José Matos <jamatos(a)fedoraproject.org> - 3.800.2-1
- Update to latest stable version
* Sat Mar 2 2013 José Matos <jamatos(a)fedoraproject.org> - 3.800.0-1
- Update to latest stable version
- License changed from LGPLv3+ to MPLv2.0
- Added another documentation file (rcpp related)
- Spec changelog trimmed
* Thu Feb 21 2013 José Matos <jamatos(a)fedoraproject.org> - 3.6.3-1
- Update to latest stable release
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 3.6.2-3
- Rebuild for Boost-1.53.0
* Sat Feb 9 2013 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 3.6.2-2
- Rebuild for Boost-1.53.0
* Fri Feb 8 2013 José Matos <jamatos(a)fedoraproject.org> - 3.6.2-1
- Update to latest stable release
* Mon Dec 17 2012 José Matos <jamatos(a)fedoraproject.org> - 3.6.1-1
- Update to latest stable release
* Sat Dec 8 2012 José Matos <jamatos(a)fedoraproject.org> - 3.6.0-1
- Update to latest stable release
* Mon Dec 3 2012 José Matos <jamatos(a)fedoraproject.org> - 3.4.4-1
- Update to latest stable release
- Clean the spec files (documentation has a special treatment with rpm)
* Wed Jul 25 2012 José Matos <jamatos(a)fedoraproject.org> - 3.2.4-1
- Update to version 3.2.4
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update armadillo' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months
Fedora 18 Update: ghc-data-inttrie-0.1.0-1.fc18
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6301
2013-04-22 23:39:58
--------------------------------------------------------------------------------
Name : ghc-data-inttrie
Product : Fedora 18
Version : 0.1.0
Release : 1.fc18
URL : http://hackage.haskell.org/package/data-inttrie
Summary : A simple lazy, infinite trie from integers
Description :
Provides a minimal infinite, lazy trie for
integral types. It intentionally leaves out ideas such as delete and
emptiness so that it can be used lazily, eg. as the target of an infinite
foldr. Essentially its purpose is to be an efficient implementation of
a function from integral type, given point-at-a-time modifications.
--------------------------------------------------------------------------------
Update Information:
Updated to 0.1.0
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #953775 - ghc-data-inttrie-0.1.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=953775
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update ghc-data-inttrie' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months
Fedora 18 Update: resiprocate-1.8.7-1.fc18
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6118
2013-04-20 00:05:40
--------------------------------------------------------------------------------
Name : resiprocate
Product : Fedora 18
Version : 1.8.7
Release : 1.fc18
URL : http://www.resiprocate.org
Summary : SIP and TURN stacks, with SIP proxy and TURN server implementations
Description :
The reSIProcate components, particularly the SIP stack, are in use in both
commercial and open-source products. The project is dedicated to maintaining
a complete, correct, and commercially usable implementation of SIP and a few
related protocols.
--------------------------------------------------------------------------------
Update Information:
Initial Fedora release
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #892625 - Review Request: resiprocate - SIP reference implementation, SIP proxy, TURN server
https://bugzilla.redhat.com/show_bug.cgi?id=892625
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update resiprocate' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months
[SECURITY] Fedora 18 Update: pdns-recursor-3.5-2.fc18
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6279
2013-04-22 23:39:12
--------------------------------------------------------------------------------
Name : pdns-recursor
Product : Fedora 18
Version : 3.5
Release : 2.fc18
URL : http://powerdns.com
Summary : Modern, advanced and high performance recursing/non authoritative name server
Description :
PowerDNS Recursor is a non authoritative/recursing DNS server. Use this
package if you need a dns cache for your network.
--------------------------------------------------------------------------------
Update Information:
- Update to 3.5
- This is a stability, security and bugfix update to 3.3
- Disarm dead code that causes gcc crashes on ARM (rhbz#954192)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 22 2013 Morten Stevens <mstevens(a)imt-systems.com> - 3.5-2
- Disarm dead code that causes gcc crashes on ARM (rhbz#954192)
* Mon Apr 15 2013 Morten Stevens <mstevens(a)imt-systems.com> - 3.5-1
- Update to 3.5
- Fixes CVE-2012-1193 and another variant of the attack (rhbz#794965)
- D.ROOT-SERVERS.NET has a new IP (rhbz#917347)
* Tue Apr 9 2013 Morten Stevens <mstevens(a)imt-systems.com> - 3.5-0.3.rc5
- Update to 3.5-rc5
* Fri Apr 5 2013 Morten Stevens <mstevens(a)imt-systems.com> - 3.5-0.2.rc4
- Update to 3.5-rc4
* Tue Mar 5 2013 Morten Stevens <mstevens(a)imt-systems.com> - 3.5-0.1.rc2
- Update to 3.5-rc2
* Tue Mar 5 2013 Ruben Kerkhof <ruben(a)rubenkerkhof.com> - 3.3-10
- Enable hardened build as per http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
- Fix bogus date in changelog
- Fix typo in gecos field
- Some rpmlint fixes
* Mon Feb 11 2013 Morten Stevens <mstevens(a)imt-systems.com> - 3.3-9
- Enable PrivateTmp as per http://fedoraproject.org/wiki/Features/ServicesPrivateTmp
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #794963 - CVE-2012-1193 pdns-recursor: Deleted / ghost domain names resolving flaw
https://bugzilla.redhat.com/show_bug.cgi?id=794963
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update pdns-recursor' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months
Fedora 18 Update: stompclt-0.9-1.fc18
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6299
2013-04-22 23:39:54
--------------------------------------------------------------------------------
Name : stompclt
Product : Fedora 18
Version : 0.9
Release : 1.fc18
URL : http://cern.ch/lionel.cons/perl/stompclt/
Summary : Versatile STOMP client
Description :
stompclt is a versatile tool to interact with messaging brokers speaking
STOMP and/or message queues (see Messaging::Message::Queue) on disk.
It receives messages (see Messaging::Message) from an incoming module,
optionally massaging them (i.e. filtering and/or modifying), and sends
them to an outgoing module. Depending on which modules are used, the tool
can perform different operations.
--------------------------------------------------------------------------------
Update Information:
Updating to upstream version 0.9, rhbz #954346.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 22 2013 Massimo Paladin <massimo.paladin(a)gmail.com> 0.9-1
- Update to 0.9, rhbz #954346.
* Tue Feb 26 2013 Massimo Paladin <massimo.paladin(a)gmail.com> 0.8-1
- Update to 0.8, rhbz #915292.
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Dec 10 2012 Massimo Paladin <massimo.paladin(a)gmail.com> 0.7-1
- Update to 0.7, rhbz #885594.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update stompclt' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months
Fedora 17 Update: stompclt-0.9-1.fc17
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6300
2013-04-22 23:39:56
--------------------------------------------------------------------------------
Name : stompclt
Product : Fedora 17
Version : 0.9
Release : 1.fc17
URL : http://cern.ch/lionel.cons/perl/stompclt/
Summary : Versatile STOMP client
Description :
stompclt is a versatile tool to interact with messaging brokers speaking
STOMP and/or message queues (see Messaging::Message::Queue) on disk.
It receives messages (see Messaging::Message) from an incoming module,
optionally massaging them (i.e. filtering and/or modifying), and sends
them to an outgoing module. Depending on which modules are used, the tool
can perform different operations.
--------------------------------------------------------------------------------
Update Information:
Updating to upstream version 0.9, rhbz #954346.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 22 2013 Massimo Paladin <massimo.paladin(a)gmail.com> 0.9-1
- Update to 0.9, rhbz #954346.
* Tue Feb 26 2013 Massimo Paladin <massimo.paladin(a)gmail.com> 0.8-1
- Update to 0.8, rhbz #915292.
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update stompclt' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months
Fedora 17 Update: dnssec-tools-1.13-11.fc17
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6126
2013-04-20 00:06:03
--------------------------------------------------------------------------------
Name : dnssec-tools
Product : Fedora 17
Version : 1.13
Release : 11.fc17
URL : http://www.dnssec-tools.org/
Summary : A suite of tools for managing dnssec aware DNS usage
Description :
The goal of the DNSSEC-Tools project is to create a set of tools,
patches, applications, wrappers, extensions, and plugins that will
help ease the deployment of DNSSEC-related technologies.
--------------------------------------------------------------------------------
Update Information:
Patch to support NSEC3 records from newer versions of bind
--------------------------------------------------------------------------------
ChangeLog:
* Thu Apr 18 2013 Wes Hardaker <wjhns174(a)hardakers.net> - 1.13-11
- Fixed NSEC3 parsing for new versions of bind
* Wed Mar 6 2013 Wes Hardaker <wjhns174(a)hardakers.net> - 1.13-10
- added ownership of the dnssec-tools directory
* Wed Jan 2 2013 Wes Hardaker <wjhns174(a)hardakers.net> - 1.13-9
- Added fixes for Net::DNS::ZoneFile::Fast for the new Net::DNS modules
* Wed Dec 19 2012 Wes Hardaker <wjhns174(a)hardakers.net> - 1.13-8
- patch2 for the zonesigner bug to fix the fix
* Wed Dec 19 2012 Wes Hardaker <wjhns174(a)hardakers.net> - 1.13-7
- actually apply the patch this time
* Wed Dec 19 2012 Wes Hardaker <wjhns174(a)hardakers.net> - 1.13-6
- added a patch for SOA record parsing from the upstream
* Mon Oct 1 2012 Wes Hardaker <wjhns174(a)hardakers.net> - 1.13-5
- Rename the -config program to be unique per arch
* Mon Sep 24 2012 Wes Hardaker <wjhns174(a)hardakers.net> - 1.13-4
- Fix ZoneFile::Fast module for newer bind versions
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Jun 28 2012 Petr Pisar <ppisar(a)redhat.com> - 1.13-2
- Perl 5.16 rebuild
* Thu Jun 21 2012 Wes Hardaker <wjhns174(a)hardakers.net> - 1.13-1
- New 1.13 upstream release
* Mon Jun 11 2012 Petr Pisar <ppisar(a)redhat.com> - 1.12.1-3
- Perl 5.16 rebuild
* Thu May 24 2012 Wes Hardaker <wjhns174(a)hardakers.net> - 1.12.1-2
- move validate to dt-validate to avoid a conflict
* Mon Apr 16 2012 Wes Hardaker <wjhns174(a)hardakers.net> - 1.12.1-1
- updated to bug fix 1.12.1 release
* Tue Mar 27 2012 Wes Hardaker <wjhns174(a)hardakers.net> - 1.12-2
- Added a TCP fix for reading when no bytes are available
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #922413 - rollerd parsing of signed zonefile fails
https://bugzilla.redhat.com/show_bug.cgi?id=922413
[ 2 ] Bug #911935 - unowned directory /etc/dnssec-tools
https://bugzilla.redhat.com/show_bug.cgi?id=911935
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update dnssec-tools' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months
[SECURITY] Fedora 17 Update: pdns-recursor-3.5-2.fc17
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6316
2013-04-22 23:40:31
--------------------------------------------------------------------------------
Name : pdns-recursor
Product : Fedora 17
Version : 3.5
Release : 2.fc17
URL : http://powerdns.com
Summary : Modern, advanced and high performance recursing/non authoritative name server
Description :
PowerDNS Recursor is a non authoritative/recursing DNS server. Use this
package if you need a dns cache for your network.
--------------------------------------------------------------------------------
Update Information:
- Update to 3.5
- This is a stability, security and bugfix update to 3.3
- Disarm dead code that causes gcc crashes on ARM (rhbz#954192)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Apr 22 2013 Morten Stevens <mstevens(a)imt-systems.com> - 3.5-2
- Disarm dead code that causes gcc crashes on ARM (rhbz#954192)
* Mon Apr 15 2013 Morten Stevens <mstevens(a)imt-systems.com> - 3.5-1
- Update to 3.5
- Fixes CVE-2012-1193 and another variant of the attack (rhbz#794965)
- D.ROOT-SERVERS.NET has a new IP (rhbz#917347)
- Enable hardened build as per http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
- Enable PrivateTmp as per http://fedoraproject.org/wiki/Features/ServicesPrivateTmp
- Fix bogus date in changelog
- Fix typo in gecos field
- Some rpmlint fixes
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #794963 - CVE-2012-1193 pdns-recursor: Deleted / ghost domain names resolving flaw
https://bugzilla.redhat.com/show_bug.cgi?id=794963
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update pdns-recursor' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months
Fedora 17 Update: ibus-table-1.5.0.20130419-1.fc17
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-6123
2013-04-20 00:05:52
--------------------------------------------------------------------------------
Name : ibus-table
Product : Fedora 17
Version : 1.5.0.20130419
Release : 1.fc17
URL : http://code.google.com/p/ibus/
Summary : The Table engine for IBus platform
Description :
The Table engine for IBus platform.
--------------------------------------------------------------------------------
Update Information:
add a manpage for ibus-table-createdb
--------------------------------------------------------------------------------
ChangeLog:
* Fri Apr 19 2013 Mike FABIAN <mfabian(a)redhat.com> - 1.5.0.20130419-1
- update to latest upstream
- remove patches which are included upstream
- Resolves: #948454 - Man page scan results for ibus-table
* Thu Feb 14 2013 Mike FABIAN <mfabian(a)redhat.com> - 1.5.0-2
- Resolves: #911487 - Non-Chinese tables from the ibus-table-other package do not work
- Add auto_select functionality to select the first phrase when typing.
Useful for Cyrillic transliteration
- Update cmode property in chinese mode only
- Fall back to auto_select = False if neither dconf nor the table
have a value for auto_select
- Preedit needs to be updated on page-up and page-down
* Mon Jan 28 2013 Mike FABIAN <mfabian(a)redhat.com> - 1.5.0-1
- update to latest upstream 1.5.0 from Caius ‘kaio’ Chance’s repository
- add patches for better simplified/traditional Chinese detection
- Resolves: #857967 - simplified/traditional Chinese detection in ibus-table does not work well
* Thu Jan 10 2013 Mike FABIAN <mfabian(a)redhat.com> - 1.4.99.20130110-1
- Resolves: #513901 ibus-table setup does not store config settings
- update to latest upstream 1.4.99.20130110 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
- When detecting the Chinese mode from the environment, also check LC_ALL
- Fix typo in self._chinese_mode variable (The typo broke the SC/TC property)
- Make cursor in lookup table always visible (became invisible after the port to GObjectIntrospection)
- apply changes in values of dconf keys immediately
* Tue Jan 8 2013 Mike FABIAN <mfabian(a)redhat.com> - 1.4.99.20130108-1
- update to latest upstream 1.4.99.20130108 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
- includes port to GObjectIntrospection now
* Thu Jan 3 2013 Mike FABIAN <mfabian(a)redhat.com> - 1.4.99.20130103-1
- update to latest upstream 1.4.99.20130103 from Caius ‘kaio’ Chance’s repository, 1.5.0 branch
* Tue Nov 13 2012 Mike FABIAN <mfabian(a)redhat.com> - 1.4.99.20121113-1
- update to latest upstream 1.4.99.20121113 from Caius ‘kaio’ Chance’s repository, using rel20121101 git tag
- remove ibus-table-1.4.99.20120907-improve-chinese-category-check.patch (included upstream)
- remove fix-ipa-x-sampa-table-and-phrases-containing-spaces.patch (included upstream)
- Fix marking of translatable strings for gettext
- update zh_??.po files
- Add German translation
- Do not fail if the ~/.ibus/byo-tables/ directory does not exist
* Thu Sep 13 2012 Mike FABIAN <mfabian(a)redhat.com> - 1.4.99.20120907-3
- Resolves: #856903
- Fix ipa-x-sampa table and phrases containing spaces in emoji-table
Currently there is a regular expression which filters out several
lines defining valid phrases. The emoji-table for example has phrases
containing spaces which are currently filtered out and the ipa-x-sampa
table has trailing comments which are filtered out as well.
* Tue Sep 11 2012 Mike FABIAN <mfabian(a)redhat.com> - 1.4.99.20120907-2
- Resolves: #856320
- Improve check whether a phrase is simplified or traditional Chinese
The improvement is to ignore all non-Han characters when
doing the check.
This is to avoid classifying a simplified Chinese string as
traditional just because it happens to include some non-Chinese
characters, for example box drawing characters, which cannot be
converted to gb2312 but happen to be convertible to big5hkscs.
This fixes the problem in the emoji-table input method that most
phrases cannot be input at all.
* Fri Sep 7 2012 Mike FABIAN <mfabian(a)redhat.com> - 1.4.99.20120907-1
- Relates: #855250
- see comment#1 in #855250
- update to latest upstream 1.4.99.20120907 from Caius 'kaio' Chance's repository
- remove ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (included upstream)
- remove ibus-table-1.3.9.20110827-enable-non-ascii.patch (included upstream)
* Wed Sep 5 2012 Mike FABIAN <mfabian(a)redhat.com> - 1.3.9.20110827-4
- Resolves: #845798
- add ibus-table-1.3.9.20110827-add-some-keys-for-translit.patch (from Yuwei YU, upstream)
- add ibus-table-1.3.9.20110827-enable-non-ascii.patch (from Yuwei YU, upstream)
- add ibus-table-1.3.9.20110827-uppercase-umlauts.patch to allow uppercase as well in translit
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update ibus-table' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
9 years, 11 months