Accepting request 158379 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158379 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=35
This commit is contained in:
parent
71c12f7126
commit
136857b326
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38f3b069874658f281445e04b8376d946580e4a5e39620f7e30fdd8216d46c1e
|
||||
size 2654556
|
3
gnote-3.7.3.tar.xz
Normal file
3
gnote-3.7.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44ab9793d28e38155c7b4047579909b21c675b725d2b05d7f3dcde8a662f5c5b
|
||||
size 2505592
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 19:41:12 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.3:
|
||||
+ New Features:
|
||||
- Hide titlebar when maximized
|
||||
- Require Gtkmm 3.6
|
||||
- Use Gtk::SearchEntry for search entries
|
||||
- Return spell check support (requires GtkSpell3)
|
||||
- Redesing main window toolbar
|
||||
- Ability for add-ins to add actions to main window search and
|
||||
note modes
|
||||
+ Fixes:
|
||||
- Remove use of deprecated gdk_threads_* functions
|
||||
- Fix ocasional crashes and hungs when launching syncronization
|
||||
- Save main window pos and size on quit
|
||||
- Fix opening notes via command line args
|
||||
- Gnote silently discard/truncate data when disk is full
|
||||
(bgo#627317)
|
||||
- Fix export to HTML with XML special chars in title
|
||||
(bgo#694935)
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(gtkspell3-3.0) BuildRequires: verified dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 27 17:57:25 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.2:
|
||||
+ Add automatic synchronization
|
||||
+ Updated manual
|
||||
+ Fix remembered selection with replacing selected text
|
||||
+ Fix status icon for Xfce 4 (bgo#666775)
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 26 19:14:22 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.7.1:
|
||||
+ New Features:
|
||||
- Add new special notebook PinnedNotesNotebook.
|
||||
- Add new special notebook Active Notes.
|
||||
- Replace switcher by search button in main window.
|
||||
- Add New Note button to main window toolbar (bgo#657270).
|
||||
- Add keywords to desktop file.
|
||||
- Change window title according to what's displayed.
|
||||
+ Fixes:
|
||||
- Fix segfaults when using tray menu (bgo#688558).
|
||||
- Fix Search All Notes tray menu item.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 08:52:13 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.0:
|
||||
+ Show notes inside main window, do not use separate windows.
|
||||
+ Make several main windows possible.
|
||||
+ Add application menu (bgo#675251).
|
||||
+ Save main window maximization state.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 24 17:40:25 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
|
13
gnote.spec
13
gnote.spec
@ -17,24 +17,25 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 3.6.2
|
||||
Version: 3.7.3
|
||||
Release: 0
|
||||
Summary: A Port of Tomboy to C++
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Text/Editors
|
||||
Url: http://live.gnome.org/Gnote
|
||||
Source: http://download.gnome.org/sources/gnote/3.6/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnote/3.7/%{name}-%{version}.tar.xz
|
||||
BuildRequires: boost-devel >= 1.34
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtkmm3-devel >= 3.4
|
||||
BuildRequires: gtkmm3-devel >= 3.6
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gtkspell3-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libsecret-1) >= 0.8
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -59,7 +60,7 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%clean
|
||||
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
test %{buildroot} != "/" && rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
@ -79,7 +80,7 @@ test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
%{_bindir}/gnote
|
||||
%{_libdir}/gnote/
|
||||
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
||||
%{_libdir}/libgnote-3.6.so*
|
||||
%{_libdir}/libgnote-3.7.so*
|
||||
%{_libdir}/libgnote.so
|
||||
%{_datadir}/applications/gnote.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
|
||||
|
Loading…
Reference in New Issue
Block a user