- (#122817: libboost_*.so symlinks missing)
- (#141574: half of the package is missing) - (#141617: bad patch boost-base.patch) -
This commit is contained in:
parent
b11f6e7b7f
commit
a609a15337
@ -30,7 +30,7 @@
|
|||||||
if $(DLLVERSION) && $(TARGET_TYPE) in $(SHARED_TYPES) && ( $(OS) = LINUX || $(OS) = OPENBSD ) && ! $(NO_GNU_LN)
|
if $(DLLVERSION) && $(TARGET_TYPE) in $(SHARED_TYPES) && ( $(OS) = LINUX || $(OS) = OPENBSD ) && ! $(NO_GNU_LN)
|
||||||
{
|
{
|
||||||
OUTTAG on $(<) = ".$(DLLVERSION)" ;
|
OUTTAG on $(<) = ".$(DLLVERSION)" ;
|
||||||
! SOTAG on $(<) = ".1" ;
|
! SOTAG on $(<) = "" ;
|
||||||
ACTION_1 on $(<) = "" ;
|
ACTION_1 on $(<) = "" ;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Name: boost
|
Name: boost
|
||||||
Summary: The Boost C++ Libraries
|
Summary: The Boost C++ Libraries
|
||||||
Version: 1.32.0
|
Version: 1.32.0
|
||||||
Release: 2
|
Release: 3
|
||||||
License: Boost Software License
|
License: Boost Software License
|
||||||
URL: http://www.boost.org/
|
URL: http://www.boost.org/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -93,12 +93,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 02 2004 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-3
|
||||||
|
- (#122817: libboost_*.so symlinks missing)
|
||||||
|
- (#141574: half of the package is missing)
|
||||||
|
- (#141617: bad patch boost-base.patch)
|
||||||
|
|
||||||
* Wed Dec 01 2004 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-2
|
* Wed Dec 01 2004 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-2
|
||||||
- Remove bogus Obsoletes.
|
- Remove bogus Obsoletes.
|
||||||
|
|
||||||
* Mon Nov 29 2004 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-1
|
* Mon Nov 29 2004 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-1
|
||||||
- Update to 1.32.0
|
- Update to 1.32.0
|
||||||
- (#122817: libboost_*.so symlinks missing)
|
|
||||||
|
|
||||||
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 1.31.0-9
|
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 1.31.0-9
|
||||||
- cleanup specfile
|
- cleanup specfile
|
||||||
|
Loading…
Reference in New Issue
Block a user