This commit is contained in:
parent
fe249cc867
commit
4ba63f3cc8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:53e7d030b73815a31781c26acb42f7880df3e786ed46a8fe3cde08a4c21ecceb
|
|
||||||
size 1842485
|
|
3
libsigc++-2.2.2.tar.bz2
Normal file
3
libsigc++-2.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3df7d2750fd579d0776130eb4cf117c4a584677123d1447c0758a0f0a750e2a2
|
||||||
|
size 4502360
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 16:46:39 CEST 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.2.2:
|
||||||
|
* Added an include of functors/slot.h that was mistakenly removed
|
||||||
|
during the 2.1 series (bgo#521418)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 12 11:37:19 CEST 2007 - rguenther@suse.de
|
Fri Oct 12 11:37:19 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsigc++2 (Version 2.0.18)
|
# spec file for package libsigc++2 (Version 2.2.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 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
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,13 +10,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libsigc++2
|
Name: libsigc++2
|
||||||
%define _name libsigc++
|
%define _name libsigc++
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
Version: 2.0.18
|
Version: 2.2.2
|
||||||
Release: 5
|
Release: 1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPL v2 or later
|
License: LGPL v2.1 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
|
||||||
@ -46,6 +47,7 @@ Authors:
|
|||||||
Karl Einar Nelson <kenelson@ece.ucdavis.edu>
|
Karl Einar Nelson <kenelson@ece.ucdavis.edu>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Typesafe Signal Framework for C++
|
Summary: Typesafe Signal Framework for C++
|
||||||
Requires: %{name} = %{version} libstdc++-devel
|
Requires: %{name} = %{version} libstdc++-devel
|
||||||
@ -120,32 +122,37 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/sigc++-2.0
|
%{_libdir}/sigc++-2.0
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 12 2007 - rguenther@suse.de
|
* Wed Apr 02 2008 rodrigo@suse.de
|
||||||
|
- Update to version 2.2.2:
|
||||||
|
* Added an include of functors/slot.h that was mistakenly removed
|
||||||
|
during the 2.1 series (bgo#521418)
|
||||||
|
* Fri Oct 12 2007 rguenther@suse.de
|
||||||
- Add patch to fix C++ problems, enables building with GCC 4.3.
|
- Add patch to fix C++ problems, enables building with GCC 4.3.
|
||||||
* Wed Sep 19 2007 - sbrabec@suse.cz
|
* Wed Sep 19 2007 sbrabec@suse.cz
|
||||||
- Updated to version 2.0.18:
|
- Updated to version 2.0.18:
|
||||||
* Fix a build error in the examples, on Sun CC.
|
* 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
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
* Mon Dec 18 2006 - maw@suse.de
|
* Mon Dec 18 2006 maw@suse.de
|
||||||
- Move to /usr.
|
- Move to /usr.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Jan 17 2006 - lmichnovic@suse.cz
|
* Tue Jan 17 2006 lmichnovic@suse.cz
|
||||||
- Updated to version 2.0.17
|
- Updated to version 2.0.17
|
||||||
* Thu Aug 04 2005 - sbrabec@suse.cz
|
* Thu Aug 04 2005 sbrabec@suse.cz
|
||||||
- Updated to version 2.0.16.
|
- Updated to version 2.0.16.
|
||||||
* Mon Jun 13 2005 - sbrabec@suse.cz
|
* Mon Jun 13 2005 sbrabec@suse.cz
|
||||||
- Updated to version 2.0.14.
|
- Updated to version 2.0.14.
|
||||||
* Thu Feb 10 2005 - sbrabec@suse.cz
|
* Thu Feb 10 2005 sbrabec@suse.cz
|
||||||
- Updated to version 2.0.6 (branch 2.0).
|
- Updated to version 2.0.6 (branch 2.0).
|
||||||
* Mon Feb 23 2004 - ro@suse.de
|
* Mon Feb 23 2004 ro@suse.de
|
||||||
- fix pkgconfig file on lib64
|
- fix pkgconfig file on lib64
|
||||||
* Wed Feb 18 2004 - ro@suse.de
|
* Wed Feb 18 2004 ro@suse.de
|
||||||
- fix build on recent platforms by running autoreconf
|
- fix build on recent platforms by running autoreconf
|
||||||
(configure.in hacks from libsigc++ package)
|
(configure.in hacks from libsigc++ package)
|
||||||
* Fri Feb 13 2004 - sbrabec@suse.cz
|
* Fri Feb 13 2004 sbrabec@suse.cz
|
||||||
- Initial SuSE package version 1.2.5.
|
- Initial SuSE package version 1.2.5.
|
||||||
|
Loading…
Reference in New Issue
Block a user