Hello community,

here is the log from the commit of package glom for openSUSE:Factory checked in 
at 2013-11-27 15:29:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glom (Old)
 and      /work/SRC/openSUSE:Factory/.glom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glom"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glom/glom.changes        2013-05-06 
09:52:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes   2013-11-27 
15:29:10.000000000 +0100
@@ -1,0 +2,67 @@
+Tue Nov 26 10:49:09 UTC 2013 - [email protected]
+
+- Update to version 1.25.4:
+  + Fix a crash when switching between Data and Find mode.
+  + Fix some widget expansion in the UI.
+  + Formatting: Do not allow a 0 line-height for multiline text.
+  + Added some more tests.
+  + Some code cleanup.
+- Changes from version 1.25.3:
+  + Make menu item accelerators work again.
+  + Field Definition: Move Default formatting into a separate
+    window.
+  + Find (broken after the port to GAction):
+    - Really stop when cancelling after none found.
+    - Show only the found records.
+    - Update the menu item state.
+  + Adjust dialog widget spacing to be more GNOME HIG-compliant.
+  + Rearrange some dialogs to make them less tall, to (almost) fit
+    in small screens.
+  + Replace (deprecated) GtkTable with GtkGrid.
+  + Replace our custom GtkNotebook with GtkStack.
+  + Bundle .glade files, (most) icons, and example files into the
+    Glom executable using GResource, instead of installing them.
+  + Bundle the XSLT file into the libglom library instead of
+    installing.
+  + Port from gnome-doc-utils to yelp-tool.
+  + Fixes for clang compiler and scan-build analyzer warnings.
+  + AppData file: Actually use translations.
+- Exchange gnome-doc-utils-devel BuildRequires for yelp-tools
+  BuildRequires following upstream port to yelp.
+- Add itstool BuildRequires, new dependency.
+- Stop passing --disable-scrollkeeper to configure, no longer
+  needed.
+
+-------------------------------------------------------------------
+Sat Sep 28 07:02:54 UTC 2013 - [email protected]
+
+- Update to version 1.25.2:
+  + Fix the build with --enable-warnings=fatal, by replacing all
+    uses of GtkUIManager and GtkAction with GtkBuilder, GAction and
+    GMenu. (Accelerators, such as Ctrl-Q are currently not
+    working).
+  + Replace depreacted GtkHBox and GtkVBox with GtkBox in Glade
+    files.
+
+-------------------------------------------------------------------
+Mon Sep 23 17:37:06 UTC 2013 - [email protected]
+
+- Update to version 1.25.1:
+  + Startup: Do not crash when reporting check problems
+    (bgo#680411).
+  + Initial dialog: Fix crash with latest libxml.
+  + Fix the notebook vertical expansion with latest GTK+.
+  + Avoid a crash at shutdown.
+  + Add an AppData file for "GNOME Software".
+  + Remove the recent files menu items in the File menu, because
+    GtkRecentAction has been deprecated without replacement.
+  + Avoid the glib warning about adding interfaces after class
+    initialization.
+  + Fix the build and tests with python 3.
+  + Avoid deprecated Gtk::Stock* API.
+- Add explicit pkgconfig(glibmm-2.4) BuildRequires and version it.
+  It was always pulled in automatically, but this way we make sure
+  we get the minimum required version of it.
+- Bump api and apiRPM version following upstream.
+
+-------------------------------------------------------------------

Old:
----
  glom-1.24.0.tar.xz

New:
----
  glom-1.25.4.tar.xz

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

Other differences:
------------------
++++++ glom.spec ++++++
--- /var/tmp/diff_new_pack.lCH8Yv/_old  2013-11-27 15:29:16.000000000 +0100
+++ /var/tmp/diff_new_pack.lCH8Yv/_new  2013-11-27 15:29:16.000000000 +0100
@@ -17,38 +17,40 @@
 #
 
 
-%define api    1.24
-%define apiRPM 1_24
+%define api    1.26
+%define apiRPM 1_26
 
 Name:           glom
 Summary:        Database designer and user interface
 License:        GPL-3.0+
 Group:          Productivity/Databases/Clients
-Version:        1.24.0
+Version:        1.25.4
 Release:        0
 # FIXME: once bnc#793882 is fixed, re-enable %%check section
-Source:         
http://download.gnome.org/sources/glom/1.24/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/glom/1.25/%{name}-%{version}.tar.xz
 # This is indeed GPL-3.0+, see 
http://git.gnome.org/browse/glom/commit/?id=6b16a90f8ea902d91db85656cc11c6a951d42ced
 Url:            http://www.glom.org/
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
+BuildRequires:  itstool
 BuildRequires:  postgresql-devel
 BuildRequires:  postgresql-server
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(evince-view-3.0)
 BuildRequires:  pkgconfig(gdkmm-3.0) >= 3.4.0
 BuildRequires:  pkgconfig(giomm-2.4) >= 2.32.0
+BuildRequires:  pkgconfig(glibmm-2.4) >= 2.37.93
 BuildRequires:  pkgconfig(goocanvas-2.0) >= 2.0.1
 BuildRequires:  pkgconfig(goocanvasmm-2.0) >= 1.90.8
 BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.4.0
 BuildRequires:  pkgconfig(gtksourceviewmm-3.0)
 BuildRequires:  pkgconfig(libepc-1.0) >= 0.4.0
-BuildRequires:  pkgconfig(libgda-5.0) >= 5.0.3
+BuildRequires:  pkgconfig(libgda-5.0) >= 5.1.2
 BuildRequires:  pkgconfig(libgda-mysql-5.0)
 BuildRequires:  pkgconfig(libgda-postgres-5.0)
 BuildRequires:  pkgconfig(libgdamm-5.0) >= 4.99.6
@@ -155,7 +157,6 @@
        --disable-dependency-tracking \
        --disable-update-mime-database \
         --disable-documentation \
-       --disable-scrollkeeper \
        --enable-ui-tests \
        --with-postgres-utils=%{_bindir}
 make %{?_smp_mflags}
@@ -188,13 +189,7 @@
 
 %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
+%doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_bindir}/glom_create_from_example
 %{_bindir}/glom_export_po
@@ -203,9 +198,10 @@
 %{_bindir}/glom_test_connection
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
-%{_datadir}/doc/%{name}/
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_datadir}/mime/packages/%{name}.xml
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/glom.appdata.xml
 
 %files -n lib%{name}-devel
 %defattr(-,root,root)

++++++ glom-1.24.0.tar.xz -> glom-1.25.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/glom/glom-1.24.0.tar.xz 
/work/SRC/openSUSE:Factory/.glom.new/glom-1.25.4.tar.xz differ: char 26, line 1

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

Reply via email to