Hello community,

here is the log from the commit of package glom for openSUSE:Factory checked in 
at 2013-04-24 10:26:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-14 
06:55:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes   2013-04-24 
10:27:00.000000000 +0200
@@ -1,0 +2,42 @@
+Wed Mar 27 21:04:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.23.4:
+  + Fix the build with --enable-warnings=fatal.
+    Do not use ev_view_set_loading() because it is deprecated.
+  + Fix the build on Ubuntu Raring.
+  + Reduce the libgda dependency version again.
+- Changes from version 1.23.3:
+  + Added an --enable-mysql configure option.
+  + libglom: Added a dependency on libgda-mysql-5.0, because
+    libglom always supports all backends regardless of the build
+    option.
+  + Tests:
+    - Simplify the code a litte.
+    - Test the use of a relationship to get data.
+    - Add a test that uses an example with text primary keys.
+- Changes from version 1.23.2:
+  + Tests:
+    - Use the locally-built glom.
+    - Use the locally-built python module.
+  + Examples: Remove unused list_related_* layouts.
+- Changes from version 1.23.1:
+  + Document:
+    - Save static image data as a child text node, not an
+      attribute.
+    - Save image data (example data or static images) in base64
+      format, instead of the GDA format.
+  + Export to po files:
+    - Also export static text items, and print layouts.
+    - Avoid duplicates.
+  + Examples: Add a static image item to the Project Manager
+    example. This is just so that the feature gets some testing.
+  + Tests: Add new tests using GdkPixbufLoader to check that we can
+    interpret image data as an image.
+- Add pkgconfig(libgda-mysql-5.0) BuildRequires: new dependency.
+- Add pkgconfig(gdkmm-3.0) BuildRequires: new explicit dependency.
+- Introduce api and apiRPM set to 1.24, resp 1_24 and use it in 
+  the files section and to name the shared library packages.
+  This also bumps the shared library package names from
+  libglom-1_22-0 to libglom-1_24-0.
+
+-------------------------------------------------------------------

Old:
----
  glom-1.22.1.tar.xz

New:
----
  glom-1.23.4.tar.xz

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

Other differences:
------------------
++++++ glom.spec ++++++
--- /var/tmp/diff_new_pack.j00Guh/_old  2013-04-24 10:27:08.000000000 +0200
+++ /var/tmp/diff_new_pack.j00Guh/_new  2013-04-24 10:27:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package glom
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,14 +17,17 @@
 #
 
 
+%define api    1.24
+%define apiRPM 1_24
+
 Name:           glom
 Summary:        Database designer and user interface
 License:        GPL-3.0+
 Group:          Productivity/Databases/Clients
-Version:        1.22.1
+Version:        1.23.4
 Release:        0
 # FIXME: once bnc#793882 is fixed, re-enable %%check section
-Source:         
http://download.gnome.org/sources/glom/1.22/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/glom/1.23/%{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
@@ -38,6 +41,7 @@
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(evince-view-3.0)
+BuildRequires:  pkgconfig(gdkmm-3.0) >= 3.4.0
 BuildRequires:  pkgconfig(giomm-2.4) >= 2.32.0
 BuildRequires:  pkgconfig(goocanvas-2.0) >= 2.0.1
 BuildRequires:  pkgconfig(goocanvasmm-2.0) >= 1.90.8
@@ -45,6 +49,7 @@
 BuildRequires:  pkgconfig(gtksourceviewmm-3.0)
 BuildRequires:  pkgconfig(libepc-1.0) >= 0.4.0
 BuildRequires:  pkgconfig(libgda-5.0) >= 5.0.3
+BuildRequires:  pkgconfig(libgda-mysql-5.0)
 BuildRequires:  pkgconfig(libgda-postgres-5.0)
 BuildRequires:  pkgconfig(libgdamm-5.0) >= 4.99.6
 BuildRequires:  pkgconfig(libxml++-2.6) >= 2.23.1
@@ -81,7 +86,7 @@
 Summary:        Database designer and user interface - Development files
 Group:          Development/Libraries/C and C++
 Requires:       glibmm2-devel
-Requires:       lib%{name}-1_22-0 = %{version}
+Requires:       lib%{name}-%{apiRPM}-0 = %{version}
 Requires:       libgdamm-devel
 
 %description -n lib%{name}-devel
@@ -100,11 +105,11 @@
 
 This package contains development files to create extensions for glom.
 
-%package -n lib%{name}-1_22-0
+%package -n lib%{name}-%{apiRPM}-0
 Summary:        Database designer and user interface - Library
 Group:          System/Libraries
 
-%description -n lib%{name}-1_22-0
+%description -n lib%{name}-%{apiRPM}-0
 With Glom you can design database systems - the database and the user
 interface.
 
@@ -177,9 +182,9 @@
 %icon_theme_cache_postun
 %mime_database_postun
 
-%post -n lib%{name}-1_22-0 -p /sbin/ldconfig
+%post -n lib%{name}-%{apiRPM}-0 -p /sbin/ldconfig
 
-%postun -n lib%{name}-1_22-0 -p /sbin/ldconfig
+%postun -n lib%{name}-%{apiRPM}-0 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -204,11 +209,11 @@
 
 %files -n lib%{name}-devel
 %defattr(-,root,root)
-%{_includedir}/%{name}-1.22/
+%{_includedir}/%{name}-%{api}/
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/%{name}-1.22.pc
+%{_libdir}/pkgconfig/%{name}-%{api}.pc
 
-%files -n lib%{name}-1_22-0
+%files -n lib%{name}-%{apiRPM}-0
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 

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

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

Reply via email to