OBS User unknown 2007-09-19 17:13:26 +00:00 committed by Git OBS Bridge
parent f630e9f272
commit 96d4dca670
4 changed files with 19 additions and 10 deletions

View File

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

3
libsigc++-2.0.18.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 19 16:32:29 CEST 2007 - sbrabec@suse.cz
- Updated to version 2.0.18:
* Fix a build error in the examples, on Sun CC.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 23 01:48:42 CET 2007 - ro@suse.de Tue Jan 23 01:48:42 CET 2007 - ro@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package libsigc++2 (Version 2.0.17) # spec file for package libsigc++2 (Version 2.0.18)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 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
@ -13,14 +13,14 @@
Name: libsigc++2 Name: libsigc++2
%define _name libsigc++ %define _name libsigc++
BuildRequires: gcc-c++ BuildRequires: gcc-c++
Version: 2.0.17 Version: 2.0.18
Release: 38 Release: 1
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) License: LGPL v2 or later
Summary: Typesafe Signal Framework for C++ Summary: Typesafe Signal Framework for C++
URL: http://libsigc.sourceforge.net/ Url: http://libsigc.sourceforge.net/
Source: %{_name}-%{version}.tar.bz2 Source: %{_name}-%{version}.tar.bz2
Autoreqprov: on AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -119,7 +119,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/sigc++-2.0 %{_libdir}/sigc++-2.0
%{_includedir}/* %{_includedir}/*
%changelog -n libsigc++2 %changelog
* Wed Sep 19 2007 - sbrabec@suse.cz
- Updated to version 2.0.18:
* Fix a build error in the examples, on Sun CC.
* Tue Jan 23 2007 - ro@suse.de * Tue Jan 23 2007 - ro@suse.de
- drop requires for gnome-filesystem - drop requires for gnome-filesystem
* Fri Jan 12 2007 - sbrabec@suse.cz * Fri Jan 12 2007 - sbrabec@suse.cz