Accepting request 921523 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/921523 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=144
This commit is contained in:
parent
71f96c33de
commit
108c3cd1a5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e1b1ec1cccc060269b07427e4360d14be55dc8100272e01714c0cca9e6bd805
|
|
||||||
size 3422560
|
|
3
gnote-41.0.tar.xz
Normal file
3
gnote-41.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ffd1aed8a332a6031800590b914433445bc582e435abbef1d771e210143a3200
|
||||||
|
size 3164592
|
@ -1,9 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 26 16:04:39 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 41.0:
|
||||||
|
+ Fix size and add more screenshots to appdata.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 16 01:44:13 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
Thu Sep 16 01:44:13 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
- Remove obsolete translation-update-upstream support
|
- Remove obsolete translation-update-upstream support
|
||||||
(jsc#SLE-21105).
|
(jsc#SLE-21105).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 6 10:49:19 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 41.beta:
|
||||||
|
+ Fix a bunch of outdated URLs and instructions.
|
||||||
|
+ Fix metadata license tag.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 6 11:50:38 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 41.alpha:
|
||||||
|
+ New Features:
|
||||||
|
- Build system changed to meson.
|
||||||
|
- Plugins now stored in plugins folder instead of addins.
|
||||||
|
+ Fixes:
|
||||||
|
- Fix synchronization when files are larger than 64k.
|
||||||
|
- Stopped using lots of Glib and Gtk deprecations.
|
||||||
|
+ Updated translations.
|
||||||
|
- Change build system to meson:
|
||||||
|
+ Add meson BuildRequires.
|
||||||
|
+ Replace configure/make/make_install macros with
|
||||||
|
meson/meson_build/meson_install.
|
||||||
|
- Bump base_version to 41, following upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 14 08:02:36 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Jun 14 08:02:36 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
24
gnote.spec
24
gnote.spec
@ -16,23 +16,23 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define base_version 40
|
%define base_version 41
|
||||||
|
|
||||||
Name: gnote
|
Name: gnote
|
||||||
Version: 40.2
|
Version: 41.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Port of Tomboy to C++
|
Summary: A Port of Tomboy to C++
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
URL: https://wiki.gnome.org/Apps/Gnote
|
URL: https://wiki.gnome.org/Apps/Gnote
|
||||||
Source0: https://download.gnome.org/sources/gnote/40/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnote/41/%{name}-%{version}.tar.xz
|
||||||
Source99: gnote-rpmlintrc
|
Source99: gnote-rpmlintrc
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: intltool
|
|
||||||
BuildRequires: libboost_test-devel >= 1.5.1
|
BuildRequires: libboost_test-devel >= 1.5.1
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.62
|
BuildRequires: pkgconfig(glibmm-2.4) >= 2.62
|
||||||
@ -68,23 +68,18 @@ search results from documents.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson
|
||||||
--disable-static \
|
%meson_build
|
||||||
%{nil}
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
|
||||||
desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications/org.gnome.Gnote.desktop
|
desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications/org.gnome.Gnote.desktop
|
||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -94,7 +89,6 @@ desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications
|
|||||||
%{_libdir}/gnote/
|
%{_libdir}/gnote/
|
||||||
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
||||||
%{_libdir}/libgnote-%{base_version}.so*
|
%{_libdir}/libgnote-%{base_version}.so*
|
||||||
%{_libdir}/libgnote.so
|
|
||||||
%{_datadir}/applications/org.gnome.Gnote.desktop
|
%{_datadir}/applications/org.gnome.Gnote.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||||
%{_datadir}/gnote/
|
%{_datadir}/gnote/
|
||||||
|
Loading…
Reference in New Issue
Block a user