]> git.pld-linux.org Git - packages/log4cpp.git/commitdiff
- updated to 1.1.1 (note: new soname)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Apr 2014 17:17:33 +0000 (19:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Apr 2014 17:17:33 +0000 (19:17 +0200)
- removed obsolete gcc patch

log4cpp-gcc.patch [deleted file]
log4cpp.spec

diff --git a/log4cpp-gcc.patch b/log4cpp-gcc.patch
deleted file mode 100644 (file)
index 4e620fd..0000000
+++ /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
index 9eb4799dfddad103ff8ab3f5c8a862a711a27127..2f3c738306bf230e1fe640ad9bc90e274d98338a 100644 (file)
@@ -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)
This page took 0.114867 seconds and 4 git commands to generate.