[libmowgli] - Update to 0.7.1.

Michael Schwendt mschwendt at fedoraproject.org
Fri Aug 13 21:06:38 UTC 2010


commit 52cbe7eff3a1ae00140874fc6eeb6121fd51b5ba
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Fri Aug 13 23:06:36 2010 +0200

    - Update to 0.7.1.

 .gitignore                     |    1 +
 libmowgli-0.7.0-20100604.patch |  145 ----------------------------------------
 libmowgli.spec                 |   12 ++--
 sources                        |    2 +-
 4 files changed, 8 insertions(+), 152 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3e5eed..3d07236 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libmowgli-0.7.0.tgz
+libmowgli-0.7.1.tgz
diff --git a/libmowgli.spec b/libmowgli.spec
index bb8be1e..7746c8d 100644
--- a/libmowgli.spec
+++ b/libmowgli.spec
@@ -1,19 +1,17 @@
 %define examplesdir __tmp_examples
 
 Name:           libmowgli
-Version:        0.7.0
-Release:        4%{?dist}
+Version:        0.7.1
+Release:        1%{?dist}
 Summary:        Library of many utility functions and classes
 Group:          System Environment/Libraries
 
 # https://fedoraproject.org/wiki/Licensing/MIT
 License:        MIT
 
-# 404 not found - http://atheme.org/projects/mowgli.shtml
-URL:            http://atheme.org
+URL:            http://www.atheme.org/project/mowgli
 
 Source0:        http://distfiles.atheme.org/libmowgli-%{version}.tgz
-Patch0:         libmowgli-0.7.0-20100604.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -37,7 +35,6 @@ software that uses libmowgli.
 
 %prep
 %setup -q
-%patch0 -p1 -b .20100604
 
 # Make the build system more verbose
 sed -i '\,^.SILENT:,d' buildsys.mk.in
@@ -90,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libmowgli.pc
 
 %changelog
+* Fri Aug 13 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 0.7.1-1
+- Update to 0.7.1.
+
 * Wed Jun  9 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 0.7.0-4
 - Add mowgli_patricia corruption fix for keys starting with \1
   plus a few minor changes up to 2010-06-04. Special-case '\1' not
diff --git a/sources b/sources
index 4dcd5cc..e1143c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-402c2de0da7f83f5e3390397ad994b20  libmowgli-0.7.0.tgz
+3eaf4405c095d8e145c87fcbeeda00bc  libmowgli-0.7.1.tgz


More information about the scm-commits mailing list