Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2012-09-15 17:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnote (Old)
 and      /work/SRC/openSUSE:Factory/.gnote.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnote", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnote/gnote.changes      2012-07-18 
11:46:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2012-09-15 
17:27:26.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Aug 29 08:05:13 UTC 2012 - dims...@opensuse.org
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  gnote-0.9.1.tar.xz

New:
----
  gnote-3.5.0.tar.xz

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

Other differences:
------------------
++++++ gnote.spec ++++++
--- /var/tmp/diff_new_pack.1ICVWQ/_old  2012-09-15 17:27:28.000000000 +0200
+++ /var/tmp/diff_new_pack.1ICVWQ/_new  2012-09-15 17:27:28.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           gnote
-Version:        0.9.1
+Version:        3.5.0
 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/0.9/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnote/3.5/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel >= 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -33,9 +33,9 @@
 BuildRequires:  libuuid-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  pcre-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gnome-keyring-1) >= 3.0
+BuildRequires:  pkgconfig(libsecret-1) >= 0.8
+BuildRequires:  pkgconfig(x11)
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -61,21 +61,17 @@
 %clean
 test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
 
-%if 0%{?suse_version} > 1130
-
 %post
+/sbin/ldconfig
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
-%endif
-
-%if 0%{?suse_version} > 1130
 
 %postun
+/sbin/ldconfig
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)
@@ -86,7 +82,7 @@
 %{_bindir}/gnote
 %{_libdir}/gnote/
 # Splitting does not make sense as it's just a lib for gnote itself (and it's 
plugins)
-%{_libdir}/libgnote-0.9.so*
+%{_libdir}/libgnote-3.5.so*
 %{_libdir}/libgnote.so
 %{_datadir}/applications/gnote.desktop
 %{_datadir}/dbus-1/services/org.gnome.Gnote.service

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to