Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2012-03-22 12:32:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go (Old)
 and      /work/SRC/openSUSE:Factory/.go.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/go/go.changes    2012-03-08 19:42:56.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes       2012-03-22 
12:32:44.000000000 +0100
@@ -1,0 +2,18 @@
+Tue Mar 13 11:00:41 UTC 2012 - gra...@andtech.eu
+
+- No language changes
+- Initial Go 1 beta offering
+- Many bug fixes and resolved issues
+  http://weekly.golang.org/doc/devel/weekly.html#2012-03-13
+
+-------------------------------------------------------------------
+Sat Mar 10 16:44:34 UTC 2012 - gra...@andtech.eu
+
+- Add additional Go vim scripts, tweak goversion macro
+
+-------------------------------------------------------------------
+Fri Mar  9 13:22:32 UTC 2012 - gra...@andtech.eu
+
+- update spec and macro file to provide working requires
+
+-------------------------------------------------------------------

Old:
----
  go-0.0.r60.3+hg20120304.tar.bz2

New:
----
  go-0.0.r60.3+hg20120313.tar.bz2

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

Other differences:
------------------
++++++ go.spec ++++++
--- /var/tmp/diff_new_pack.WzRTL5/_old  2012-03-22 12:32:45.000000000 +0100
+++ /var/tmp/diff_new_pack.WzRTL5/_new  2012-03-22 12:32:45.000000000 +0100
@@ -19,7 +19,7 @@
 
 
 Name:           go
-Version:        0.0.r60.3+hg20120304
+Version:        0.0.r60.3+hg20120313
 Release:        0
 Summary:        A compiled, garbage-collected, concurrent programming language
 License:        BSD-3-Clause
@@ -47,10 +47,11 @@
 BuildRequires:  fdupes
 Recommends:     go-doc
 %endif
-Provides:       libcgo = %{version}
-Provides:       go-devel-static = %{version}
-Provides:       go-devel = %{version}
-Obsoletes:      go-devel < %{version}
+%define goversion weekly.2012-03-13
+Provides:       go = %{goversion}
+Provides:       go-devel = %{goversion}
+Provides:       go-devel-static = %{goversion}
+Obsoletes:      go-devel < %{goversion}
 ExclusiveArch:  %ix86 x86_64 %arm
 # For godoc service
 %if 0%{?suse_version} >= 1210
@@ -98,6 +99,7 @@
 
 %prep
 %setup -q -n %{name}
+echo %{requiretest}
 %patch1 -p1
 %patch3 -p1
 cp %{SOURCE4} .
@@ -132,6 +134,12 @@
 install -Dm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/go.sh
 install -Dm644 misc/emacs/go-mode-load.el 
%{buildroot}%{_datadir}/emacs/site-lisp/go-mode-load.el
 install -Dm644 misc/emacs/go-mode.el 
%{buildroot}%{_datadir}/emacs/site-lisp/go-mode.el
+install -Dm644 misc/vim/autoload/go/complete.vim 
%{buildroot}%{_datadir}/vim/site/autoload/go/complete.vim
+install -d %{buildroot}%{_datadir}/vim/site/ftplugin/go
+install -Dm644 misc/vim/ftplugin/go/{fmt,godoc,import}.vim 
%{buildroot}%{_datadir}/vim/site/ftplugin/go/
+install -Dm644 misc/vim/indent/go.vim 
%{buildroot}%{_datadir}/vim/site/indent/go.vim
+install -Dm644 misc/vim/plugin/godoc.vim 
%{buildroot}%{_datadir}/vim/site/plugin/godoc.vim
+install -Dm644 misc/vim/syntax/godoc.vim 
%{buildroot}%{_datadir}/vim/site/syntax/godoc.vim
 install -Dm644 misc/vim/syntax/go.vim 
%{buildroot}%{_datadir}/vim/site/syntax/go.vim
 install -Dm644 misc/vim/ftdetect/gofiletype.vim 
%{buildroot}%{_datadir}/vim/site/ftdetect/gofiletype.vim
 install -Dm644 misc/kate/go.xml 
%{buildroot}%{_datadir}/kde4/apps/katepart/syntax/go.xml
@@ -183,25 +191,26 @@
 %fdupes %{buildroot}%{_prefix}
 %endif
 
-
 %pre
 %if 0%{?suse_version} >= 1210
 %service_add_pre godoc.service
 %endif
+
 %post
 %if 0%{?suse_version} >= 1210
 %service_add_pre godoc.service
 %endif
+
 %preun
 %if 0%{?suse_version} >= 1210
 %service_add_pre godoc.service
 %endif
+
 %postun
 %if 0%{?suse_version} >= 1210
 %service_add_pre godoc.service
 %endif
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS CONTRIBUTORS LICENSE PATENTS README
@@ -230,7 +239,8 @@
 
 %files vim
 %defattr(-,root,root,-)
-%{_datadir}/vim
+%dir %{_datadir}/vim
+%{_datadir}/vim/*
 
 %files emacs
 %defattr(-,root,root,-)

++++++ VERSION ++++++
--- /var/tmp/diff_new_pack.WzRTL5/_old  2012-03-22 12:32:45.000000000 +0100
+++ /var/tmp/diff_new_pack.WzRTL5/_new  2012-03-22 12:32:45.000000000 +0100
@@ -1 +1 @@
-weekly.2012-03-04 +f4470a54e6db
\ No newline at end of file
+weekly.2012-03-13

++++++ go-0.0.r60.3+hg20120304.tar.bz2 -> go-0.0.r60.3+hg20120313.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/go/go-0.0.r60.3+hg20120304.tar.bz2 
/work/SRC/openSUSE:Factory/.go.new/go-0.0.r60.3+hg20120313.tar.bz2 differ: char 
11, line 1

++++++ macros.go ++++++
--- /var/tmp/diff_new_pack.WzRTL5/_old  2012-03-22 12:32:46.000000000 +0100
+++ /var/tmp/diff_new_pack.WzRTL5/_new  2012-03-22 12:32:46.000000000 +0100
@@ -5,12 +5,13 @@
 
 %go_ver         %(LC_ALL=C rpm -q --qf '%%{epoch}:%%{version}\\n' go | sed -e 
's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
 %go_arch        GOARCH
+%go_build_ver   %(go version | sed 's/^go version //' | tr -d ' ')
 
 %go_dir         %{_libdir}/go
 %go_sitedir     %{_libdir}/go/pkg
 %go_sitearch    %{_libdir}/go/pkg/linux_%{go_arch}
 
-%go_requires    %(echo '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: 
%%{name} >= %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | 
grep -v "is not")
+%go_requires    Requires: go-devel = %go_build_ver
 
 %go_provides \
 Provides:       %{name}-devel = %{version} \
@@ -139,4 +140,4 @@
 else \
   go test %1... \
 fi \
-%{nil}
\ No newline at end of file
+%{nil}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to