commit gdlmm for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2018-03-14 19:38:54

Comparing /work/SRC/openSUSE:Factory/gdlmm (Old)
 and  /work/SRC/openSUSE:Factory/.gdlmm.new (New)


Package is "gdlmm"

Wed Mar 14 19:38:54 2018 rev:15 rq:585838 version:3.7.3

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2016-05-05 
12:09:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2018-03-14 
19:39:08.440982966 +0100
@@ -1,0 +2,10 @@
+Sat Mar 10 00:09:23 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update summaries.
+
+---
+Wed Feb 28 16:25:58 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.9I5qev/_old  2018-03-14 19:39:09.200955971 +0100
+++ /var/tmp/diff_new_pack.9I5qev/_new  2018-03-14 19:39:09.212955545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdlmm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,16 +20,16 @@
 Version:3.7.3
 Release:0
 Summary:C++ interface for gdl
-License:LGPL-2.1+
-Group:  System/Libraries
+License:LGPL-2.1-or-later
+Group:  Development/Libraries/GNOME
 Url:http://git.gnome.org/gdlmm/
 Source0:
http://download.gnome.org/sources/gdlmm/3.7/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  pkgconfig(gdl-3.0) >= 3.7
 BuildRequires:  pkgconfig(glibmm-2.4) >= 2.16
 BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 gdlmm provides a C++ interface to the gdl library.
@@ -42,7 +42,7 @@
 gdlmm provides a C++ interface to the gdl library.
 
 %package devel
-Summary:C++ interface for gdl -- Development Files
+Summary:Development files for the C++ interface of gdl
 Group:  Development/Libraries/C and C++
 Requires:   libgdlmm-3_0-2 = %{version}
 
@@ -59,22 +59,17 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgdlmm-3_0-2 -p /sbin/ldconfig
-
 %postun -n libgdlmm-3_0-2 -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files -n libgdlmm-3_0-2
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_libdir}/libgdlmm-3.0.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/gdlmm-3.0/
 %{_libdir}/gdlmm-3.0/
 %{_libdir}/libgdlmm-3.0.so




commit gdlmm for openSUSE:Factory

2016-05-05 Thread h_root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2016-05-05 12:09:32

Comparing /work/SRC/openSUSE:Factory/gdlmm (Old)
 and  /work/SRC/openSUSE:Factory/.gdlmm.new (New)


Package is "gdlmm"

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2016-03-29 
14:26:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2016-05-05 
12:09:34.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 19 13:09:33 UTC 2016 - zai...@opensuse.org
+
+- Stop exporting CFLAGS and CXXFLAGS, no longer needed due to
+  changes in libsigc++.
+
+---



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.TkqWcc/_old  2016-05-05 12:09:34.0 +0200
+++ /var/tmp/diff_new_pack.TkqWcc/_new  2016-05-05 12:09:34.0 +0200
@@ -53,8 +53,6 @@
 %setup -q
 
 %build
-export CFLAGS="%{optflags} -std=c++11"
-export CXXFLAGS="%{optflags} -std=c++11"
 %configure \
 --disable-static
 make %{?_smp_mflags}




commit gdlmm for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2016-03-29 14:26:48

Comparing /work/SRC/openSUSE:Factory/gdlmm (Old)
 and  /work/SRC/openSUSE:Factory/.gdlmm.new (New)


Package is "gdlmm"

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2013-04-03 
12:50:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2016-03-29 
14:26:49.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 20:46:21 UTC 2015 - zai...@opensuse.org
+
+- Export CFLAGS="%{optflags} -std=c++11" and CXXFLAGS="%{optflags}
+  -std=c++11". Fix build with updated MM stack.
+
+---



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.A81JEW/_old  2016-03-29 14:26:50.0 +0200
+++ /var/tmp/diff_new_pack.A81JEW/_new  2016-03-29 14:26:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gdlmm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,6 +53,8 @@
 %setup -q
 
 %build
+export CFLAGS="%{optflags} -std=c++11"
+export CXXFLAGS="%{optflags} -std=c++11"
 %configure \
 --disable-static
 make %{?_smp_mflags}




commit gdlmm for openSUSE:Factory

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2013-04-03 12:50:21

Comparing /work/SRC/openSUSE:Factory/gdlmm (Old)
 and  /work/SRC/openSUSE:Factory/.gdlmm.new (New)


Package is gdlmm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2012-12-05 
13:51:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2013-04-03 
12:50:27.0 +0200
@@ -1,0 +2,15 @@
+Mon Feb 18 18:46:20 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3:
+  + Support of GDL 3.7.3
+  + Method Dock::hide_preview added.
+  + Method DockObject::is_automatic removed.
+  + Method DockObject::set_manual removed.
+  + Method Dock::xor_rect_hide removed.
+  + Method Dock::get_layouts_ui removed.
+  + Add missing parameter to Dock::dock_drag_motion.
+- Drop gdlmm-gdl-3_4.patch and gdlmm-gdl-3_6.patch: fixed upstream.
+- Rename libgdlmm-3_0-1 to libgdlmm-3_0-2, following upstreams
+  soname bump.
+
+---

Old:

  gdlmm-3.3.2.tar.xz
  gdlmm-gdl-3_4.patch
  gdlmm-gdl-3_6.patch

New:

  gdlmm-3.7.3.tar.xz



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.99uNiD/_old  2013-04-03 12:50:32.0 +0200
+++ /var/tmp/diff_new_pack.99uNiD/_new  2013-04-03 12:50:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gdlmm
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,16 @@
 
 
 Name:   gdlmm
-Version:3.3.2
+Version:3.7.3
 Release:0
 Summary:C++ interface for gdl
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://git.gnome.org/gdlmm/
-Source0:
http://download.gnome.org/sources/gdlmm/3.3/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gdlmm-gdl-3_4.patch dims...@opensuse.org -- Fix build 
with gdl 3.4.0. Taken from git.
-Patch0: gdlmm-gdl-3_4.patch
-# PATCH-FIX-UPSTREAM gdlmm-gdl-3_6.patch bgo#688095 bgo#688141 
dims...@opensuse.org -- Fix build with gdl 3.6.0
-Patch1: gdlmm-gdl-3_6.patch
-# Needed for patch0
-BuildRequires:  doxygen
+Source0:
http://download.gnome.org/sources/gdlmm/3.7/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
-# Needed for patch0
-BuildRequires:  graphviz
-# Needed for patch0
-BuildRequires:  xsltproc
 BuildRequires:  perl(XML::Parser)
-BuildRequires:  pkgconfig(gdl-3.0) = 3.0
+BuildRequires:  pkgconfig(gdl-3.0) = 3.7
 BuildRequires:  pkgconfig(glibmm-2.4) = 2.16
 BuildRequires:  pkgconfig(gtkmm-3.0) = 3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,46 +34,41 @@
 %description
 gdlmm provides a C++ interface to the gdl library.
 
-%package -n libgdlmm-3_0-1
+%package -n libgdlmm-3_0-2
 Summary:C++ interface for gdl
 Group:  System/Libraries
 
-%description -n libgdlmm-3_0-1
+%description -n libgdlmm-3_0-2
 gdlmm provides a C++ interface to the gdl library.
 
 %package devel
 Summary:C++ interface for gdl -- Development Files
 Group:  Development/Libraries/C and C++
-Requires:   libgdlmm-3_0-1 = %{version}
+Requires:   libgdlmm-3_0-2 = %{version}
 
 %description devel
 gdlmm provides a C++ interface to the gdl library.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
-# --enable-maintainer-mode and --enable-documentation are needed fro patch0.
 %configure \
---disable-static \
---enable-maintainer-mode \
---enable-documentation
+--disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
-%post -n libgdlmm-3_0-1 -p /sbin/ldconfig
+%post -n libgdlmm-3_0-2 -p /sbin/ldconfig
 
-%postun -n libgdlmm-3_0-1 -p /sbin/ldconfig
+%postun -n libgdlmm-3_0-2 -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
 
-%files -n libgdlmm-3_0-1
+%files -n libgdlmm-3_0-2
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/libgdlmm-3.0.so.*

++ gdlmm-3.3.2.tar.xz - gdlmm-3.7.3.tar.xz ++
 19548 lines of diff (skipped)

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



commit gdlmm for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2012-12-05 13:51:48

Comparing /work/SRC/openSUSE:Factory/gdlmm (Old)
 and  /work/SRC/openSUSE:Factory/.gdlmm.new (New)


Package is gdlmm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2012-10-04 
18:39:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2012-12-05 
13:51:49.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 26 20:44:59 UTC 2012 - dims...@opensuse.org
+
+- Add gdlmm-gdl-3_6.patch: Fix build with gdl 3.6.0.
+
+---

New:

  gdlmm-gdl-3_6.patch



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.r7q8lT/_old  2012-12-05 13:51:49.0 +0100
+++ /var/tmp/diff_new_pack.r7q8lT/_new  2012-12-05 13:51:49.0 +0100
@@ -26,6 +26,8 @@
 Source0:
http://download.gnome.org/sources/gdlmm/3.3/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gdlmm-gdl-3_4.patch dims...@opensuse.org -- Fix build 
with gdl 3.4.0. Taken from git.
 Patch0: gdlmm-gdl-3_4.patch
+# PATCH-FIX-UPSTREAM gdlmm-gdl-3_6.patch bgo#688095 bgo#688141 
dims...@opensuse.org -- Fix build with gdl 3.6.0
+Patch1: gdlmm-gdl-3_6.patch
 # Needed for patch0
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -60,6 +62,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # --enable-maintainer-mode and --enable-documentation are needed fro patch0.


++ gdlmm-gdl-3_6.patch ++
From 109d5057309be10a7d7b481082348e8054e060a1 Mon Sep 17 00:00:00 2001
From: Alban Browaeys pra...@yahoo.com
Date: Mon, 12 Nov 2012 06:38:39 +0100
Subject: [PATCH] Upgrade to gdl 3.6.

---
 gdl/src/dockbar.ccg |  2 +-
 gdl/src/dockitem.ccg|  8 ++--
 gdl/src/docklayout.ccg  |  2 +-
 gdl/src/dockobject.ccg  |  5 -
 gdl/src/dockobject.hg   |  3 ++-
 gdl/src/gdl_enum.defs   | 11 ---
 gdl/src/gdl_method.defs | 24 
 7 files changed, 18 insertions(+), 37 deletions(-)

diff --git a/gdl/src/dockbar.ccg b/gdl/src/dockbar.ccg
index 2b41af2..a11018c 100644
--- a/gdl/src/dockbar.ccg
+++ b/gdl/src/dockbar.ccg
@@ -23,7 +23,7 @@ namespace Gdl
 
 DockBar::DockBar(Dock dock)
 :
-  _CONSTRUCT(master, GDL_DOCK_OBJECT_GET_MASTER(dock.gobj()))
+  _CONSTRUCT(master, 
gdl_dock_object_get_master(GDL_DOCK_OBJECT(dock.gobj(
 {
 
 }
diff --git a/gdl/src/dockitem.ccg b/gdl/src/dockitem.ccg
index 8ad987e..b671522 100644
--- a/gdl/src/dockitem.ccg
+++ b/gdl/src/dockitem.ccg
@@ -26,9 +26,7 @@ DockItem::DockItem(const Glib::ustring name, const 
Glib::ustring long_name, Do
   _CONSTRUCT(name, name.c_str(), long-name, long_name.c_str(), behavior, 
static_castGdlDockItemBehavior(behavior))
 {
   GdlDockItem* item = this-gobj();
-  int flags = GDL_DOCK_OBJECT(item)-flags;
-  flags = ~GDL_DOCK_AUTOMATIC;
-  GDL_DOCK_OBJECT(item)-flags = static_castGdlDockObjectFlags(flags);
+  gdl_dock_object_set_manual(GDL_DOCK_OBJECT(item));
   gdl_dock_item_set_tablabel(item, gtk_label_new(long_name.c_str()));
 }
 
@@ -37,9 +35,7 @@ DockItem::DockItem(const Glib::ustring name, const 
Glib::ustring long_name, co
   _CONSTRUCT(name, name.c_str(), long-name, long_name.c_str(), stock-id, 
stock_id.get_c_str(), behavior, static_castGdlDockItemBehavior(behavior))
 {
   GdlDockItem* item = this-gobj();
-  int flags = GDL_DOCK_OBJECT(item)-flags;
-  flags = ~GDL_DOCK_AUTOMATIC;
-  GDL_DOCK_OBJECT(item)-flags = static_castGdlDockObjectFlags(flags);
+  gdl_dock_object_set_manual(GDL_DOCK_OBJECT(item));
   gdl_dock_item_set_tablabel(item, gtk_label_new(long_name.c_str()));
 }
 
diff --git a/gdl/src/docklayout.ccg b/gdl/src/docklayout.ccg
index 6938833..69b4c95 100644
--- a/gdl/src/docklayout.ccg
+++ b/gdl/src/docklayout.ccg
@@ -21,7 +21,7 @@ namespace Gdl
 
 DockLayout::DockLayout(Dock dock)
 :
-  _CONSTRUCT(master, GDL_DOCK_OBJECT_GET_MASTER(dock.gobj()))
+  _CONSTRUCT(master, 
gdl_dock_object_get_master(GDL_DOCK_OBJECT(dock.gobj(
 {
 
 }
diff --git a/gdl/src/dockobject.ccg b/gdl/src/dockobject.ccg
index 118a494..48e0003 100644
--- a/gdl/src/dockobject.ccg
+++ b/gdl/src/dockobject.ccg
@@ -44,9 +44,4 @@ bool DockObject::reorder(DockObject child, const 
Glib::ValueBase other_data, D
   return gdl_dock_object_reorder(gobj(), child.gobj(), 
static_castGdlDockPlacement(new_position), 
const_castGValue*(other_data.gobj()));
 }
 
-Glib::RefPtrDockMaster DockObject::get_master()
-{
-   return Glib::wrap(GDL_DOCK_OBJECT_GET_MASTER(gobj()), true);
-}
-
 } // namespace Gdl
diff --git a/gdl/src/dockobject.hg b/gdl/src/dockobject.hg
index d3524ff..017b482 100644
--- a/gdl/src/dockobject.hg
+++ b/gdl/src/dockobject.hg
@@ -30,7 +30,6 @@ 

commit gdlmm for openSUSE:Factory

2012-10-04 Thread h_root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2012-10-04 18:38:58

Comparing /work/SRC/openSUSE:Factory/gdlmm (Old)
 and  /work/SRC/openSUSE:Factory/.gdlmm.new (New)


Package is gdlmm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2012-02-16 
14:56:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2012-10-04 
18:39:00.0 +0200
@@ -1,0 +2,17 @@
+Fri Aug 24 08:38:31 UTC 2012 - dims...@opensuse.org
+
+- Fix build with gdl 3.5.5:
+  As gdlmm-gdl-3_4.patch touches the main definitions,
+  bootstrapping is actually required:
+  + Add doxygen, graphviz and xsltproc BuildRequires
+  + Pass --enable-maintainer-mode and --enable-documentation to
+configure.
+
+---
+Tue Jul 31 17:38:30 UTC 2012 - dims...@opensuse.org
+
+- Add gdlmm-gdl-3_4.patch: Fix build with gdl 3.4.0.
+- Drop xz BuildRequires as it now comes for free in the build
+  system.
+
+---

New:

  gdlmm-gdl-3_4.patch



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.UnNMUI/_old  2012-10-04 18:39:01.0 +0200
+++ /var/tmp/diff_new_pack.UnNMUI/_new  2012-10-04 18:39:01.0 +0200
@@ -24,13 +24,19 @@
 Group:  System/Libraries
 Url:http://git.gnome.org/gdlmm/
 Source0:
http://download.gnome.org/sources/gdlmm/3.3/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gdlmm-gdl-3_4.patch dims...@opensuse.org -- Fix build 
with gdl 3.4.0. Taken from git.
+Patch0: gdlmm-gdl-3_4.patch
+# Needed for patch0
+BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
+# Needed for patch0
+BuildRequires:  graphviz
+# Needed for patch0
+BuildRequires:  xsltproc
 BuildRequires:  perl(XML::Parser)
+BuildRequires:  pkgconfig(gdl-3.0) = 3.0
 BuildRequires:  pkgconfig(glibmm-2.4) = 2.16
 BuildRequires:  pkgconfig(gtkmm-3.0) = 3.0
-BuildRequires:  pkgconfig(gdl-3.0) = 3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -53,10 +59,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# --enable-maintainer-mode and --enable-documentation are needed fro patch0.
 %configure \
---disable-static
+--disable-static \
+--enable-maintainer-mode \
+--enable-documentation
 make %{?_smp_mflags}
 
 %install


++ gdlmm-gdl-3_4.patch ++
From c6fece754e341ed5c432ae8afce3299bdd648b1b Mon Sep 17 00:00:00 2001
From: Fabien Parent paren...@gmail.com
Date: Tue, 15 May 2012 17:14:33 +
Subject: Fix compilation with gdl 3.4.0

---
diff --git a/gdl/src/dock.hg b/gdl/src/dock.hg
index 6637f05..0bbb262 100644
--- a/gdl/src/dock.hg
+++ b/gdl/src/dock.hg
@@ -56,7 +56,7 @@ public:
   
   //_WRAP_METHOD(void xor_rect(GdkRectangle *rect), gdl_dock_xor_rect)
   
-  _WRAP_METHOD(void xor_rect_hide(), gdl_dock_xor_rect_hide)
+  _WRAP_METHOD(void hide_preview(), gdl_dock_hide_preview)
   
   _WRAP_PROPERTY(default-title, Glib::ustring)
   
diff --git a/gdl/src/docklayout.hg b/gdl/src/docklayout.hg
index 155d58b..e45266e 100644
--- a/gdl/src/docklayout.hg
+++ b/gdl/src/docklayout.hg
@@ -58,9 +58,6 @@ public:
   
   _WRAP_METHOD(bool is_dirty() const, gdl_dock_layout_is_dirty)
   
-  _WRAP_METHOD(Gtk::Widget* get_layouts_ui(), gdl_dock_layout_get_layouts_ui)
-  
-  
   _WRAP_PROPERTY(dirty, bool)
   
   _WRAP_PROPERTY(master, Glib::RefPtrDockMaster)
--
cgit v0.9.0.2

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



commit gdlmm for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2012-02-16 14:56:21

Comparing /work/SRC/openSUSE:Factory/gdlmm (Old)
 and  /work/SRC/openSUSE:Factory/.gdlmm.new (New)


Package is gdlmm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2012-01-09 
12:04:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2012-02-16 
14:56:23.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:46:47 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.amofB9/_old  2012-02-16 14:56:24.0 +0100
+++ /var/tmp/diff_new_pack.amofB9/_new  2012-02-16 14:56:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdlmm
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   gdlmm
 Version:3.3.2
-Release:1
-License:LGPLv2.1+
+Release:0
 Summary:C++ interface for gdl
-Url:http://git.gnome.org/gdlmm/
+License:LGPL-2.1+
 Group:  System/Libraries
+Url:http://git.gnome.org/gdlmm/
 Source0:
http://download.gnome.org/sources/gdlmm/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
@@ -38,7 +37,6 @@
 gdlmm provides a C++ interface to the gdl library.
 
 %package -n libgdlmm-3_0-1
-License:LGPLv2.1+
 Summary:C++ interface for gdl
 Group:  System/Libraries
 
@@ -46,7 +44,6 @@
 gdlmm provides a C++ interface to the gdl library.
 
 %package devel
-License:LGPLv2.1+
 Summary:C++ interface for gdl -- Development Files
 Group:  Development/Libraries/C and C++
 Requires:   libgdlmm-3_0-1 = %{version}


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



commit gdlmm for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2012-01-09 12:04:12

Comparing /work/SRC/openSUSE:Factory/gdlmm (Old)
 and  /work/SRC/openSUSE:Factory/.gdlmm.new (New)


Package is gdlmm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2011-10-19 
13:44:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2012-01-09 
12:04:13.0 +0100
@@ -1,0 +2,20 @@
+Fri Nov 25 09:08:48 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Suppressed left-over gdl_dock_layout_run_manager
+  + Revert use maintainer mode by default
+  + Fix compilation of the example
+- Drop gdlmm-remove-dropped-api.patch: fixed upstream.
+- Rename libgdlmm-3_0-0 to libgdlmm-3_0-1, following the upstream
+  soname change.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Wed Nov 16 13:05:36 UTC 2011 - vu...@opensuse.org
+
+- Add gdlmm-remove-dropped-api.patch: remove API dropped in gdl
+  3.3.x.
+
+---

Old:

  gdlmm-3.2.1.tar.bz2

New:

  gdlmm-3.3.2.tar.xz



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.y0A8ZZ/_old  2012-01-09 12:04:14.0 +0100
+++ /var/tmp/diff_new_pack.y0A8ZZ/_new  2012-01-09 12:04:14.0 +0100
@@ -18,14 +18,16 @@
 
 
 Name:   gdlmm
-Version:3.2.1
+Version:3.3.2
 Release:1
 License:LGPLv2.1+
 Summary:C++ interface for gdl
 Url:http://git.gnome.org/gdlmm/
 Group:  System/Libraries
-Source0:
http://download.gnome.org/sources/gdlmm/3.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/gdlmm/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  pkgconfig(glibmm-2.4) = 2.16
 BuildRequires:  pkgconfig(gtkmm-3.0) = 3.0
@@ -35,19 +37,19 @@
 %description
 gdlmm provides a C++ interface to the gdl library.
 
-%package -n libgdlmm-3_0-0
+%package -n libgdlmm-3_0-1
 License:LGPLv2.1+
 Summary:C++ interface for gdl
 Group:  System/Libraries
 
-%description -n libgdlmm-3_0-0
+%description -n libgdlmm-3_0-1
 gdlmm provides a C++ interface to the gdl library.
 
 %package devel
 License:LGPLv2.1+
 Summary:C++ interface for gdl -- Development Files
 Group:  Development/Libraries/C and C++
-Requires:   libgdlmm-3_0-0 = %{version}
+Requires:   libgdlmm-3_0-1 = %{version}
 
 %description devel
 gdlmm provides a C++ interface to the gdl library.
@@ -64,14 +66,14 @@
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
-%post -n libgdlmm-3_0-0 -p /sbin/ldconfig
+%post -n libgdlmm-3_0-1 -p /sbin/ldconfig
 
-%postun -n libgdlmm-3_0-0 -p /sbin/ldconfig
+%postun -n libgdlmm-3_0-1 -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
 
-%files -n libgdlmm-3_0-0
+%files -n libgdlmm-3_0-1
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/libgdlmm-3.0.so.*

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