[packages/log4cpp] - updated to 1.1.1 (note: new soname) - removed obsolete gcc patch
qboosh
qboosh at pld-linux.org
Mon Apr 7 19:15:57 CEST 2014
commit d89ca76ba2f733dd002f9691730c78cce852a8c2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Apr 7 19:17:33 2014 +0200
- updated to 1.1.1 (note: new soname)
- removed obsolete gcc patch
log4cpp-gcc.patch | 20 --------------------
log4cpp.spec | 14 ++++++--------
2 files changed, 6 insertions(+), 28 deletions(-)
---
diff --git a/log4cpp.spec b/log4cpp.spec
index 9eb4799..2f3c738 100644
--- a/log4cpp.spec
+++ b/log4cpp.spec
@@ -1,15 +1,14 @@
Summary: Library for flexible logging
Summary(pl.UTF-8): Biblioteka do elastycznego logowania
Name: log4cpp
-Version: 1.0
+Version: 1.1.1
Release: 1
-License: LGPL
+License: LGPL v2.1+
Group: Libraries
Source0: http://downloads.sourceforge.net/log4cpp/%{name}-%{version}.tar.gz
-# Source0-md5: 1face50ead0790d1297dfb04bacf273c
+# Source0-md5: 1e173df8ee97205f412ff84aa93b8fbe
Patch0: %{name}-nolibs.patch
-Patch1: %{name}-gcc.patch
-Patch2: %{name}-lt.patch
+Patch1: %{name}-lt.patch
URL: http://log4cpp.sourceforge.net/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -54,10 +53,9 @@ This package contains static log4cpp library.
Ten pakiet zawiera statycznÄ… bibliotekÄ™ log4cpp.
%prep
-%setup -q
+%setup -q -n %{name}
%patch0 -p1
%patch1 -p1
-%patch2 -p1
%build
%{__libtoolize}
@@ -89,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%attr(755,root,root) %{_libdir}/liblog4cpp.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/liblog4cpp.so.4
+%attr(755,root,root) %ghost %{_libdir}/liblog4cpp.so.5
%files devel
%defattr(644,root,root,755)
diff --git a/log4cpp-gcc.patch b/log4cpp-gcc.patch
deleted file mode 100644
index 4e620fd..0000000
--- a/log4cpp-gcc.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- log4cpp-1.0/src/BasicLayout.cpp.orig 2006-09-30 08:03:20.000000000 +0200
-+++ log4cpp-1.0/src/BasicLayout.cpp 2008-09-16 19:53:32.147768924 +0200
-@@ -14,6 +14,7 @@
- #ifdef LOG4CPP_HAVE_SSTREAM
- #include <sstream>
- #endif
-+#include <memory>
-
- namespace log4cpp {
-
---- log4cpp-1.0/src/PatternLayout.cpp.orig 2007-08-28 09:54:12.000000000 +0200
-+++ log4cpp-1.0/src/PatternLayout.cpp 2008-09-16 19:55:42.417534061 +0200
-@@ -24,6 +24,7 @@
- #include <iomanip>
- #include <ctime>
- #include <cmath>
-+#include <cstdlib>
- #include "Localtime.hh"
-
- #ifdef LOG4CPP_HAVE_INT64_T
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/log4cpp.git/commitdiff/d89ca76ba2f733dd002f9691730c78cce852a8c2
More information about the pld-cvs-commit
mailing list