Accepting request 586225 from GNOME:Factory
Update to 3.28.0 (forwarded request 586055 from dimstar) OBS-URL: https://build.opensuse.org/request/show/586225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calendar?expand=0&rev=22
This commit is contained in:
commit
56aec7870a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6b70677bb07d4cdb7e8624639ade889abfbeaef191b9dfbdd8963a5f77696b2
|
||||
size 2442900
|
3
gnome-calendar-3.28.0.tar.xz
Normal file
3
gnome-calendar-3.28.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fae1eb831e3143670b38f2e8ea971d92cf99f038ce8d7848f0b0c8c35f36adf8
|
||||
size 2436452
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 19:28:00 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.28.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 20:21:23 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.92:
|
||||
+ Flatpak improvements.
|
||||
+ New unit tests.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:27:27 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 14:14:55 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.90:
|
||||
+ Big code refactorings that lead to more stability and ease of
|
||||
maintainership.
|
||||
+ Follow-up improvements after rewritting the Month view.
|
||||
+ Flatpak Nightly now builds with debug and tracing enabled.
|
||||
+ Huge memory leaks were fixed.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(gweather-3.0), pkgconfig(libgeoclue-2.0) and
|
||||
pkgconfig(geocode-glib-1.0) BuildRequires: new dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 03:27:02 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.27.2:
|
||||
+ Events now are rendered differently if they are all-day or
|
||||
timed.
|
||||
+ Rewrite of the Month view:
|
||||
- Month cells have more transitions and effects.
|
||||
- The day number is above the cells.
|
||||
- A new overflow popup window was introduced.
|
||||
- Right-to-left languages are fully working now.
|
||||
+ Plug some memory leaks.
|
||||
+ Improve filename handling when adding new calendars.
|
||||
+ Updated translations.
|
||||
- Add libdazzle-1.0, libedataserverui-1.2 and libsoup-2.4
|
||||
pkgconfig BuildRequires: new dependencies.
|
||||
- Drop pkgconfig(gmodule-export-2.0) and gtk-doc BuildRequires: the
|
||||
last is not needed since we don't build the documentation and the
|
||||
former is no longer used/needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 03:50:44 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -17,26 +17,31 @@
|
||||
|
||||
|
||||
Name: gnome-calendar
|
||||
Version: 3.26.3
|
||||
Version: 3.28.0
|
||||
Release: 0
|
||||
Summary: A calendar application for GNOME
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Office/Organizers
|
||||
Url: https://wiki.gnome.org/Design/Apps/Calendar
|
||||
Source: http://download.gnome.org/sources/gnome-calendar/3.26/%{name}-%{version}.tar.xz
|
||||
URL: https://wiki.gnome.org/Design/Apps/Calendar
|
||||
Source: http://download.gnome.org/sources/gnome-calendar/3.28/%{name}-%{version}.tar.xz
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.43.2
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.23
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.43.4
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.43.4
|
||||
BuildRequires: pkgconfig(gmodule-export-2.0)
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.2.0
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.21.2
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.21.1
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.27.2
|
||||
BuildRequires: pkgconfig(libdazzle-1.0) >= 3.26.1
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= 3.13.90
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.17.1
|
||||
BuildRequires: pkgconfig(libedataserverui-1.2) >= 3.17.1
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.4
|
||||
BuildRequires: pkgconfig(libical) >= 1.0
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
|
||||
%description
|
||||
Calendar is a calendar application for GNOME.
|
||||
@ -58,7 +63,7 @@ search results from GNOME Calendar.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Denable-gtk-doc=false \
|
||||
-Dgtk-doc=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
@ -67,8 +72,8 @@ search results from GNOME Calendar.
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING NEWS README.md TODO.md
|
||||
%license COPYING
|
||||
%doc NEWS README.md TODO.md
|
||||
%{_bindir}/gnome-calendar
|
||||
%{_datadir}/applications/org.gnome.Calendar.desktop
|
||||
# Own dir for openSUSE Leap 42.1
|
||||
@ -82,11 +87,10 @@ search results from GNOME Calendar.
|
||||
#doc %%{_datadir}/gtk-doc/html/%%{name}/*.*
|
||||
|
||||
%files -n gnome-shell-search-provider-gnome-calendar
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gnome-shell
|
||||
%dir %{_datadir}/gnome-shell/search-providers
|
||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Calendar.search-provider.ini
|
||||
|
||||
%files lang -f %name.lang
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user