Package: libgdata / 0.18.1-9

Metadata

Package Version Patches format
libgdata 0.18.1-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build Build against new gcr 4 library.patch | (download)

gdata/gdata-service.c | 2 1 1 - 0 !
meson.build | 6 3 3 - 0 !
2 files changed, 4 insertions( ), 4 deletions(-)

 build: build against new gcr-4 library

Rather than the old gcr-base-3.

(cherry picked from commit 5da08f0aeb4fd4f30c5c4f8aac662d03883bbf1a)

Also shipped by Fedora since Fedora 37

drop usage of deprecated GTimeVal.patch | (download)

demos/calendar/calendar-cli.c | 90 56 34 - 0 !
demos/tasks/tasks-cli.c | 31 19 12 - 0 !
demos/youtube/youtube-cli.c | 9 6 3 - 0 !
gdata/gdata-access-rule.c | 4 1 3 - 0 !
gdata/gdata-batch-operation.c | 8 4 4 - 0 !
gdata/gdata-oauth1-authorizer.c | 10 5 5 - 0 !
gdata/gdata-parser.c | 54 33 21 - 0 !
gdata/gdata-service.c | 5 1 4 - 0 !
gdata/services/calendar/gdata-calendar-event.c | 18 9 9 - 0 !
gdata/services/calendar/gdata-calendar-query.c | 6 3 3 - 0 !
gdata/services/contacts/gdata-contacts-contact.c | 4 1 3 - 0 !
gdata/services/contacts/gdata-contacts-group.c | 4 1 3 - 0 !
gdata/services/documents/gdata-documents-query.c | 8 4 4 - 0 !
gdata/services/picasaweb/gdata-picasaweb-album.c | 8 4 4 - 0 !
gdata/services/picasaweb/gdata-picasaweb-file.c | 8 4 4 - 0 !
gdata/services/youtube/gdata-youtube-query.c | 18 9 9 - 0 !
gdata/tests/calendar.c | 48 28 20 - 0 !
gdata/tests/contacts.c | 22 10 12 - 0 !
gdata/tests/general.c | 7 4 3 - 0 !
gdata/tests/perf.c | 15 8 7 - 0 !
gdata/tests/picasaweb.c | 14 8 6 - 0 !
gdata/tests/youtube.c | 13 8 5 - 0 !
22 files changed, 226 insertions( ), 178 deletions(-)

 drop usage of deprecated gtimeval

tests fix build.patch | (download)

gdata/tests/calendar.c | 14 8 6 - 0 !
1 file changed, 8 insertions( ), 6 deletions(-)

 tests: fix build

We missed a spot in !32. Shame there is no CI!

cast to time_t before calling gmtime.patch | (download)

demos/calendar/calendar-cli.c | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 cast to time_t before calling gmtime

This might overflow if time_t is not 64-bits. That is expected.

Use official mime type for ODS files.patch | (download)

gdata/services/documents/gdata-documents-document.c | 2 1 1 - 0 !
gdata/services/documents/gdata-documents-service.c | 8 0 8 - 0 !
2 files changed, 1 insertion( ), 9 deletions(-)

 use official mime-type for ods files

Use application/vnd.oasis.opendocument.spreadsheet instead of
application/x-vnd.oasis.opendocument.spreadsheet

Using the offical mime-type works now

Fixes: #51

documents Display x vnd.oasis.opendocument.spreadsheet fi.patch | (download)

gdata/services/documents/gdata-documents-entry.c | 6 5 1 - 0 !
1 file changed, 5 insertions( ), 1 deletion(-)

 documents: display x-vnd.oasis.opendocument.spreadsheet files as
 real ods ones

This effectively reverts the usage of the workaround used in the past

The mimetype will be corrected on the drive when it's saved