Hello community,

here is the log from the commit of package go for openSUSE:Factory
checked in at Mon May 23 15:52:05 CEST 2011.



--------
--- go/go.changes       2011-05-21 16:04:56.000000000 +0200
+++ go/go.changes       2011-05-23 12:33:43.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 23 10:31:23 UTC 2011 - [email protected]
+
+- Generate %go_ver macro from Go package version
+- Use %requires_eq for %go_requires
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ go.spec ++++++
--- /var/tmp/diff_new_pack.E1o2SR/_old  2011-05-23 15:51:05.000000000 +0200
+++ /var/tmp/diff_new_pack.E1o2SR/_new  2011-05-23 15:51:05.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           go
 Version:        0.0.r57.1+hg20110521
-Release:        1
+Release:        3
 Summary:        A compiled, garbage-collected, concurrent programming language
 Group:          Development/Languages/Other
 License:        BSD3c
@@ -52,6 +52,7 @@
 
 %package doc
 
+
 Summary:        Go documentation
 Group:          Documentation/Other
 Requires:       %{name} = %{version}
@@ -61,6 +62,7 @@
 
 %package vim
 
+
 Summary:        Go syntax files for Vim
 Group:          Productivity/Text/Editors
 Requires:       %{name} = %{version}
@@ -70,6 +72,7 @@
 
 %package emacs
 
+
 Summary:        Go language syntax files for Emacs
 Group:          Productivity/Text/Editors
 Requires:       %{name} = %{version}
@@ -79,6 +82,7 @@
 
 %package kate
 
+
 Summary:        Go syntax files for Kate and KWrite editors
 Group:          Productivity/Text/Editors
 Requires:       %{name} = %{version}

++++++ macros.go ++++++
--- /var/tmp/diff_new_pack.E1o2SR/_old  2011-05-23 15:51:05.000000000 +0200
+++ /var/tmp/diff_new_pack.E1o2SR/_new  2011-05-23 15:51:05.000000000 +0200
@@ -3,15 +3,14 @@
 # Copyright (c) 2011 Sascha Peilicke <[email protected]>
 #
 
-%go_ver         0.0.r57.1+hg20110521
+%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_dir         %{_libdir}/go
 %go_sitedir     %{_libdir}/go/pkg
 %go_sitearch    %{_libdir}/go/pkg/linux_%{go_arch}
 
-%go_requires \
-Requires:       go = %{go_ver}
+%go_requires    %requires_eq go
 
 %go_provides \
 Provides:       %{name}-devel = %{version} \


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



Remember to have fun...

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

Reply via email to