Mailinglist Archive: opensuse-commit (1248 mails)
| < Previous | Next > |
commit libepc for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 19 Apr 2010 00:29:11 +0200
- Message-id: <20100418222911.F1B0E2029A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libepc for openSUSE:Factory
checked in at Mon Apr 19 00:29:11 CEST 2010.
--------
New Changes file:
--- /dev/null 2009-09-30 08:50:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/libepc/libepc.changes 2010-03-23
18:32:41.000000000 +0100
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Tue Mar 23 18:29:39 CET 2010 - vuntz@xxxxxxxxxxxx
+
+- Update to version 0.3.11:
+ + Change a string and add a translator comment. bgo#589339.
+ + Fix build failure on kFreeBSD. bgo#592474.
+ + Use gtk_widget_get_visible() on GTK+ >= 2.19.7. bgo#612108.
+ + Modernise autotools configuration. bgo#613316.
+ + Fix some compiler warnings.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Sat May 23 02:10:42 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 0.3.10:
+ + epc_shell_create_service_browser(): Fix a warning about no
+ return value, possibly avoiding a crash elsewhere.
+
+-------------------------------------------------------------------
+Mon May 18 03:01:49 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Do not use tabs, remove trailing white spaces.
+- Split lang package.
+
+-------------------------------------------------------------------
+Wed May 13 00:05:57 CEST 2009 - dominique-obs@xxxxxxxxxxxxxxx
+
+- Initial package, created during Community Week1
+
calling whatdependson for head-i586
New:
----
libepc-0.3.11.tar.bz2
libepc.changes
libepc.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libepc.spec ++++++
#
# spec file for package libepc (Version 0.3.11)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
#
# 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/
#
Name: libepc
Summary: Easy Publish and Consume Library
Version: 0.3.11
Release: 1
Source: %{name}-%{version}.tar.bz2
License: LGPLv2.1+
Group: Development/Libraries/GNOME
Url: http://live.gnome.org/libepc/
BuildRequires: gdbm-devel
BuildRequires: glib2-devel
BuildRequires: intltool
BuildRequires: libavahi-glib-devel
BuildRequires: libgnutls-devel
BuildRequires: libsoup-devel
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Easy Publish and Consume library provides an easy method to:
* publish data using HTTPS: EpcPublisher
* announce that information via DNS-SD: EpcDispatcher
* find that information: EpcConsumer
* and finally consume it
You can use this library as a key/value store published to the network,
using encryption, authentication and service discovery.
%package 1_0-2
License: LGPLv2.1+
Summary: Easy Publish and Consume Library
Group: System/Libraries
Requires: %{name}-lang = %{version}
# For lang package to be installable:
Provides: %{name} = %{version}
%description 1_0-2
The Easy Publish and Consume library provides an easy method to:
* publish data using HTTPS: EpcPublisher
* announce that information via DNS-SD: EpcDispatcher
* find that information: EpcConsumer
* and finally consume it
You can use this library as a key/value store published to the network,
using encryption, authentication and service discovery.
%package devel
License: LGPLv2.1+
Summary: Easy Publish and Consume Library
Group: Development/Libraries/GNOME
Requires: %{name}-1_0-2 = %{version}
Requires: libavahi-devel
Requires: libavahi-glib-devel
Requires: libsoup-devel
Requires: gtk2-devel
%description devel
Development headers for libepc.
The Easy Publish and Consume library provides an easy method to:
* publish data using HTTPS: EpcPublisher
* announce that information via DNS-SD: EpcDispatcher
* find that information: EpcConsumer
* and finally consume it
You can use this library as a key/value store published to the network,
using encryption, authentication and service discovery.
%lang_package
%prep
%setup -q
%build
%configure --disable-static
%__make %{?jobs:-j%jobs}
%install
%makeinstall
find %{buildroot} -type f -name *.la -exec rm {} \;
%find_lang %{name}
%clean
rm -rf %{buildroot}
%post 1_0-2 -p /sbin/ldconfig
%postun 1_0-2 -p /sbin/ldconfig
%files 1_0-2
%defattr(-,root,root)
%{_libdir}/%{name}*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/%{name}-1.0
%{_includedir}/%{name}-ui-1.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/libepc*.pc
%{_datadir}/gtk-doc/html/%{name}-1.0
# Own these repositories to not depend on gtk-doc while building:
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%files lang -f %{name}.lang
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |