Hello community, here is the log from the commit of package gnote.1277 for openSUSE:12.3:Update checked in at 2013-01-31 16:08:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3:Update/gnote.1277 (Old) and /work/SRC/openSUSE:12.3:Update/.gnote.1277.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnote.1277", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-01-09 19:40:42.352580873 +0100 +++ /work/SRC/openSUSE:12.3:Update/.gnote.1277.new/gnote.changes 2013-01-31 16:08:21.000000000 +0100 @@ -0,0 +1,286 @@ +------------------------------------------------------------------- +Thu Jan 24 17:40:25 UTC 2013 - [email protected] + +- Update to version 3.6.2: + + New Features: Add keywords for search. + + Fixes: + - Fix remembered selection with replacing selected text. + - Fix status icon for Xfce 4 (bgo#666775) + + Updated translations. + +------------------------------------------------------------------- +Sun Oct 28 17:37:57 UTC 2012 - [email protected] + +- Update to version 3.6.1: + + Fix build on GCC 4.2 (bgo#684931). + + Fix runtime warning with markup in fixed width addin. + + Updated translations. + +------------------------------------------------------------------- +Fri Sep 28 20:35:15 UTC 2012 - [email protected] + +- Update to version 3.6.0: + + New Features: + - WebDAV synchronization checks now time-out + - Port to new documentation infrastructure + + Fixes: + - Fix error in WebDAV manual + - Fix exit in status icon mode on close window + + Updated translations. +- Replace gnome-doc-utils-devel BuildRequires with yelp-tools: + follow upstreams port to the new documentation infrastructure. + +------------------------------------------------------------------- +Wed Aug 29 08:05:13 UTC 2012 - [email protected] + +- Update to version 3.5.0: + + New Features: + - Added NoteDirectoryWatcher add-in (bgo#583812) + - Droped dependency on libpcrecpp + - Migrated to libsecret, dropped dependency on libgnome-keyring + - Updated documentation + - Switch to GNOME versioning scheme + + Fixes: + - Add check for X11 (bgo#679496) + - Fixed FTBFS with Debian GNU/kFreeBSD (bgo#681588) + - Make possible to disable synchronization addins + - Fixed memory leak in search window + + Updated translations. +- Replace pkgconfig(gnome-keyring-1) BuildRequires with + pkgconfig(libsecret-1), following upstream. +- Drop pcre-devel BuildRequires: no longer needed. +- Add pkgconfig(x11) BuildRequires: new dependency. +- Call /sbin/ldconfig in post/postun: as the package contains a + library, this is needed. + +------------------------------------------------------------------- +Mon Jul 16 16:36:25 UTC 2012 - [email protected] + +- Update to version 0.9.1: + + New Features: + - Gtkmm 3.4 is required + - Derived Search window from Gtk::ApplicationWindow + - Replace shave with automake's silent rules (bgo#673710) + - Added 256x256 app icon (bgo#674267) + - Added log to file capability in debug mode + - Added gnome-keyring dependency + - Added WebDAV synchronization + - Droped support for panel applet + - Migrated to Gtk::Application + + Fixes: + - Fix quit application for glib >= 2.32 (bgo#670104) + - Removed use of deprecated GtkStyle (bgo#667395) + - Fixed missing include for Glibmm 2.32 (bgo#671787) + - Fixed multiple compiler warningsbgo + - Fix bullet indentation when printing (bgo#674904) + + Updated translations. +- Drop gnote-buildfix.patch, fixed upstream. +- Drop BuildRequires: pkgconfig(libpanelapplet-4.0), not needed + anymore. +- Add BuildRequires: pkgconfig(gnome-keyring-1), pulled in by + something else before. + +------------------------------------------------------------------- +Sat Mar 10 18:28:58 UTC 2012 - [email protected] + +- Update to version 0.9.0: + + New Features: + - Added core synchronization support + - Added addin to synchronize with local folder. + + Fixes: + - Fix missing header for Glib::signal_idle (bgo#667349) + - Call startup defined in GApplication + - Remove mnemonic references in documentation (bgo#670916) + - Fix selection deletion and remembering it + - Fix quit application for glib >= 2.32 + + Updated translations. +- Remove xz BuildRequires now that it comes for free in the build + system. +- Drop gnote-new-glibmm.patch: fixed upstream. +- Add gnote-buildfix.patch: Fix build by incuding missing headers. + +------------------------------------------------------------------- +Fri Jan 6 14:11:23 UTC 2012 - [email protected] + +- Add gnote-new-glibmm.patch: fix build with recent versions of + glibmm, taken from git. + +------------------------------------------------------------------- +Tue Jan 3 07:50:31 UTC 2012 - [email protected] + +- Update to version 0.8.2: + + New Features: + - Added template bar to template notes + - Integrated with GtkApplication (bgo#640430) + - Gnote remains present while at least one window is present + - Panel applet disabled by default + - Added option for status icon to preferences (bgo#663817) + - Added background mode + - Return ordered note list when using D-BUS search (bgo#662246) + + Fixes: + - Fixed keys in GSettings schema descriptions + - Manual fixes + - Updated man page to current behaviour + - Do not open Search Window in status icon mode (bgo#653447) + - Fixed special XML character encoding + - Make sticky note importer support special chars + - Show in all desktop environements (bgo#664609) + - src/notetag.hpp must include <map> (bgo#655340) + - Add missing includes (bgo#665344) + - Fixed a warning about a condition never reached + - Fixed note deletion with international characters + + Updated translations. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. +- Drop gnote-buildfix.patch: fixed upstream. +- Pass --enable-applet to configure to keep building the applet. + +------------------------------------------------------------------- +Thu Dec 1 21:57:00 UTC 2011 - [email protected] + +- Add gnote-buildfix.patch: Fix build for Factory. + +------------------------------------------------------------------- +Sun Oct 23 21:30:47 UTC 2011 - [email protected] + +- Update to version 0.8.1: + + New features: + - Removed case-sensitive search from Search All Notes window. + - Focus chain for Search All Notes. + - Optimized note creation, renaming and deletion + (bgo#660653, bgo#660663). + - Search in notebook suggests to search all notes, when there + are no matches. + + Fixes: + - Open note action availability. + - Program name in about dialog. + - Help for --start-here. + - Don't change content modification time when autolinking. + - Link not created when linking to existing note. + - Broken link activation does not make link normal. + - GetNoteContents D-Bus API returns wrong text for notes not + displayed (bgo#647888). + - Case-insensitive search via SearchNotes D-Bus API + (bgo#662426). + - Added -Wformat-security to compilation flags (bgo#662490). + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 25 23:10:13 UTC 2011 - [email protected] + +- Update to version 0.8.0: + + New features: + - Ported to GTK 3.0 + - New documentation in Mallard format + - Handle x-scheme-handler/note mime-type + - Use pkg-config for uuid (bgo#649486) + - Build only shared libraries for addins (bgo#620015) + - Search window context menus rework (bgo#601852) + - Disabled GtkSpell + - Ported panel applet to libpanelapplet-4 (bgo#639779) + - Ported configuration to Gio::Settings + - Status icon presence is now configurable + - About dialog is now a child of Search All Notes + - Added replace title addin (bgo#639938) + - Changed search to prioritize note titles + - Ported D-Bus support to Gio::DBus (also fixes bgo#618330) + - Open all selected notes + - Show note title when deleting only 1 note + - Removed minimum size on Search All Notes Window + - Set min width of note title column to 150 + + Fixes: + - Place user local addins in addins subdirectory (bgo#619867) + - Change tomboyimport according recent Tomboy + - Import sticky notes when Tomboy is not installed (bgo#605382) + - Use actual visibility of status icon (bgo#650001) + - Fix dragging notes to Unfiled notes (bgo#655208) ++++ 89 more lines (skipped) ++++ between /dev/null ++++ and /work/SRC/openSUSE:12.3:Update/.gnote.1277.new/gnote.changes New: ---- gnote-3.6.2.tar.xz gnote.changes gnote.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnote.spec ++++++ # # spec file for package gnote # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: gnote Version: 3.6.2 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 BuildRequires: boost-devel >= 1.34 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gtkmm3-devel >= 3.4 BuildRequires: intltool BuildRequires: libuuid-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(libsecret-1) >= 0.8 BuildRequires: pkgconfig(x11) Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %glib2_gsettings_schema_requires %description It is the same note taking application, including most of the add-ins (more are to come). Synchronization support is being worked on. %lang_package %prep %setup -q %build %configure --disable-static --disable-scrollkeeper V=1 make %{?_smp_mflags} %install %make_install find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print %suse_update_desktop_file gnote Utility DesktopUtility %find_lang %{name} %{?no_lang_C} %clean test "%{buildroot}" != "/" && %__rm -rf %{buildroot} %post /sbin/ldconfig %glib2_gsettings_schema_post %desktop_database_post %icon_theme_cache_post %postun /sbin/ldconfig %glib2_gsettings_schema_postun %desktop_database_postun %icon_theme_cache_postun %files %defattr(-,root,root) %doc %{_datadir}/help/C/%{name}/ %{_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.so %{_datadir}/applications/gnote.desktop %{_datadir}/dbus-1/services/org.gnome.Gnote.service %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml %{_datadir}/gnote/ %{_datadir}/icons/hicolor/*/apps/gnote.* %{_mandir}/man1/gnote.1* %files lang -f %{name}.lang %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
