Hello community,

here is the log from the commit of package gnote for openSUSE:Factory
checked in at Sun Oct 2 10:08:47 CEST 2011.



--------
--- openSUSE:Factory/gnote/gnote.changes        2011-09-23 02:01:09.000000000 
+0200
+++ /mounts/work_src_done/STABLE/gnote/gnote.changes    2011-09-26 
01:30:41.000000000 +0200
@@ -1,0 +2,46 @@
+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)
+    - Fix command line option --new-note with argument
+    - Fix delete key behaviour in bulleted list
+    - Don't create nested links
+  + Updated translations.
+- Drop gnote-no-deprecated.patch: fixed upstream.
+- Remove gconf2-devel BuildRequires: ported to GSettings.
+- Chnage gtkmm2-devel BuildRequires to gtkmm3-devel, following port
+  to GTK+ 3.
+- Remove gtkspell-devel BuildRequires: there's no gtkspell support
+  for GTK+ 3 right now.
+- Change libpanelappletmm-devel BuildRequires to
+  pkgconfig(libpanelapplet-4.0), following port to new library.
+  Also remove the build_applet define, since it's now unneeded.
+- Stop passing --enable-dbus to configure: this option is now gone.
+- Replace gconf schema packaging machinery with gsettings
+  machinery.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gnote-0.7.5.tar.bz2
  gnote-no-deprecated.patch

New:
----
  gnote-0.8.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnote.spec ++++++
--- /var/tmp/diff_new_pack.EghXA7/_old  2011-10-02 10:08:43.000000000 +0200
+++ /var/tmp/diff_new_pack.EghXA7/_new  2011-10-02 10:08:43.000000000 +0200
@@ -16,38 +16,30 @@
 #
 
 
-%define build_applet %{?favor_gtk2}
 
 Name:           gnote
-Version:        0.7.5
+Version:        0.8.0
 Release:        1
-# FIXME: on version upgrade, check if build_applet is still needed (last 
checked: 0.7.4)
 License:        GNU GPL v3 or later
 Summary:        A Port of Tomboy to C++
 Group:          Productivity/Text/Editors
 Url:            http://live.gnome.org/Gnote
-Source:         
http://download.gnome.org/sources/gnote/0.7/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gnote-no-deprecated.patch bgo#651551 [email protected] 
-- Do not use deprecated API
-Patch0:         gnote-no-deprecated.patch
+Source:         
http://download.gnome.org/sources/gnote/0.8/%{name}-%{version}.tar.bz2
 BuildRequires:  boost-devel >= 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gtkmm2-devel >= 2.20
-BuildRequires:  gtkspell-devel
+BuildRequires:  gtkmm3-devel >= 3.0
 BuildRequires:  intltool
-%if 0%{?build_applet}
-BuildRequires:  libpanelappletmm-devel
-%endif
 BuildRequires:  libuuid-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  pcre-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(libpanelapplet-4.0) >= 3.0
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description
 It is the same note taking application, including most of the add-ins (more are
@@ -56,30 +48,23 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure --disable-static --disable-schemas-install --disable-scrollkeeper 
--enable-dbus
-V=1 %__make %{?_smp_mflags}
+%configure --disable-static --disable-scrollkeeper
+V=1 make %{?_smp_mflags}
 
 %install
-%__make install DESTDIR=%{buildroot}
+%make_install
 %suse_update_desktop_file gnote     Utility  DesktopUtility
-%find_gconf_schemas
 %find_lang %{name} %{?no_lang_C}
 
 %clean
 test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
 
-%pre -f %{name}.schemas_pre
-
-%preun -f %{name}.schemas_preun
-
-%posttrans -f %{name}.schemas_posttrans
-
 %if 0%{?suse_version} > 1130
 
 %post
+%glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 %endif
@@ -87,26 +72,25 @@
 %if 0%{?suse_version} > 1130
 
 %postun
+%glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
 %endif
 
-%files -f %{name}.schemas_list
+%files
 %defattr(-,root,root)
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/%{name}/
 %doc %{_datadir}/gnome/help/%{name}/C/
-%dir %{_datadir}/omf/
-%dir %{_datadir}/omf/%{name}/
-%doc %{_datadir}/omf/%{name}/%{name}-C.omf
 %{_bindir}/gnote
-%if 0%{?build_applet}
-%{_prefix}/lib/gnote-applet
-%{_libdir}/bonobo/servers/GNOME_GnoteApplet.server
-%endif
+%{_libexecdir}/gnote-applet
 %{_libdir}/gnote/
 %{_datadir}/applications/gnote.desktop
+%{_datadir}/dbus-1/services/org.gnome.Gnote.service
+%{_datadir}/dbus-1/services/org.gnome.panel.applet.GnoteAppletFactory.service
+%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
+%{_datadir}/gnome-panel/4.0/applets/org.gnome.gnote.panel-applet
 %{_datadir}/gnote/
 %{_datadir}/icons/hicolor/*/apps/gnote.*
 %{_mandir}/man1/gnote.1*

++++++ gnote-0.7.5.tar.bz2 -> gnote-0.8.0.tar.bz2 ++++++
++++ 70796 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to