Package: libgdata / 0.18.1-9
Metadata
Package | Version | Patches format |
---|---|---|
libgdata | 0.18.1-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
build Build against new gcr 4 library.patch | (download) |
gdata/gdata-service.c |
2 1 1 - 0 ! |
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 ! |
drop usage of deprecated gtimeval |
tests fix build.patch | (download) |
gdata/tests/calendar.c |
14 8 6 - 0 ! |
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 ! |
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 ! |
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 ! |
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 |