[log4cplus/f21] update to 1.1.3rc3

Tomas Hozza thozza at fedoraproject.org
Tue Dec 16 15:50:52 UTC 2014


commit c4ced9ef2e441a9560bcb709a9da0a4b626ff009
Author: Tomas Hozza <thozza at redhat.com>
Date:   Tue Dec 16 16:35:51 2014 +0100

    update to 1.1.3rc3
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 .gitignore     |    1 +
 log4cplus.spec |   25 ++++++++-----------------
 sources        |    2 +-
 3 files changed, 10 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 157b5f4..66c56a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /log4cplus-1.1.0.tar.xz
 /log4cplus-1.1.1.tar.xz
 /log4cplus-1.1.2.tar.xz
+/log4cplus-1.1.3-rc3.tar.xz
diff --git a/log4cplus.spec b/log4cplus.spec
index 365f953..ea0ab6e 100644
--- a/log4cplus.spec
+++ b/log4cplus.spec
@@ -1,21 +1,13 @@
-#%%global prever rc10
+%global prever rc3
 
 Name: log4cplus
-Version: 1.1.2
-%if 0%{?prever:1}
-Release: 0.6.%{prever}%{?dist}
-%else
-Release: 2%{?dist}
-%endif
+Version: 1.1.3
+Release: 0.1%{?prever:.%{prever}}%{?dist}
 Summary: Logging Framework for C++
 
 License: ASL 2.0
 URL: http://sourceforge.net/projects/log4cplus
-%if 0%{?prever:1}
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-%{prever}.tar.xz
-%else
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
-%endif
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{?prever:-%{prever}}.tar.xz
 Group: System Environment/Libraries
 
 %description
@@ -33,11 +25,7 @@ This package contains headers and libraries needed to develop applications
 using log4cplus logging framework.
 
 %prep
-%if 0%{?prever:1}
-%setup -q -n %{name}-%{version}-%{prever}
-%else
-%setup -q
-%endif
+%setup -q %{?prever:-n %{name}-%{version}-%{prever}}
 
 %build
 %configure
@@ -77,6 +65,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/liblog4cplus.{a,la}
 %{_libdir}/pkgconfig/log4cplus.pc
 
 %changelog
+* Tue Dec 16 2014 Tomas Hozza <thozza at redhat.com> - 1.1.3-0.1.rc3
+- update to 1.1.3rc3
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 22c0fd2..82fe2dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c798e13a0f3d4af0e7a777d16974f092  log4cplus-1.1.2.tar.xz
+83da774a1ead4ff7ade8fd1e0df8d28e  log4cplus-1.1.3-rc3.tar.xz


More information about the scm-commits mailing list