GNOME Bugzilla – Bug 791313
Deprecated code removal
Last modified: 2017-12-07 00:29:23 UTC
.
Created attachment 365124 [details] [review] data: Update README.timezones for current UI No need to mention applets, or intlclock, the most current UI is GNOME Clocks.
Created attachment 365125 [details] [review] data: Remove check-timezones.sh The code is quite clunky and a similar test already exists in test_libgweather.
Created attachment 365126 [details] [review] lib: Remove functions deprecated since 3.10 Those functions have been deprecated for 4 years, remove them now.
Created attachment 365127 [details] [review] lib: Remove deprecated GWeatherForecastType And its use in gweather_info_new().
Created attachment 365128 [details] [review] data: Update README.sources s/subversion/git/
As gnome weather maintainer I don't mind because the ABI change does not matter to JS, but are the Clocks and EDS people ok with the soname bump?
(In reply to Giovanni Campagna from comment #6) > As gnome weather maintainer I don't mind because the ABI change does not > matter to JS, but are the Clocks and EDS people ok with the soname bump? Clocks didn't require any changes, EDS changes are in bug 791327. I'll bump soname and push all this.
Created attachment 365169 [details] [review] build: Bump soname for API changes One function changed signature (commit 80bff9e), 2 functions got removed (commit c519c90).
Attachment 365124 [details] pushed as bbf01f2 - data: Update README.timezones for current UI Attachment 365125 [details] pushed as b5fcc84 - data: Remove check-timezones.sh Attachment 365126 [details] pushed as ac2a307 - lib: Remove functions deprecated since 3.10 Attachment 365127 [details] pushed as 7e9d27c - lib: Remove deprecated GWeatherForecastType Attachment 365128 [details] pushed as 168a58f - data: Update README.sources Attachment 365169 [details] pushed as 659e9c9 - build: Bump soname for API changes