Changelog for
rubygem-pg-0.14.1-2.2.i586.rpm :
Mon Mar 25 13:00:00 2013 nkrinnerAATTsuse.com
- Added rpmlintrc file
Wed Dec 5 13:00:00 2012 cooloAATTsuse.com
- updated to version 0.14.1
Thu Feb 16 13:00:00 2012 saschpeAATTsuse.de
- Added detail about last version update
- Ran spec-cleaner
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Thu Aug 4 14:00:00 2011 fcastelliAATTnovell.com
- update to version 0.11.0
* Move connection-parameter parsing into Ruby
* Automated merge with ssh://bitbucket.org/larskanis/ruby-pg
* Update cross compilation tasks to use Ruby 1.8.7 instead of 1.8.6
* Update readme for cross compile
* Use RUBY_CC_VERSION from command line, if set
* update PG and OpenSSL version for cross compile
* always run \"make libpq.a\" for cross compilation
* re-add required libs for cross compilation
Wed Feb 23 13:00:00 2011 mrueckertAATTsuse.de
- update to version 0.10.1
- Add an include guard for pg.h
- Simplify the common case require of the ext
- Include the extconf header
- Experimenting with a greatly-simplified extconf, since the
complex one isn\'t solving any problems
- Fixing compatibility with versions of PostgreSQL without
PQgetCancel. (fixes #36)
- Fix require for natively-compiled extension under Windows.
(fixes #55)
- Change rb_yield_splat() to rb_yield_values() for compatibility
with Rubinius. (fixes #54)
- for the changes from 0.10.0 see
/usr/lib
*/ruby/gems/1.8/gems/pg-0.10.1/ChangeLog
- split out doc and testsuite package
Mon Jun 14 14:00:00 2010 mrueckertAATTsuse.de
- update to version 0.9.0
- Adding \"fat gem\" compatible loader, set the default
RUBY_CC_VERSION.
- Updated the Rakefile so it includes itself in gems. (closes
[#15]) Thanks to flameeyesAATTbitbucket for
- Applied patch for PGconn#async_exec to make it have the same
semantics as PGconn#exec (closes #19). Thanks again to Lars
Kanis for the patch.
- Updated the Rakefile to always default the package version even
if a version can\'t be read from the VERSION_FILE.
- Improving spec database setup function (closes #18). Thanks to
Lars Kanis for another fine patch.
- Adding a test to ensure the result encoding remains the same
even when client_encoding in the connection changes.
- Made the \'make_header\' in the extconf more clear.
- Work around broken rb_thread_select() on win32; thanks to Lars
Kanis for the patch!
- Reverted removal of PGresult::InvalidOid, fixed broken spec.
- Ignore some generated files, documentation work, removed type
OID constants.
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Mon Dec 21 13:00:00 2009 prusnakAATTsuse.cz
- updated to 0.8.0
Thu Apr 17 14:00:00 2008 mrueckertAATTsuse.de
- rename the package from rubygem-ruby-postgres to rubygem-pg
- update to 0.7.9.2008.03.18:
- many bugfixes
Thu Oct 19 14:00:00 2006 mrueckertAATTsuse.de
- use gem_build_cleanup
Mon Jul 3 14:00:00 2006 mrueckertAATTsuse.de
- workaround a bug in the gem install:
explicitly call \"make\" again. gem seems to call \"make clean\"
which deletes the library.