Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 78dab6828c | |||
| f912cef26c | |||
| 9dc30eadc8 | |||
| d7551ac2f7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a17952459ad0cc84ae17bdf7e2ae48bbb41b2f12471cbfbc6d780b37194fab2d
|
||||
size 2276139
|
||||
3
rednotebook-2.39.tar.gz
Normal file
3
rednotebook-2.39.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c84a25af4cbbb9db7971fbb0ba0120452f7d779a5cbfd2bcd4dee7e8dcc306ee
|
||||
size 2279554
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 05:28:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Use pyproject macros to build and install.
|
||||
- Run the testsuite using pytest.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 5 13:26:05 UTC 2025 - Andreas Prittwitz <m4ng4n@gmx.de>
|
||||
|
||||
- Update to version 2.39
|
||||
* Support GIRepository 3.0 (#817, #818, Jendrik Seipp).
|
||||
* Fixes https://bugzilla.opensuse.org/show_bug.cgi?id=1239860
|
||||
|
||||
- New in version 2.38
|
||||
* Fix: include right-pane tags without subentries in search
|
||||
results (#794, @jendrikseipp).
|
||||
* Upgrade to txt2tags 3.9 (@jendrikseipp).
|
||||
|
||||
|
||||
- New in version 2.37
|
||||
* Improve bidirectional text support in preview mode
|
||||
(#781, @metemaddar).
|
||||
|
||||
- New in version 2.36
|
||||
* When searching for hashtags, show remainder of line after
|
||||
hashtag in search results (@jendrikseipp).
|
||||
* When searching for a hashtag, scroll to hashtag and highlight
|
||||
it (@jendrikseipp).
|
||||
* Add simple way for showing all entries: allow searching for
|
||||
whitespace (which should be part of all days) (@jendrikseipp).
|
||||
|
||||
- New in version 2.35
|
||||
* Add option to auto-indent text in editor and activate it by
|
||||
default (#561, #562, Allen Benter, Varunjay Varma).
|
||||
|
||||
- New in version 2.34
|
||||
* Copy/paste text into the correct text field
|
||||
(#677, @jendrikseipp).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 20:02:38 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rednotebook
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define pythons python3
|
||||
Name: rednotebook
|
||||
Version: 2.33
|
||||
Version: 2.39
|
||||
Release: 0
|
||||
Summary: Graphical diary and journal
|
||||
# See note at the end of README: code is using some LGPL-3.0+ module, so the resulting work is GPL-3.0+.
|
||||
@@ -28,9 +29,13 @@ Source: https://github.com/jendrikseipp/rednotebook/archive/v%{version}.
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-cairo-devel
|
||||
BuildRequires: python3-gobject-devel
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: python3-PyYAML
|
||||
Requires: python3-gobject-Gdk
|
||||
@@ -51,12 +56,17 @@ entries.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
python3 setup.py install --prefix=%{_prefix} --exec-prefix=%{_prefix} --root=%{buildroot}
|
||||
%pyproject_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file %{name} Calendar
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
%fdupes %{buildroot}%{python3_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
@@ -65,7 +75,7 @@ python3 setup.py install --prefix=%{_prefix} --exec-prefix=%{_prefix} --root=%{b
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.svg
|
||||
%{python3_sitelib}/%{name}/
|
||||
%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
|
||||
%{python3_sitelib}/%{name}-%{version}.dist-info
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/rednotebook.appdata.xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user