rpms/tre/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 tre-chicken.patch, 1.1, 1.2 tre.spec, 1.15, 1.16

Dominik Mierzejewski rathann at fedoraproject.org
Sun Dec 6 13:33:48 UTC 2009


Author: rathann

Update of /cvs/pkgs/rpms/tre/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30703

Modified Files:
	.cvsignore sources tre-chicken.patch tre.spec 
Log Message:
* Sun Sep 20 2009 Dominik Mierzejewski <rpm at greysector.net> 0.8.0-1
- updated to 0.8.0 (ABI change)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tre/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	28 Jul 2009 14:28:35 -0000	1.4
+++ .cvsignore	6 Dec 2009 13:33:47 -0000	1.5
@@ -1 +1 @@
-tre-0.7.6.tar.bz2
+tre-0.8.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tre/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	28 Jul 2009 14:28:36 -0000	1.4
+++ sources	6 Dec 2009 13:33:47 -0000	1.5
@@ -1 +1 @@
-ada884f6524093aa7d4961f0c97dfe01  tre-0.7.6.tar.bz2
+b4d3232593dadf6746f4727bdda20b41  tre-0.8.0.tar.bz2

tre-chicken.patch:
 setup.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Index: tre-chicken.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tre/devel/tre-chicken.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- tre-chicken.patch	8 Nov 2007 17:16:28 -0000	1.1
+++ tre-chicken.patch	6 Dec 2009 13:33:47 -0000	1.2
@@ -1,21 +1,21 @@
-diff -up tre-0.7.5/python/tre-python.c.chicken tre-0.7.5/python/tre-python.c
-diff -up tre-0.7.5/python/setup.py.chicken tre-0.7.5/python/setup.py
---- tre-0.7.5/python/setup.py.chicken	2006-12-10 07:02:57.000000000 +0100
-+++ tre-0.7.5/python/setup.py	2007-11-08 18:10:12.000000000 +0100
-@@ -32,6 +32,8 @@ SOURCES = ["tre-python.c"]
+diff -up tre-0.8.0/python/setup.py.chicken tre-0.8.0/python/setup.py
+--- tre-0.8.0/python/setup.py.chicken	2009-09-20 09:51:01.000000000 +0200
++++ tre-0.8.0/python/setup.py	2009-09-20 15:43:45.000000000 +0200
+@@ -10,7 +10,8 @@ import shutil
  
- INCDIRS = ospath(["..", "../lib"])
+ version = "0.8.0"
+ data_files = []
+-include_dirs = ["../lib"]
++include_dirs = ["..", "../lib"]
++library_dirs = ["../lib/.libs"]
+ libraries = ["tre"]
  
-+LIBDIRS = ospath(["../lib/.libs"])
-+
- setup(
-     name = "tre",
-     version = VERSION,
-@@ -46,6 +48,7 @@ setup(
- 	    SOURCES,
- 	    include_dirs = INCDIRS,
-             define_macros = [("HAVE_CONFIG_H", None)],
-+	    library_dirs = LIBDIRS,
- 	    libraries=["tre"]
- 	),
-     ],
+ if sys.platform == "win32":
+@@ -31,6 +32,7 @@ setup(name = "tre",
+                                sources = ["tre-python.c"],
+                                define_macros = [("HAVE_CONFIG_H", None)],
+                                include_dirs = include_dirs,
++                               library_dirs = library_dirs,
+                                libraries = libraries
+                                ),
+                      ],


Index: tre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tre/devel/tre.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- tre.spec	22 Aug 2009 19:12:53 -0000	1.15
+++ tre.spec	6 Dec 2009 13:33:47 -0000	1.16
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: tre
-Version: 0.7.6
-Release: 2%{?dist}
+Version: 0.8.0
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Libraries
 Source0: http://laurikari.net/tre/%{name}-%{version}.tar.bz2
@@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/agrep.1*
 
 %changelog
+* Sun Sep 20 2009 Dominik Mierzejewski <rpm at greysector.net> 0.8.0-1
+- updated to 0.8.0 (ABI change)
+
 * Sat Aug 22 2009 Dominik Mierzejewski <rpm at greysector.net> 0.7.6-2
 - added missing defattr for python subpackage
 - dropped conditionals for Fedora <10




More information about the fedora-extras-commits mailing list