Hello community,

here is the log from the commit of package go-web.go for openSUSE:Factory
checked in at Thu Aug 18 00:04:37 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ go-web.go/go-web.go.changes 2011-08-13 12:19:01.000000000 +0200
@@ -0,0 +1,97 @@
+-------------------------------------------------------------------
+Sat Aug 13 10:18:04 UTC 2011 - [email protected]
+
+- Update to 13/08/2011 git version:
+  * Updates for Go r.59
+- Drop web.go-fix-weekly patch, merged upstream
+
+-------------------------------------------------------------------
+Mon Jun 27 07:20:36 UTC 2011 - [email protected]
+
+- Add patch to build against weekly 2011.06.23 api changes 
+
+-------------------------------------------------------------------
+Wed Jun  8 15:33:33 UTC 2011 - [email protected]
+
+- Use new %go_disable_brp_strip_static_archive macro
+
+-------------------------------------------------------------------
+Sun May 22 11:06:48 UTC 2011 - [email protected]
+
+- Disable tests on Mandriva
+
+-------------------------------------------------------------------
+Sat May 21 13:07:43 UTC 2011 - [email protected]
+
+- Switch to %{go_make_test} macro
+
+-------------------------------------------------------------------
+Fri May 20 13:11:48 UTC 2011 - [email protected]
+
+- Use Go RPM macros instead of custom ones
+- Use proper package versioning scheme (needs reinstall)
+- Drop provides/obsoletes of old package, needs reinstall anyway
+
+-------------------------------------------------------------------
+Thu May 19 14:48:02 UTC 2011 - [email protected]
+
+- Removed rpmlintrc, not needed anymore
+
+-------------------------------------------------------------------
+Thu May 19 12:34:27 UTC 2011 - [email protected]
+
+- Simpler build
+
+-------------------------------------------------------------------
+Wed May 18 14:23:00 UTC 2011 - [email protected]
+
+- Disable tests for Mandriva
+- Also disable brp-strip-static-archive on RHEL and CentOS
+
+-------------------------------------------------------------------
+Wed May 18 13:38:11 UTC 2011 - [email protected]
+
+- Don't require 'go'
+- Disable brp-strip-static-archive on Fedora, breaks build
+- Provide devel and devel-static packages
+- Remove devel-file-in-non-devel-package rpmlint filter
+
+-------------------------------------------------------------------
+Wed May 18 12:56:21 UTC 2011 - [email protected]
+
+- Update to 18/05/2011 mercurial version
+- Run tests
+
+-------------------------------------------------------------------
+Mon Mar 21 15:14:30 UTC 2011 - [email protected]
+
+- Removed authors from description
+- Removed pkg_version macro, use %%{version} directly
+
+-------------------------------------------------------------------
+Wed Mar  9 13:12:27 UTC 2011 - [email protected]
+
+- Updates to work with latest 20110307 release
+- Use net/textproto MIMEHeader.Get()
+- Type assert the http.ResponseWriter into a Hijacker on Close()
+
+-------------------------------------------------------------------
+Tue Mar  1 14:33:41 UTC 2011 - [email protected]
+
+- Update to 28/02/2011 upstream version 
+
+-------------------------------------------------------------------
+Wed Feb  9 10:10:00 UTC 2011 - [email protected]
+
+- Update to 09/02/2011 upstream version
+
+-------------------------------------------------------------------
+Thu Dec  2 08:19:10 UTC 2010 - [email protected]
+
+- Update to 02/12/2010 upstream version
+
+-------------------------------------------------------------------
+Mon Nov  8 21:57:34 UTC 2010 - [email protected]
+
+- Initial commit
+

calling whatdependson for head-i586


New:
----
  go-web.go.changes
  go-web.go.spec
  web.go-0.0.0+git20110813.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ go-web.go.spec ++++++
#
# spec file for package go-web.go
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c), 2011, Sascha Peilicke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           go-web.go
Version:        0.0.0+git20110813
Release:        1
Summary:        A simple framework to write webapps in Go
Group:          Development/Languages/Other
License:        MIT
Url:            http://github.com/hoisie/web.go
Source0:        web.go-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
%{go_provides}
%{go_requires}
%{go_disable_brp_strip_static_archive}

%description
Web.go is the simplest way to write web applications in the Go programming
language. It's ideal for writing simple, performant backend web services.

%prep
%setup -q -n web.go

%build

%install
%{go_make_install}

%check
%{go_make_test}

%files
%defattr(-,root,root,-)
%doc LICENSE Readme.md examples
%{go_sitearch}/*

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to