Commit Graph

19 Commits

Author SHA1 Message Date
Gergely Polonkai 347dae00d3 Went to major version 2.0
There are too many API (and ABI) changes there, so let's just switch to 2.0
2013-09-26 22:30:31 +02:00
Gergely Polonkai 5365133de2 Fixed Swiss Ephemeris version number
It's actually 1.76, although the sources suggest it's 1.75
2013-09-26 22:29:19 +02:00
Gergely Polonkai ac012aada2 Bug fix in find_antiscion()
Was assuming that first parameter is a pointer to an enum. It is
actually an int converted to a pointer with GINT_TO_POINTER.
2013-09-18 22:15:53 +02:00
Gergely Polonkai 8d3e16465d Incremented patch version 2013-09-18 11:55:40 +02:00
Gergely Polonkai 7b28bb519c RPM spec file is now generated
Version number no longer needs to be updated
2013-09-18 11:54:05 +02:00
Gergely Polonkai 46a59fedf6 Fixed zodiac calculation in GsweMoment
Yielded GSWE_SIGN_NONE instead of GSWE_SIGN_ARIES at position 0.0
2013-09-17 09:43:10 +02:00
Gergely Polonkai 4fd39664cc Finished RPM spec file 2013-09-16 22:37:37 +02:00
Gergely Polonkai 4be745f748 Added micro (patch) version to comply with semver.org 2013-09-16 22:07:34 +02:00
Gergely Polonkai 86813e61e5 Some documentation hacks 2013-09-16 11:51:10 +02:00
Gergely Polonkai fc0b767581 Merge branch 'master' of github.com:gergelypolonkai/swe-glib 2013-09-10 19:39:44 +02:00
Gergely Polonkai a8aa5ea029 Moved pkgconfig data file to data/ 2013-09-10 19:31:45 +02:00
Gergely Polonkai 18b5390a33 Made some more tweaks so `make dist` generates a working distribution 2013-09-10 02:52:03 +02:00
Gergely Polonkai 268dd739bc Changed version number to a bit more dynamic one
src/Makefile.am still needs to be modified upon API version change :S
2013-09-10 02:00:04 +02:00
Gergely Polonkai c89d08d04e Fixed datafiles installation problems 2013-09-06 11:08:48 +02:00
Gergely Polonkai c764a2dc01 Renamed project from 0.1 to 1.0 2013-09-06 11:07:17 +02:00
Gergely Polonkai b87589b155 Added GObject Introspection related rules 2013-09-05 17:17:23 +02:00
Gergely Polonkai ef3516db63 Added extra pkg-config and header installation rules 2013-09-05 15:53:09 +02:00
Gergely Polonkai e3e1864c67 Made Gtk Doc work succesfully 2013-09-05 15:52:27 +02:00
Gergely Polonkai 4d5714348a Modified source, so it now compiles separately 2013-09-05 12:25:58 +02:00