From d6281cbe3a0c7a411481dcde2c3d0660001e3720 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 18 May 2007 08:32:07 +0000 Subject: [PATCH 1/6] Initialize branch F-7 for php-pear-PHP-CodeSniffer --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..c48525c --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-7 From 16bb0433e3ed4d9517b484b8f3f50b96002ccb70 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 11 Jun 2007 15:26:29 +0000 Subject: [PATCH 2/6] Upstream 0.6.0. --- .cvsignore | 2 +- php-pear-PHP-CodeSniffer.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index ce0695e..f71b343 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PHP_CodeSniffer-0.5.0.tgz +PHP_CodeSniffer-0.6.0.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 11a5078..6495c23 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -2,7 +2,7 @@ %define pear_name PHP_CodeSniffer Name: php-pear-PHP-CodeSniffer -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -87,11 +87,16 @@ fi %{pear_phpdir}/PHP/* %files -n phpcs +%defattr(-,root,root,-) %doc %{pear_name}-%{version}/PHP_CodeSniffer-licence.txt %{_bindir}/* %changelog +* Mon Jun 11 2007 Konstantin Ryabitsev - 0.6.0-1 +- Upstream 0.6.0 +- Fix owner on phpcs + * Tue Apr 17 2007 Konstantin Ryabitsev - 0.5.0-1 - Upstream 0.5.0 diff --git a/sources b/sources index 58aa4ab..7eb400d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63b01bd1299a3bc50d06a0a3dfb30cc7 PHP_CodeSniffer-0.5.0.tgz +b9601562143c9c585954c8c0906f03fd PHP_CodeSniffer-0.6.0.tgz From f83f2efd605f61e10b656e289dcb981c0c9bf909 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 3 Aug 2007 15:46:35 +0000 Subject: [PATCH 3/6] Upstream 0.7.0 --- .cvsignore | 2 +- php-pear-PHP-CodeSniffer.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index f71b343..c6ed812 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PHP_CodeSniffer-0.6.0.tgz +PHP_CodeSniffer-0.7.0.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 6495c23..03bc404 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -2,7 +2,7 @@ %define pear_name PHP_CodeSniffer Name: php-pear-PHP-CodeSniffer -Version: 0.6.0 +Version: 0.7.0 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.4.9-1.2 -Requires: php-pear(PEAR), php-common > 5.1.0 +Requires: php-pear(PEAR) Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{pear_name}) = %{version} @@ -93,6 +93,10 @@ fi %changelog +* Mon Jun 11 2007 Konstantin Ryabitsev - 0.7.0-1 +- Upstream 0.7.0 +- Drop Requirement on php-common (php-pear pulls that in) + * Mon Jun 11 2007 Konstantin Ryabitsev - 0.6.0-1 - Upstream 0.6.0 - Fix owner on phpcs diff --git a/sources b/sources index 7eb400d..9050ae8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9601562143c9c585954c8c0906f03fd PHP_CodeSniffer-0.6.0.tgz +c66ab6a9c33c2c788412644b0a66a048 PHP_CodeSniffer-0.7.0.tgz From b5b5ab4e0137d653f9bb051970d6cc61dad903cf Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 17 Aug 2007 20:01:14 +0000 Subject: [PATCH 4/6] New upstream 0.8.0 --- .cvsignore | 2 +- php-pear-PHP-CodeSniffer.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index c6ed812..0fcb2ee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PHP_CodeSniffer-0.7.0.tgz +PHP_CodeSniffer-0.8.0.tgz diff --git a/php-pear-PHP-CodeSniffer.spec b/php-pear-PHP-CodeSniffer.spec index 03bc404..3beb3aa 100644 --- a/php-pear-PHP-CodeSniffer.spec +++ b/php-pear-PHP-CodeSniffer.spec @@ -2,7 +2,7 @@ %define pear_name PHP_CodeSniffer Name: php-pear-PHP-CodeSniffer -Version: 0.7.0 +Version: 0.8.0 Release: 1%{?dist} Summary: PHP coding standards enforcement tool @@ -93,6 +93,9 @@ fi %changelog +* Fri Aug 17 2007 Konstantin Ryabitsev - 0.8.0-1 +- Upstream 0.8.0 + * Mon Jun 11 2007 Konstantin Ryabitsev - 0.7.0-1 - Upstream 0.7.0 - Drop Requirement on php-common (php-pear pulls that in) diff --git a/sources b/sources index 9050ae8..cfce90f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c66ab6a9c33c2c788412644b0a66a048 PHP_CodeSniffer-0.7.0.tgz +a106c8c1abfc35ba590d6bc0f7e2acff PHP_CodeSniffer-0.8.0.tgz From 7bc3016687974ae6c5c32d19a2cba36d8c629b3e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:59:22 +0000 Subject: [PATCH 5/6] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 24dd3e6..7fd3e60 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: php-pear-PHP-CodeSniffer -# $Id$ +# $Id: Makefile,v 1.1 2007/01/30 01:33:58 icon Exp $ NAME := php-pear-PHP-CodeSniffer 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)) From 20deb7f6e8f1ce8e3a1ceb3a24d671da2eb989d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 09:05:41 +0000 Subject: [PATCH 6/6] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 7fd3e60..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: php-pear-PHP-CodeSniffer -# $Id: Makefile,v 1.1 2007/01/30 01:33:58 icon Exp $ -NAME := php-pear-PHP-CodeSniffer -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 c48525c..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-7