Hello community, here is the log from the commit of package go for openSUSE:Factory checked in at 2013-03-30 14:56:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-08 07:59:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.go.new/go.changes 2013-03-30 14:56:25.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 22 15:33:35 UTC 2013 - hrvoje.senjan@gmail.com + +- Drop the go-kate package, the syntax is already shipped with + libktexteditor package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go.spec ++++++ --- /var/tmp/diff_new_pack.545Hyc/_old 2013-03-30 14:56:27.000000000 +0100 +++ /var/tmp/diff_new_pack.545Hyc/_new 2013-03-30 14:56:27.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package go # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -94,14 +94,6 @@ %description emacs Emacs syntax highlighting scheme for the Go programming language. -%package kate -Summary: Go syntax files for Kate and KWrite editors -Group: Productivity/Text/Editors -Requires: %{name} = %{version} - -%description kate -Kate syntax highlighting scheme for the Go programming language. - %prep %setup -q -n %{name} %patch1 -p1 @@ -149,7 +141,6 @@ 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 # locations for third party libraries, see README-openSUSE for info about locations. install -d %{buildroot}%{_libdir}/go/contrib/pkg/linux_%{go_arch} @@ -188,6 +179,8 @@ rm -f misc/goplay/{goplay,*.6,*.8} rm -rf misc/windows rm -rf misc/cgo/test/{_*,*.o,*.out,*.6,*.8} +# remove kate syntax file, it is shipped with libktexteditor already +rm -f misc/kate/go.xml # install RPM macros ($GOARCH prepared in %%prep section) install -Dm644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.go @@ -258,12 +251,4 @@ %defattr(-,root,root,-) %{_datadir}/emacs/site-lisp/go-mode* -%files kate -%defattr(-,root,root,-) -%dir %{_datadir}/kde4 -%dir %{_datadir}/kde4/apps -%dir %{_datadir}/kde4/apps/katepart -%dir %{_datadir}/kde4/apps/katepart/syntax -%{_datadir}/kde4/apps/katepart/syntax/go.xml - %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org