Hello community,

here is the log from the commit of package dee for openSUSE:Factory
checked in at Fri Sep 23 10:23:56 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/dee/dee.changes        2011-09-22 
15:22:53.000000000 +0200
@@ -0,0 +1,63 @@
+-------------------------------------------------------------------
+Thu Sep 22 13:20:24 UTC 2011 - [email protected]
+
+- Remove unneeded pkgconfig(dbus-1) and pkgconfig(dbus-glib-1)
+  BuildRequires.
+- Change vala-devel BuildRequires to vala as we only need the vala
+  compiler.
+- Add explicit libdee-%{soname} and python-gobject Requires to
+  python-dee subpackage: this package provides overrides for the
+  introspection-based bindings, so we need python-gobject and the
+  typelib to be installed.
+- Add Supplement for packageand(libdee-%{soname}:python-gobject) to
+  python-dee, to make sure that the overrides are installed by
+  default when introspection-based python bindings can be used.
+- Remove unneeded pkg-config and python-dee Requires in devel
+  subpackage.
+
+-------------------------------------------------------------------
+Wed Sep 14 21:16:11 UTC 2011 - [email protected]
+
+- Update to 0.5.20
+  + No upstream changelog, 4 bug fixes: lp#838321, lp#818245,
+    lp#838320, lp#710553.
+
+-------------------------------------------------------------------
+Fri Apr 15 10:49:27 UTC 2011 - [email protected]
+
+- Update to version 0.5.18:
+  + Leak in DeeSharedModel when committing remote transaction
+    (lp#757916);
+  + Dee API docs broken on DeeResourceManager (lp#760496).
+
+-------------------------------------------------------------------
+Thu Mar 24 20:22:40 UTC 2011 - [email protected]
+
+- Update to version 0.5.16:
+  + compiz crashed with SIGSEGV in g_atomic_int_exchange_and_add()
+    lp#733343.
+  + Implement DeeFilters for restrictions and localized sorting
+    lp#736875.
+  + Dee: compiz crashed with SIGSEGV in
+    PlaceEntryRemote::ActivateResult() lp#733250.
+- New subpackage python-dee.
+- Minor tweaks to comply with new package requirements.
+- Added new configure option '--enable-introspection=yes'
+
+-------------------------------------------------------------------
+Tue Feb  1 02:43:00 UTC 2011 - [email protected]
+
+- Update to version 0.5.6:
+  + Fix the freeze when places are installed due to a gvariant
+    freeze on double freeing (lp#709264).
+
+-------------------------------------------------------------------
+Wed Jan 19 23:24:34 UTC 2011 - [email protected]
+
+- Update to version 0.5.4.
+- Spec fixes, added soname var.
+
+-------------------------------------------------------------------
+Fri Dec 17 03:55:39 UTC 2010 - [email protected]
+
+- Initial package from upstream release: dee-0.5.0.tar.bz2

calling whatdependson for head-i586


New:
----
  dee-0.5.20.tar.gz
  dee.changes
  dee.spec

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

Other differences:
------------------
++++++ dee.spec ++++++
#
# spec file for dee
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define         soname 1_0-0

Name:           dee
Version:        0.5.20
Release:        1
License:        LGPL-3.0
Summary:        Library that uses DBus to provide objects
Url:            http://launchpad.net/dee
Group:          System/Libraries
Source0:        %{name}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  vala
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Libdee is a library that uses DBus to provide objects allowing you to create
Model-View-Controller type programs across DBus. It also consists of utility
objects which extend DBus allowing for peer-to-peer discoverability of known
objects without needing a central registrar.

%package -n libdee-%{soname}
Summary:        Library that uses DBus to provide objects
Group:          System/Libraries
License:        LGPL-3.0

%description -n libdee-%{soname}
Libdee is a library that uses DBus to provide objects allowing you to create
Model-View-Controller type programs across DBus. It also consists of utility
objects which extend DBus allowing for peer-to-peer discoverability of known
objects without needing a central registrar.

%package -n python-dee
Summary:        Library that uses DBus to provide objects - python bindings
Group:          Development/Libraries/Other
License:        LGPL-3.0
Requires:       libdee-%{soname} = %{version}
Requires:       python-gobject
Supplements:    packageand(libdee-%{soname}:python-gobject)

%description -n python-dee
Libdee is a library that uses DBus to provide objects allowing you to create
Model-View-Controller type programs across DBus. It also consists of utility
objects which extend DBus allowing for peer-to-peer discoverability of known
objects without needing a central registrar.

%package devel
Summary:        Development files for dee
Group:          Development/Libraries/Other
License:        LGPL-3.0
Requires:       libdee-%{soname} = %{version}

%description devel
This package provides the development files for dee.
Libdee is a library that uses DBus to provide objects allowing you to create
Model-View-Controller type programs across DBus. It also consists of utility
objects which extend DBus allowing for peer-to-peer discoverability of known
objects without needing a central registrar.

%prep
%setup -q

%build
%configure \
  --disable-static \
  --enable-introspection=yes
make %{?_smp_mflags}

%install
%make_install
%fdupes %{buildroot}%{python_sitearch}
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print

%post -n libdee-%{soname} -p /sbin/ldconfig

%postun -n libdee-%{soname} -p /sbin/ldconfig

%files -n libdee-%{soname}
%defattr(-,root,root)
%doc ChangeLog README COPYING
%{_libdir}/libdee-1.0.so.*
%{_libdir}/girepository-1.0/Dee-0.5.typelib

%files -n python-dee
%defattr(-,root,root)
%dir %{python_sitearch}/gi/
%dir %{python_sitearch}/gi/overrides/
%{python_sitearch}/gi/overrides/

%files devel
%defattr(-,root,root)
%{_includedir}/dee-1.0/
%{_libdir}/libdee-1.0.so
%{_libdir}/pkgconfig/dee-1.0.pc
%{_datadir}/gir-1.0/Dee-0.5.gir
%doc %{_datadir}/gtk-doc/html/dee-1.0/
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/dee-1.0.deps
%{_datadir}/vala/vapi/dee-1.0.vapi

%changelog

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



Remember to have fun...

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

Reply via email to