rpms/curry/F-7 .cvsignore, 1.2, 1.3 curry-strip.patch, 1.1, 1.2 curry.spec, 1.2, 1.3 sources, 1.2, 1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Wed Jun 13 06:23:23 UTC 2007


Author: gemi

Update of /cvs/pkgs/rpms/curry/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26503

Modified Files:
	.cvsignore curry-strip.patch curry.spec sources 
Log Message:
new version 0.9.11


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/curry/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 Jun 2006 21:31:29 -0000	1.2
+++ .cvsignore	13 Jun 2007 06:22:47 -0000	1.3
@@ -1 +1 @@
-curry-0.9.10.tar.gz
+curry-0.9.11.tar.gz

curry-strip.patch:

Index: curry-strip.patch
===================================================================
RCS file: /cvs/pkgs/rpms/curry/F-7/curry-strip.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- curry-strip.patch	10 Jun 2006 21:31:29 -0000	1.1
+++ curry-strip.patch	13 Jun 2007 06:22:47 -0000	1.2
@@ -1,15 +1,15 @@
---- curry-0.9.10/Makefile.in.strip	2006-06-10 21:34:26.000000000 +0200
-+++ curry-0.9.10/Makefile.in	2006-06-10 21:34:53.000000000 +0200
-@@ -297,9 +297,9 @@
- 	$(install_edit) cyi > /tmp/cyi
- 	$(INSTALL_PROGRAM) /tmp/cyi $(DESTDIR)$(bindir)
+--- curry-0.9.11/Makefile.in.strip	2007-06-12 23:58:46.000000000 +0200
++++ curry-0.9.11/Makefile.in	2007-06-12 23:59:00.000000000 +0200
+@@ -317,9 +317,9 @@
+ 	$(INSTALL_PROGRAM) /tmp/cyi $(DESTDIR)$(bindir)/cyi-$(VERSION)
+ 	cd $(DESTDIR)$(bindir) && rm -f cyi && $(LN_S) cyi-$(VERSION) cyi
  	@rm -f /tmp/cyi
--	$(INSTALL_PROGRAM) -s cycc $(DESTDIR)$(libdir)/curry
--	$(INSTALL_PROGRAM) -s cymk $(DESTDIR)$(libdir)/curry
--	$(INSTALL_PROGRAM) -s newer $(DESTDIR)$(libdir)/curry
-+	$(INSTALL_PROGRAM) cycc $(DESTDIR)$(libdir)/curry
-+	$(INSTALL_PROGRAM) cymk $(DESTDIR)$(libdir)/curry
-+	$(INSTALL_PROGRAM) newer $(DESTDIR)$(libdir)/curry
- 	$(INSTALL_DATA) cyc.1 $(DESTDIR)$(mandir)/man1
- 	$(INSTALL_DATA) cymake.1 $(DESTDIR)$(mandir)/man1
- 	$(INSTALL_DATA) cyi.1 $(DESTDIR)$(mandir)/man1
+-	$(INSTALL_PROGRAM) -s cycc $(DESTDIR)$(libdir)/curry-$(VERSION)
+-	$(INSTALL_PROGRAM) -s cymk $(DESTDIR)$(libdir)/curry-$(VERSION)
+-	$(INSTALL_PROGRAM) -s newer $(DESTDIR)$(libdir)/curry-$(VERSION)
++	$(INSTALL_PROGRAM) cycc $(DESTDIR)$(libdir)/curry-$(VERSION)
++	$(INSTALL_PROGRAM) cymk $(DESTDIR)$(libdir)/curry-$(VERSION)
++	$(INSTALL_PROGRAM) newer $(DESTDIR)$(libdir)/curry-$(VERSION)
+ 	$(INSTALL_DATA) cyc.1 $(DESTDIR)$(mandir)/man1/cyc-$(VERSION).1
+ 	echo '.so man1/cyc-$(VERSION).1' > $(DESTDIR)$(mandir)/man1/cyc.1
+ 	$(INSTALL_DATA) cymake.1 $(DESTDIR)$(mandir)/man1/cymake-$(VERSION).1


Index: curry.spec
===================================================================
RCS file: /cvs/pkgs/rpms/curry/F-7/curry.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- curry.spec	28 Aug 2006 00:06:56 -0000	1.2
+++ curry.spec	13 Jun 2007 06:22:47 -0000	1.3
@@ -1,12 +1,12 @@
 Name:           curry
-Version:        0.9.10
-Release:        3%{?dist}
+Version:        0.9.11
+Release:        1%{?dist}
 Summary:        Münster Curry compiler
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://danae.uni-muenster.de/~lux/curry
-Source:         http://danae.uni-muenster.de/~lux/curry/download/curry-0.9.10/curry-0.9.10.tar.gz
+Source:         http://danae.uni-muenster.de/~lux/curry/download/curry-0.9.11/curry-0.9.11.tar.gz
 Patch0:		curry-strip.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ghc >= 6.4
@@ -41,11 +41,14 @@
 %defattr(-,root,root,-)
 %doc LICENSE README NEWS doc/report.pdf doc/user.pdf
 %{_bindir}/*
-%{_libdir}/curry
+%{_libdir}/curry-%{version}
 %{_mandir}/man*/*
 
 
 %changelog
+* Tue Jun 12 2007 Gerard Milmeister <gemi at bluewin.ch> - 0.9.11-1
+- new version 0.9.11
+
 * Mon Aug 28 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.9.10-3
 - Rebuild for FE6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/curry/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 Jun 2006 21:31:29 -0000	1.2
+++ sources	13 Jun 2007 06:22:47 -0000	1.3
@@ -1 +1 @@
-ae56a087dd6e174cc865e701657876a0  curry-0.9.10.tar.gz
+e3029e967a501a7ba26ab37dfd0e3ce5  curry-0.9.11.tar.gz




More information about the fedora-extras-commits mailing list