[python-mongoengine] Initial import (#901365)
by Yohan Graterol
commit 3846075f6b96ccff68990b3008cde6594286d381
Author: Yohan Graterol <yohangraterol92(a)gmail.com>
Date: Thu Jan 31 18:58:36 2013 -0430
Initial import (#901365)
.gitignore | 1 +
python-mongoengine.spec | 92 +++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 94 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1f3a38d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mongoengine-0.7.9.tar.gz
diff --git a/python-mongoengine.spec b/python-mongoengine.spec
new file mode 100644
index 0000000..c35b1ae
--- /dev/null
+++ b/python-mongoengine.spec
@@ -0,0 +1,92 @@
+%global pkgname mongoengine
+Name: python-mongoengine
+Version: 0.7.9
+Release: 4%{?dist}
+Summary: A Python Document-Object Mapper for working with MongoDB
+
+License: MIT
+URL: http://pypi.python.org/pypi/mongoengine/
+Source0: http://pypi.python.org/packages/source/m/mongoengine/%{pkgname}-%{version...
+
+BuildArch: noarch
+BuildRequires: python2-devel
+BuildRequires: python-setuptools
+BuildRequires: python-sphinx
+
+%if 0%{?fedora} >= 18
+BuildRequires: python-pymongo
+BuildRequires: python-django
+BuildRequires: python-pymongo-gridfs
+Requires: python-pymongo
+Requires: python-pymongo-gridfs
+%else
+BuildRequires: pymongo >= 2.1.1
+BuildRequires: Django
+BuildRequires: pymongo-gridfs
+Requires: pymongo >= 2.1.1
+Requires: pymongo-gridfs
+%endif
+
+BuildRequires: mongodb-server
+BuildRequires: python-blinker
+BuildRequires: python-imaging
+BuildRequires: python-coverage
+BuildRequires: python-nose
+Requires: python-blinker
+Requires: python-imaging
+
+
+%description
+MongoEngine is a Document-Object Mapper (think ORM,
+but for document databases) for working with MongoDB
+from Python. It uses a simple declarative API, similar
+to the Django ORM.
+
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+rm -rf mongoengine.egg-info
+
+
+%build
+python setup.py build
+
+PYTHONPATH=$(pwd) make -C docs html
+rm -f docs/_build/html/.buildinfo
+
+
+%install
+python setup.py install --skip-build --root %{buildroot}
+
+
+%check
+mkdir -p data/db
+mkdir -p data/log
+%{_exec_prefix}/bin/mongod --dbpath data/db --fork --logpath data/log/mongod.log
+sleep 1
+python setup.py test
+%{_exec_prefix}/bin/mongod --dbpath data/db --shutdown
+rm -r data/
+rm -f test/*.pyc
+
+
+%files
+%doc README.rst LICENSE docs/_build/html
+%{python_sitelib}/%{pkgname}
+%{python_sitelib}/%{pkgname}-*.egg-info
+
+
+%changelog
+* Mon Jan 28 2013 Yohan Graterol <yohangraterol92(a)gmail.com> - 0.7.9-4
+- Add Requires: pymongo, python-gridfs for f17
+- Add Requires: python-pymongo, python-pymongo-gridfs for f18+
+- Add Requires: python-blinker, python-imaging
+* Sun Jan 27 2013 Yohan Graterol <yohangraterol92(a)gamil.com> - 0.7.9-3
+- Built and included test
+- Add BuildRequires: python-django >= 1.3
+* Sun Jan 27 2013 Yohan Graterol <yohangraterol92(a)gmail.com> - 0.7.9-2
+- Built and included sphinx docs
+- Add BuildRequires: python-sphinx, python-pymongo, pymongo-gridfs
+- Add BuildRequires: python-coverage, python-nose
+* Thu Jan 17 2013 Yohan Graterol <yohangraterol92(a)gmail.com> - 0.7.9-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..482bb81 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+31ffa6b8decf2c5b11ed505b9ef3e41e mongoengine-0.7.9.tar.gz
10Â years, 7Â months
[kernel: 1/2] drop obsolete omapdrm patch
by Peter Robinson
commit 81e313268964f353f4b1c1285fa365860b772735
Author: Peter Robinson <pbrobinson(a)gmail.com>
Date: Thu Jan 31 23:17:38 2013 +0000
drop obsolete omapdrm patch
arm-omap-fixdrm.patch | 10 ----------
kernel.spec | 6 ------
2 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 79e2ff8..afb470a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -716,11 +716,6 @@ Patch14010: lis3-improve-handling-of-null-rate.patch
Patch21000: arm-export-read_current_timer.patch
Patch21001: arm-allnoconfig-error-__LINUX_ARM_ARCH__-undeclared.patch
-# OMAP
-# https://patchwork.kernel.org/patch/1721241/
-# https://patchwork.kernel.org/patch/1839401/
-Patch21002: arm-omap-fixdrm.patch
-
# IMX
Patch21003: arm-imx-fixdrm.patch
@@ -1316,7 +1311,6 @@ ApplyPatch arm-export-read_current_timer.patch
ApplyPatch arm-allnoconfig-error-__LINUX_ARM_ARCH__-undeclared.patch
# ApplyPatch arm-tegra-nvec-kconfig.patch
ApplyPatch arm-tegra-usb-no-reset-linux33.patch
-ApplyPatch arm-omap-fixdrm.patch
ApplyPatch arm-imx-fixdrm.patch
#
10Â years, 7Â months
[libstoragemgmt] Update to version 0.0.17
by tasleson
commit abc30e9e3ef1fbbee2ba541f67dc6aa2b9a2f5c7
Author: Tony Asleson <tasleson(a)redhat.com>
Date: Thu Jan 31 16:04:26 2013 -0600
Update to version 0.0.17
Signed-off-by: Tony Asleson <tasleson(a)redhat.com>
.gitignore | 1 +
libstoragemgmt.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6584b02..7412363 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/libstoragemgmt-0.0.13.tar.gz
/libstoragemgmt-0.0.15.tar.gz
/libstoragemgmt-0.0.16.tar.gz
+/libstoragemgmt-0.0.17.tar.gz
diff --git a/libstoragemgmt.spec b/libstoragemgmt.spec
index d6796ee..876ce08 100644
--- a/libstoragemgmt.spec
+++ b/libstoragemgmt.spec
@@ -1,5 +1,5 @@
Name: libstoragemgmt
-Version: 0.0.16
+Version: 0.0.17
Release: 1%{?dist}
Summary: Storage array management library
Group: System Environment/Libraries
@@ -140,6 +140,9 @@ fi
%{_libdir}/pkgconfig/libstoragemgmt.pc
%changelog
+* Thu Jan 31 2013 Tony Asleson <tasleson(a)redhat.com> - 0.0.17-1
+- New upstream release
+
* Wed Jan 2 2013 Tony Asleson <tasleson(a)redhat.com> - 0.0.16-1
- New upstream release
diff --git a/sources b/sources
index 316a4ae..5bddade 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb999770226b1eb433348234b4232eed libstoragemgmt-0.0.16.tar.gz
+518f622f4d903163a89a135f62d12408 libstoragemgmt-0.0.17.tar.gz
10Â years, 7Â months
[ltrace/f17: 4/4] Merge branch 'master' into f17
by Petr Machata
commit 969da595204b6886d3f4338687d5aa90bf815d8b
Merge: 8cf2110 ab95437
Author: Petr Machata <pmachata(a)redhat.com>
Date: Thu Jan 31 23:59:24 2013 +0100
Merge branch 'master' into f17
ltrace-0.7.2-unused-typedef.patch | 49 +++++++++++++++++++++++++++++++++++++
ltrace.spec | 5 ++++
2 files changed, 54 insertions(+), 0 deletions(-)
---
10Â years, 7Â months
[ltrace/f17] (4 commits) ...Merge branch 'master' into f17
by Petr Machata
Summary of changes:
5ab8e7f... Work around a new GCC warning (*)
012c462... Actually add the patch (*)
ab95437... One more unused typedef (*)
969da59... Merge branch 'master' into f17
(*) This commit already existed in another branch; no separate mail sent
10Â years, 7Â months