Hello community,

here is the log from the commit of package glom for openSUSE:Factory checked in 
at 2012-03-26 15:36:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glom (Old)
 and      /work/SRC/openSUSE:Factory/.glom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glom", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/glom/glom.changes        2012-02-16 
12:20:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes   2012-03-26 
15:36:42.000000000 +0200
@@ -1,0 +2,54 @@
+Wed Mar 14 12:42:09 UTC 2012 - [email protected]
+
+- Update to version 1.21.7:
+  + Build: Fix some warnings from clang++.
+  + libglom:
+    - Remove some deprecated methods.
+    - LayoutItem_GroupBy: Add get and set methods for members.
+
+-------------------------------------------------------------------
+Fri Mar  9 19:44:39 UTC 2012 - [email protected]
+
+- Update to version 1.21.6:
+  + Make auto-increment fields work even if they are not primary
+    keys (bgo#661702)
+  + Do not hide the database structure if the user does not have
+    view rights, and prevent SQL errors in that case (bgo#669299)
+  + Allow printing of print layouts from the List view too, to
+    avoid confusion (bgo#670462)
+  + Print Layout: Avoid sometimes over-scaled images (bgo#668901)
+  + Users/Groups:
+    - Example files: Really load the table privileges.
+    - Really prevent changing to developer mode for non-developers.
+      (bgo#669043)
+    - Allow user and group names to have spaces and other special
+      characters (bgo#669012)
+    - Limit user and group name lengths because PostgreSQL seems to
+      have an (undocumented) limit.
+    - Warn if we cannot get the list of users (bgo#669178)
+    - Add tests.
+  + Button scripts: Check and warn about pygtk2 instead of crashing
+    (bgo#669196 and bgo#661766)
+  + ReportBuilder:
+    - Make summary fields work again.
+    - Add error checking (bgo#669281)
+  + Database Preferences: Really store the organization name in the
+    database (bgo#668836)
+  + Field Formatting: Related Choices: Default to showing the
+    primary key (bgo#668759)
+  + Choices: Allow the field to be be other than the primary key
+    and do not crash if it is not, or if it is hidden (bgo#668759)
+  + Document: Avoid accumulating old nodes in the XML.
+  + Examples: Remove empty group in the Lesson Planner example file
+    (bgo#671263)
+  + libglom: Glom::Utils::get_find_where_clause_quick(): Handle an
+    empty value properly.
+  + Use Gtk::Application and Gtk::ApplicationWindow instead of
+    Gtk::Main.
+  + Windows build fixes (not complete) (bgo#671120, bgo#670903)
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Add pkgconfig(goocanvas-2.0) BuildRequires: there's a check for
+  it since glom wants a version that contains some specific fixes.
+
+-------------------------------------------------------------------

Old:
----
  glom-1.21.5.tar.xz

New:
----
  glom-1.21.7.tar.xz

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

Other differences:
------------------
++++++ glom.spec ++++++
--- /var/tmp/diff_new_pack.BBeSgK/_old  2012-03-26 15:36:44.000000000 +0200
+++ /var/tmp/diff_new_pack.BBeSgK/_new  2012-03-26 15:36:44.000000000 +0200
@@ -21,7 +21,7 @@
 Summary:        Database designer and user interface
 License:        GPL-3.0+
 Group:          Productivity/Databases/Clients
-Version:        1.21.5
+Version:        1.21.7
 Release:        0
 Source:         
http://download.gnome.org/sources/glom/1.21/%{name}-%{version}.tar.xz
 # This is indeed GPL-3.0+, see 
http://git.gnome.org/browse/glom/commit/?id=6b16a90f8ea902d91db85656cc11c6a951d42ced
@@ -36,12 +36,11 @@
 BuildRequires:  postgresql-server
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
-BuildRequires:  pkgconfig(giomm-2.4) >= 2.31.0
-BuildRequires:  pkgconfig(gtkmm-3.0)
-BuildRequires:  pkgconfig(goocanvasmm-2.0)
 BuildRequires:  pkgconfig(evince-view-3.0)
+BuildRequires:  pkgconfig(giomm-2.4) >= 2.31.0
+BuildRequires:  pkgconfig(goocanvas-2.0) >= 2.0.1
+BuildRequires:  pkgconfig(goocanvasmm-2.0) >= 1.90.8
+BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.3.18
 BuildRequires:  pkgconfig(gtksourceviewmm-3.0)
 BuildRequires:  pkgconfig(libepc-1.0) >= 0.4.0
 BuildRequires:  pkgconfig(libgda-5.0) >= 5.0.3
@@ -74,8 +73,8 @@
 %package -n lib%{name}-devel
 Summary:        Database designer and user interface - Development files
 Group:          Development/Libraries/C and C++
-Requires:       lib%{name}-1_22-0 = %{version}
 Requires:       glibmm2-devel
+Requires:       lib%{name}-1_22-0 = %{version}
 Requires:       libgdamm-devel
 
 %description -n lib%{name}-devel
@@ -144,7 +143,7 @@
         --disable-documentation \
        --disable-scrollkeeper \
        --with-postgres-utils=%{_bindir}
-%__make %{?jobs:-j%jobs}
+%__make %{?_smp_mflags}
 
 %install
 %makeinstall

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

Reply via email to