Hello community,

here is the log from the commit of package hello for openSUSE:Factory checked 
in at 2012-04-23 16:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hello (Old)
 and      /work/SRC/openSUSE:Factory/.hello.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hello", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hello/hello.changes      2011-09-23 
02:02:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hello.new/hello.changes 2012-04-23 
16:11:17.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Apr 22 10:50:38 UTC 2012 - [email protected]
+
+- update to version 2.8 
+  - use newer autotools and friends
+  - update translations
+
+-------------------------------------------------------------------

Old:
----
  hello-2.3.tar.bz2

New:
----
  hello-2.8.tar.gz

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

Other differences:
------------------
++++++ hello.spec ++++++
--- /var/tmp/diff_new_pack.Ut9S7G/_old  2012-04-23 16:11:18.000000000 +0200
+++ /var/tmp/diff_new_pack.Ut9S7G/_new  2012-04-23 16:11:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package hello (Version 2.3)
+# spec file for package hello
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,17 @@
 #
 
 
-
 Name:           hello
-License:        GPL-3.0+
 # How to define macros
 %define hello echo "hello world"
-Group:          Development/Tools/Other
 Provides:       mailreader 
-AutoReqProv:    on
 Summary:        A Friendly Greeting Program
-Version:        2.3
-Release:        79
-Source0:        ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.bz2
+License:        GPL-3.0+
+Group:          Development/Tools/Other
+Version:        2.8
+Release:        0
+Url:            http://www.gnu.org/software/hello
+Source0:        ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz
 Patch0:         hello-1.3.dif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %install_info_prereq
@@ -62,7 +61,7 @@
 rm -f doc/*.info
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS" 
+export CFLAGS="%{optflags}"
 %configure
 %if %do_profiling
   make CFLAGS="$CFLAGS %cflags_profile_generate" LDFLAGS="-fprofile-arcs"
@@ -77,7 +76,7 @@
 make check
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 %find_lang %{name}
 
 %post
@@ -86,9 +85,6 @@
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc COPYING TODO NEWS README THANKS ABOUT-NLS

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

Reply via email to