Package: dates / 0.4.8-3

Metadata

Package Version Patches format
dates 0.4.8-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_hildon includes.patch | (download)

src/dates_callbacks.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
02_ubuntu_desktop_file_location.patch | (download)

data/Makefile.am | 4 0 + 4 - 0 !
data/Makefile.in | 3 1 + 2 - 0 !
2 files changed, 1 insertion(+), 6 deletions(-)

---
03_no add needed.patch | (download)

src/Makefile.am | 3 2 + 1 - 0 !
src/Makefile.in | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 fix ftbfs with --no-add-needed. move library flags to libs
 and add math library.
04_eds api usage fix.patch | (download)

src/dates_gtk.c | 40 12 + 28 - 0 !
src/dates_main.c | 2 1 + 1 - 0 !
src/dates_view.c | 10 4 + 6 - 0 !
3 files changed, 17 insertions(+), 35 deletions(-)

 [patch] replaced the calls to the deprecated functions e_source_{set,get}_color
 with the new API (e_source_{set,peek}_color_spec).
05_timezone_of_today.patch | (download)

src/dates_callbacks.c | 4 3 + 1 - 0 !
src/dates_view.c | 22 21 + 1 - 0 !
src/dates_view.h | 1 1 + 0 - 0 !
3 files changed, 25 insertions(+), 2 deletions(-)

 "today" was not compensating for the current timezone.
06_hardening format security.patch | (download)

src/dates_callbacks.c | 2 1 + 1 - 0 !
src/dates_gtk.c | 2 1 + 1 - 0 !
src/gconf-bridge.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

---