[pkgdb] perl-Monotone-AutomateStdio was added for thm
by Fedora PackageDB
tibbs has added Package perl-Monotone-AutomateStdio with summary Perl interface to Monotone via automate stdio
tibbs has approved Package perl-Monotone-AutomateStdio
tibbs has added a Fedora devel branch for perl-Monotone-AutomateStdio with an owner of thm
tibbs has approved perl-Monotone-AutomateStdio in Fedora devel
tibbs has approved Package perl-Monotone-AutomateStdio
tibbs has set build to Approved for provenpackager on perl-Monotone-AutomateStdio (Fedora devel)
tibbs has set checkout to Approved for provenpackager on perl-Monotone-AutomateStdio (Fedora devel)
tibbs has set commit to Approved for provenpackager on perl-Monotone-AutomateStdio (Fedora devel)
To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/acls/name/perl-Monotone-AutomateStdio
11Â years, 10Â months
[python-shapely] Updated for version 1.2.9
by Volker Fröhlich
commit a11d43f4b65d475ff7521cc855ebb975aa405ccc
Author: Volker Fröhlich <volker27(a)gmx.at>
Date: Fri Apr 1 01:03:27 2011 +0200
Updated for version 1.2.9
python-shapely.spec | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/python-shapely.spec b/python-shapely.spec
index 89df9a2..100a6ad 100644
--- a/python-shapely.spec
+++ b/python-shapely.spec
@@ -5,7 +5,7 @@
# Can be removed after EOL of F12
Name: python-shapely
-Version: 1.2.8
+Version: 1.2.9
Release: 1%{?dist}
Summary: Geometric objects, predicates, and operations
@@ -43,7 +43,7 @@ database using idiomatic Python.
# Tests fail
# Sean Gillies, one of the authors, said, it was safe to ship either way
# http://trac.gispython.org/lab/ticket/244
-#%{__python} setup.py test
+%{__python} setup.py test || true
%install
@@ -58,16 +58,18 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc CHANGES.txt CREDITS.txt README.txt LICENSE.txt
-%doc PKG-INFO examples docs
+%doc PKG-INFO docs
%{python_sitelib}/shapely
%{python_sitelib}/Shapely-%{version}-py*.egg-info
# These two scripts are also in the examples directory, have no shebang
# and seem to serve no purpose otherwise.
-%exclude %{_bindir}/intersect.py
-%exclude %{_bindir}/dissolve.py
%changelog
+* Fri Apr 01 2011 Volker Fröhlich <volker27(a)gmx.at> - 1.2.9-1
+- Updated for 1.2.9
+- Added tests again, but ignore the results
+
* Sat Feb 25 2011 Volker Fröhlich <volker27(a)gmx.at> - 1.2.8-1
- Updated for 1.2.8
- Disable tests
11Â years, 10Â months
[telepathy-glib] Update to 0.14.3.
by Brian Pepple
commit 49a6cf9871be1419505806a7f649afb220c01cd5
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Thu Mar 31 18:43:58 2011 -0400
Update to 0.14.3.
.gitignore | 1 +
sources | 2 +-
telepathy-glib.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5d6879..80708a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ telepathy-glib-0.11.13.tar.gz
/telepathy-glib-0.13.18.tar.gz
/telepathy-glib-0.14.0.tar.gz
/telepathy-glib-0.14.1.tar.gz
+/telepathy-glib-0.14.3.tar.gz
diff --git a/sources b/sources
index d135488..083cb48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51f67552275791b314c823253693acd7 telepathy-glib-0.14.1.tar.gz
+fe9a4f781651593fd4afddb343ff50bf telepathy-glib-0.14.3.tar.gz
diff --git a/telepathy-glib.spec b/telepathy-glib.spec
index 95684a0..3b259ac 100644
--- a/telepathy-glib.spec
+++ b/telepathy-glib.spec
@@ -5,7 +5,7 @@
%define vala_ver 0.10.0
Name: telepathy-glib
-Version: 0.14.1
+Version: 0.14.3
Release: 1%{?dist}
Summary: GLib bindings for Telepathy
@@ -109,6 +109,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Thu Mar 31 2011 Brian Pepple <bpepple(a)fedoraproject.org> - 0.14.3-1
+- Update to 0.14.3.
+
* Tue Mar 22 2011 Brian Pepple <bpepple(a)fedoraproject.org> - 0.14.1-1
- Update to 0.14.1.
11Â years, 10Â months