From 876efe26f6789268843dd1703d70e9274fed46fb Mon Sep 17 00:00:00 2001
From: Jesse Keating <jkeat...@fedoraproject.org>
Date: Tue, 29 Sep 2009 05:57:30 +0000
Subject: Initialize branch F-12 for perl-Data-Dump-Streamer

---
 branch | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 branch

diff --git a/branch b/branch
new file mode 100644
index 0000000..06de2d2
--- /dev/null
+++ b/branch
@@ -0,0 +1 @@
+F-12
-- 
cgit v0.12


From ecb18a14f01533bf156ea00a46d0bb73f31431c0 Mon Sep 17 00:00:00 2001
From: Bill Nottingham <nott...@fedoraproject.org>
Date: Wed, 25 Nov 2009 23:30:41 +0000
Subject: Fix typo that causes a failure to update the common directory.
 (releng     #2781)

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b8a77c8..12b7f0c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ NAME := perl-Data-Dump-Streamer
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))
-- 
cgit v0.12


From 510a74f5d0c6ead0e383bf6077ae7b40727a4d5f Mon Sep 17 00:00:00 2001
From: Bill Nottingham <nott...@fedoraproject.org>
Date: Thu, 26 Nov 2009 02:12:46 +0000
Subject: Fix typo that causes a failure to update the common directory.
 (releng     #2781)

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b8a77c8..12b7f0c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ NAME := perl-Data-Dump-Streamer
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))
-- 
cgit v0.12


From 916083de801df915dcdb620124903572e9a79676 Mon Sep 17 00:00:00 2001
From: Bill Nottingham <nott...@fedoraproject.org>
Date: Thu, 26 Nov 2009 02:12:46 +0000
Subject: Fix typo that causes a failure to update the common directory.
 (releng     #2781)

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b8a77c8..12b7f0c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ NAME := perl-Data-Dump-Streamer
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
 MAKEFILE_COMMON := $(shell $(find-makefile-common))
-- 
cgit v0.12


From beb20f410b6ef510eaf2fb9510a7fb343a717328 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= <ka...@fedoraproject.org>
Date: Mon, 7 Dec 2009 14:52:02 +0000
Subject: - rebuild against perl 5.10.1

---
 perl-Data-Dump-Streamer.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Data-Dump-Streamer.spec b/perl-Data-Dump-Streamer.spec
index 5bbdbef..b5e83f0 100644
--- a/perl-Data-Dump-Streamer.spec
+++ b/perl-Data-Dump-Streamer.spec
@@ -1,6 +1,6 @@
 Name:           perl-Data-Dump-Streamer
 Version:        2.09
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Accurately serialize a data structure as Perl code
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec  7 2009 Stepan Kasal <ska...@redhat.com> - 2.09-4
+- rebuild against perl 5.10.1
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 2.09-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-- 
cgit v0.12


From 4002fdaf97959bcf8d5f2d895f59330d0be9bedf Mon Sep 17 00:00:00 2001
From: Jesse Keating <jkeat...@fedoraproject.org>
Date: Wed, 17 Feb 2010 02:26:31 +0000
Subject: Initialize branch F-13 for perl-Data-Dump-Streamer

---
 branch | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 branch

diff --git a/branch b/branch
new file mode 100644
index 0000000..baa94ef
--- /dev/null
+++ b/branch
@@ -0,0 +1 @@
+F-13
-- 
cgit v0.12


From dcefe553955d80ae2b13d7e7ee00ed1e91e91674 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <au...@fedoraproject.org>
Date: Sat, 8 May 2010 02:05:16 +0000
Subject: Initialize branch EL-6 for perl-Data-Dump-Streamer

---
 branch | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 branch

diff --git a/branch b/branch
new file mode 100644
index 0000000..46381b9
--- /dev/null
+++ b/branch
@@ -0,0 +1 @@
+EL-6
-- 
cgit v0.12


From 77cf1ef129750d26cae8c0aa26da5db734d8b995 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-...@lists.fedoraproject.org>
Date: Thu, 29 Jul 2010 06:23:32 +0000
Subject: dist-git conversion

---
 .cvsignore |  1 -
 .gitignore |  1 +
 Makefile   | 21 ---------------------
 branch     |  1 -
 4 files changed, 1 insertion(+), 23 deletions(-)
 delete mode 100644 .cvsignore
 create mode 100644 .gitignore
 delete mode 100644 Makefile
 delete mode 100644 branch

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 5b717fa..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Data-Dump-Streamer-2.09.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5b717fa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+Data-Dump-Streamer-2.09.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 12b7f0c..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-Data-Dump-Streamer
-# $Id$
-NAME := perl-Data-Dump-Streamer
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo 
"common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to 
checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/branch b/branch
deleted file mode 100644
index baa94ef..0000000
--- a/branch
+++ /dev/null
@@ -1 +0,0 @@
-F-13
-- 
cgit v0.12


From 28dbb4f99f2401b63f3e8ed9a39ec505d938469a Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-...@lists.fedoraproject.org>
Date: Thu, 29 Jul 2010 06:23:32 +0000
Subject: dist-git conversion

---
 .cvsignore |  1 -
 .gitignore |  1 +
 Makefile   | 21 ---------------------
 branch     |  1 -
 4 files changed, 1 insertion(+), 23 deletions(-)
 delete mode 100644 .cvsignore
 create mode 100644 .gitignore
 delete mode 100644 Makefile
 delete mode 100644 branch

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 5b717fa..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Data-Dump-Streamer-2.09.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5b717fa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+Data-Dump-Streamer-2.09.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 12b7f0c..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-Data-Dump-Streamer
-# $Id$
-NAME := perl-Data-Dump-Streamer
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo 
"common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to 
checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/branch b/branch
deleted file mode 100644
index 06de2d2..0000000
--- a/branch
+++ /dev/null
@@ -1 +0,0 @@
-F-12
-- 
cgit v0.12


From 626da76421a109f17a38f72c7db16d4393d70d21 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-...@lists.fedoraproject.org>
Date: Thu, 29 Jul 2010 06:23:34 +0000
Subject: dist-git conversion

---
 .cvsignore |  1 -
 .gitignore |  1 +
 Makefile   | 21 ---------------------
 branch     |  1 -
 4 files changed, 1 insertion(+), 23 deletions(-)
 delete mode 100644 .cvsignore
 create mode 100644 .gitignore
 delete mode 100644 Makefile
 delete mode 100644 branch

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 5b717fa..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Data-Dump-Streamer-2.09.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5b717fa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+Data-Dump-Streamer-2.09.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 12b7f0c..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-Data-Dump-Streamer
-# $Id$
-NAME := perl-Data-Dump-Streamer
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo 
"common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to 
checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/branch b/branch
deleted file mode 100644
index 46381b9..0000000
--- a/branch
+++ /dev/null
@@ -1 +0,0 @@
-EL-6
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Data-Dump-Streamer.git/commit/?h=f24&id=48b8e64ef65485b885983b2cb6037fba4be46a75
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to