Hello community, here is the log from the commit of package shp for openSUSE:Factory checked in at 2013-01-29 14:46:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shp (Old) and /work/SRC/openSUSE:Factory/.shp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shp", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-01-09 19:40:42.352580873 +0100 +++ /work/SRC/openSUSE:Factory/.shp.new/shp.changes 2013-01-29 14:46:03.000000000 +0100 @@ -0,0 +1,39 @@ +------------------------------------------------------------------- +Sat Jan 12 16:29:47 UTC 2013 - [email protected] + +- Fix build failures on CentOS, et. al. + +------------------------------------------------------------------- +Thu Nov 29 21:09:51 UTC 2012 - [email protected] + +- Reformat spec file %description to avoid rpmtlint warning + +------------------------------------------------------------------- +Thu Nov 29 21:04:19 UTC 2012 - [email protected] + +- Fixes to spec file + + Specify valid Group: and License: values + + Specify URL: that doesn't contain any macros + +------------------------------------------------------------------- +Wed Nov 16 19:41:26 UTC 2011 - [email protected] + +- Fix RPM requirements to unbreak build + +------------------------------------------------------------------- +Fri Nov 11 02:56:11 UTC 2011 - [email protected] + +- Update to release 1.0.2 + + Ignore any shebang on the first line of input + + Add new flags --check, --dump, --shell + +------------------------------------------------------------------- +Wed Nov 2 16:08:31 UTC 2011 - [email protected] + +- Update to release 1.0.1 + +------------------------------------------------------------------- +Wed Nov 2 02:48:31 UTC 2011 - [email protected] + +- Initial commit + New: ---- shp-1.0.2.tar.gz shp.changes shp.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shp.spec ++++++ # # shp - Like PHP except you write your script in shell script # # Copyright 2011 Archie L. Cobbs <[email protected]> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # %define name shp %define pkgdir %{_datadir}/%{name} Name: %{name} Version: 1.0.2 Release: 1 Summary: Like PHP except you write your script in shell script Group: Development/Languages/Other License: Apache-2.0 BuildRoot: %{_tmppath}/%{name}-root Buildarch: noarch Source: %{name}-%{version}.tar.gz URL: http://shp.googlecode.com/ BuildRequires: bash BuildRequires: gawk BuildRequires: openssl BuildRequires: coreutils Requires: bash Requires: gawk Requires: openssl Requires: coreutils %description %{name} parses and executes SHP scripts in the manner of PHP, except nested scripts are written in shell scripting language instead of the PHP language. %{name} outputs its script file, with nested <?shp ... ?> blocks executed as shell scripts. %clean rm -rf ${RPM_BUILD_ROOT} %prep %setup %build %configure %__make %install %makeinstall %files %attr(755,root,root) %{_bindir}/%{name} %defattr(644,root,root,0755) %{_mandir}/man?/* %doc %{_datadir}/doc/packages/%{name} %{pkgdir} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
