Mailinglist Archive: opensuse-commit (1301 mails)

< Previous Next >
commit man
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sun, 29 Jul 2007 10:54:58 +0200
  • Message-id: <20070729085458.AA9DE678331@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package man
checked in at Sun Jul 29 10:54:58 CEST 2007.

--------
--- man/man.changes     2007-07-26 14:34:13.000000000 +0200
+++ /mounts/work_src_done/STABLE/man/man.changes        2007-07-27 12:51:25.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul 27 12:50:48 CEST 2007 - mfabian@xxxxxxx
+
+- change BuildRequires to make it build in the openSUSE build
+  service for versions <= 10.2 as well.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ man.spec ++++++
--- /var/tmp/diff_new_pack.in9992/_old  2007-07-29 10:54:22.000000000 +0200
+++ /var/tmp/diff_new_pack.in9992/_new  2007-07-29 10:54:22.000000000 +0200
@@ -11,9 +11,14 @@
 # norootforbuild
 
 Name:           man
-BuildRequires:  flex gdbm-devel groff less libbz2-devel libzio-devel zlib-devel
+BuildRequires:  flex groff
+%if %suse_version > 1020
+BuildRequires:  gdbm-devel less libbz2-devel libzio-devel zlib-devel
+%else
+BuildRequires:  libzio util-linux
+%endif
 Version:        2.4.3
-Release:        70
+Release:        73
 Summary:        A Program for Displaying man Pages
 License:        GPL v2 or later
 Group:          System/Base
@@ -158,6 +163,9 @@
 /var/adm/fillup-templates/sysconfig.cron-man
 
 %changelog
+* Fri Jul 27 2007 - mfabian@xxxxxxx
+- change BuildRequires to make it build in the openSUSE build
+  service for versions <= 10.2 as well.
 * Thu Jul 26 2007 - mfabian@xxxxxxx
 - Bugzilla #292412 comment #47: accept both UTF-8 an legacy
   encodings in the man-page sources for Japanese and Chinese





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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread