[log4cpp] New upstream 1.1.1

stevetraylen stevetraylen at fedoraproject.org
Mon Mar 23 13:41:00 UTC 2015


commit 8d8a6abe9b2ccd64ebaeab7a2389737ac6ffd653
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Mon Mar 23 14:32:23 2015 +0100

    New upstream 1.1.1

 .gitignore                  |  1 +
 log4cpp-version-1.1.1.patch |  9 +++++++++
 log4cpp.spec                | 12 ++++++++----
 sources                     |  2 +-
 4 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 787e579..7697f83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 log4cpp-1.0.tar.gz
 /log4cpp-1.1.tar.gz
+/log4cpp-1.1.1.tar.gz
diff --git a/log4cpp-version-1.1.1.patch b/log4cpp-version-1.1.1.patch
new file mode 100644
index 0000000..8963a17
--- /dev/null
+++ b/log4cpp-version-1.1.1.patch
@@ -0,0 +1,9 @@
+diff -uNr log4cpp.ORIG/configure.in log4cpp/configure.in
+--- log4cpp.ORIG/configure.in	2015-03-23 14:35:01.946455951 +0100
++++ log4cpp/configure.in	2015-03-23 14:35:25.304824413 +0100
+@@ -1,4 +1,4 @@
+-AC_INIT(log4cpp, 1.1)
++AC_INIT(log4cpp, 1.1.1)
+ 
+ # autoconf 2.50 or higher to rebuild aclocal.m4, because the
+ # AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro.
diff --git a/log4cpp.spec b/log4cpp.spec
index bc10422..77d8011 100644
--- a/log4cpp.spec
+++ b/log4cpp.spec
@@ -1,6 +1,6 @@
 Name:           log4cpp
-Version:        1.1
-Release:        3%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        C++ logging library
 
 Group:          Development/Libraries
@@ -15,6 +15,8 @@ Patch1:         log4cpp-1.0-remove-pc-cflags.patch
 Patch2:         log4cpp-1.0-fix-doc-dest.patch
 # Don't try to build snprintf.c
 Patch3:         log4cpp-1.0-no-snprintf.patch
+# Version is actually 1.1.1.
+Patch4:         log4cpp-version-1.1.1.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  doxygen
@@ -54,6 +56,7 @@ you will need to install %{name}-devel.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 # Delete non-free (but freely distributable) file under Artistic 1.0
 # just to be sure we're not using it.
 rm -rf src/snprintf.c
@@ -85,7 +88,6 @@ rm -f %{buildroot}%{_libdir}/*.la
 %doc ChangeLog COPYING
 
 %files devel
-%defattr(-, root, root, 0755)
 %{_bindir}/log4cpp-config
 %{_includedir}/log4cpp/
 %{_libdir}/liblog4cpp.so
@@ -94,10 +96,12 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_mandir}/man3/log4cpp*
 
 %files doc
-%defattr(-, root, root, 0755)
 %doc rpmdocs/*
 
 %changelog
+* Mon Mar 23 2015 Steve Traylen <steve.traylen at cern.ch> - 1.1.1-1
+- New upstream 1.1.1
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 812b1d0..e23c012 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9ef6244baa5e5e435f35e0b9474b35d  log4cpp-1.1.tar.gz
+1e173df8ee97205f412ff84aa93b8fbe  log4cpp-1.1.1.tar.gz


More information about the scm-commits mailing list