[xlog] sync with latest upstream

Lucian Langa lucilanga at fedoraproject.org
Fri Jan 24 18:38:17 UTC 2014


commit 3265d00ec0157a47f7eaa3c94eec99d50bdd22f5
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Tue Aug 6 16:13:42 2013 +0200

    sync with latest upstream

 .gitignore |    1 +
 sources    |    2 +-
 xlog.spec  |   11 ++++++-----
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0e9a66d..fa1f72c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xlog-2.0.3.tar.gz
 /xlog-2.0.4.tar.gz
 /xlog-2.0.5.tar.gz
 /xlog-2.0.6.tar.gz
+/xlog-2.0.11.tar.gz
diff --git a/sources b/sources
index 7b9a00d..961cc4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7adadd8feade9fc716bb7dbfed66f7f  xlog-2.0.6.tar.gz
+23af1268cd385c7747f5f5de6095a22f  xlog-2.0.11.tar.gz
diff --git a/xlog.spec b/xlog.spec
index 804df9c..f20d901 100644
--- a/xlog.spec
+++ b/xlog.spec
@@ -1,13 +1,12 @@
 Name:           xlog
-Version:        2.0.6
-Release:        3%{?dist}
+Version:        2.0.11
+Release:        1%{?dist}
 Summary:        Logging program for Hamradio Operators
 
 Group:          Applications/Communications
 License:        GPLv3
 URL:            http://www.nongnu.org/xlog/
 Source0:        http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gtk2-devel
 BuildRequires: libgnomeprint22-devel
 BuildRequires: hamlib-devel
@@ -35,7 +34,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/mimeinfo.cache
 
@@ -59,7 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS data/doc/BUGS ChangeLog COPYING NEWS README data/doc/TODO data/doc/manual data/glabels/qsllabels.glabels
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}
@@ -74,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 24 2014 Lucian Langa <cooly at gnome.eu.org> - 2.0.11-1
+- update to latest upstream
+- specfile cleanup
+
 * Tue Aug 06 2013 Lucian Langa <cooly at gnome.eu.org> - 2.0.6-3
 - use unversioned doc directory
 


More information about the scm-commits mailing list