OBS User unknown 2008-03-13 20:21:54 +00:00 committed by Git OBS Bridge
parent 105c6a8b00
commit bbf23c4289
4 changed files with 29 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffaae0775ebb9d6203ab86359536a2820aa2bd8b80e33e2ac35ea0651579baf9
size 585822

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2a69c4398cd20122bb2d14463f11bda8a6c0cf34385785a708a4554108b6df1
size 913887

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Mar 12 14:21:09 EDT 2008 - hfiguiere@suse.de
- Update to 0.7.5.
+ Updated to specification 0.17
+ Improved support for connection managers whose parameters aren't known
at compile time
+ Build system refactoring
+ Large improvements in GType based code.
- remove .la files (bnc#357465)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 7 21:46:35 CET 2008 - mauro@suse.de Thu Feb 7 21:46:35 CET 2008 - mauro@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package telepathy-glib (Version 0.6.1) # spec file for package telepathy-glib (Version 0.7.5)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -10,11 +10,12 @@
# norootforbuild # norootforbuild
Name: telepathy-glib Name: telepathy-glib
Url: http://telepathy.freedesktop.org/ Url: http://telepathy.freedesktop.org/
BuildRequires: dbus-1-glib-devel gtk-doc libxslt-devel python-xml BuildRequires: dbus-1-glib-devel gtk-doc libxslt-devel python-xml
Version: 0.6.1 Version: 0.7.5
Release: 17 Release: 1
License: LGPL v2.1 or later License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Libraries for adding telepathy support to applications that use glib Summary: Libraries for adding telepathy support to applications that use glib
@ -125,6 +126,8 @@ Authors:
%install %install
%makeinstall %makeinstall
# remove .la files. See bnc #357465
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
%post -n libtelepathy-glib0 -p /sbin/ldconfig %post -n libtelepathy-glib0 -p /sbin/ldconfig
@ -142,18 +145,23 @@ rm -rf "$RPM_BUILD_ROOT"
%dir %{_includedir}/telepathy-1.0 %dir %{_includedir}/telepathy-1.0
%dir %{_includedir}/telepathy-1.0/telepathy-glib %dir %{_includedir}/telepathy-1.0/telepathy-glib
%{_includedir}/telepathy-1.0/telepathy-glib/* %{_includedir}/telepathy-1.0/telepathy-glib/*
%dir %{_includedir}/telepathy-unstable
%dir %{_includedir}/telepathy-unstable/telepathy-glib
%{_includedir}/telepathy-unstable/telepathy-glib/*
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/lib*.*a %{_libdir}/lib*.a
%files doc %files doc
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/gtk-doc/html/telepathy-glib %{_datadir}/gtk-doc/html/telepathy-glib
%changelog %changelog
* Wed Mar 12 2008 hfiguiere@suse.de
- Update to 0.7.5.
+ Updated to specification 0.17
+ Improved support for connection managers whose parameters aren't known
at compile time
+ Build system refactoring
+ Large improvements in GType based code.
- remove .la files (bnc#357465)
* Thu Feb 07 2008 mauro@suse.de * Thu Feb 07 2008 mauro@suse.de
- Fixed bnc #359715 - libtelepathy-glib0 and its -devel now have - Fixed bnc #359715 - libtelepathy-glib0 and its -devel now have
proper Requires. proper Requires.