[libwfut] New upstream version, spec cleanup, fix rhbz #925928 and #1003328

Filipe Rosset filiperosset at fedoraproject.org
Fri May 16 03:56:07 UTC 2014


commit 519a6fbf0cff78ab31457e5db74ad7abbf12aa3f
Author: Filipe Rosset <rosset.filipe at gmail.com>
Date:   Fri May 16 00:55:58 2014 -0300

    New upstream version, spec cleanup, fix rhbz #925928 and #1003328

 .gitignore   |    1 +
 libwfut.spec |   10 +++++-----
 sources      |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3db3cf9..b05690b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libwfut-0.2.1.tar.gz
 /libwfut-0.2.2.tar.gz
+/libwfut-0.2.3.tar.gz
diff --git a/libwfut.spec b/libwfut.spec
index 0f1720d..9f2ada1 100644
--- a/libwfut.spec
+++ b/libwfut.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           libwfut
-Version:        0.2.2
-Release:        6%{?dist}
+Version:        0.2.3
+Release:        1%{?dist}
 Summary:        Software updater tool for WorldForge applications
 
 Group:          Development/Libraries
@@ -83,7 +83,6 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 #%{_bindir}/wfut
 #%{_mandir}/man1/wfut.1.gz
@@ -91,17 +90,18 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/%{name}-0.2
 %{_libdir}/libwfut-0.2.so
 %{_libdir}/pkgconfig/*.pc
 
 %files python
-%defattr(-,root,root,-)
 %{python_sitearch}/%{name}
 
 
 %changelog
+* Fri May 16 2014 Filipe Rosset <rosset.filipe at gmail.com> - 0.2.3-1
+- New upstream version, spec cleanup, fix rhbz #925928 and #1003328
+
 * Sat Dec  7 2013 Ville Skyttä <ville.skytta at iki.fi> - 0.2.2-6
 - Drop no-op docdir removal from %%install (#993968).
 - Fix bogus date in %%changelog.
diff --git a/sources b/sources
index 1b6ce25..359ea1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c11ee62b8827c46b50fc4446321f57b8  libwfut-0.2.2.tar.gz
+b212f840613c9b84a0de86693a7ee4bf  libwfut-0.2.3.tar.gz


More information about the scm-commits mailing list