Hello community,

here is the log from the commit of package ooRexx for openSUSE:Factory checked 
in at 2014-08-01 07:08:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ooRexx (Old)
 and      /work/SRC/openSUSE:Factory/.ooRexx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ooRexx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ooRexx/ooRexx.changes    2013-07-12 
20:49:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ooRexx.new/ooRexx.changes       2014-08-01 
07:08:34.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 16:11:50 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+-------------------------------------------------------------------

Old:
----
  ooRexx-4.1.3.tar.gz
  rpmlintrc

New:
----
  ooRexx-rpmlintrc

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

Other differences:
------------------
++++++ ooRexx.spec ++++++
--- /var/tmp/diff_new_pack.yqy7DE/_old  2014-08-01 07:08:35.000000000 +0200
+++ /var/tmp/diff_new_pack.yqy7DE/_new  2014-08-01 07:08:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ooRexx
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -72,6 +72,7 @@
 Group:          Development/Languages/Other
 Url:            http://www.oorexx.org/
 Source:         %{name}-%{version}.tar.bz2
+Source1:        ooRexx-rpmlintrc
 # If we don't include the following option we get bogus dependencies generated
 AutoReq:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -130,6 +131,8 @@
 #******************************************************************************
 %build
 #******************************************************************************
+# Fixes the "undefined reference to dlopen()" error
+export SUSE_ASNEEDED=0
 export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
 
 ./configure --disable-static --prefix=%{_prefix}


++++++ ooRexx-rpmlintrc ++++++
# files required for the ooRexx runtime, they are not C sources
addFilter("devel-file-in-non-devel-package.*/usr/lib.*")

# this is not a script, just a readme
addFilter("script-without-shebang.*/readme.*")

# these are REXX class files, not standalone scripts. The interpreter looks for 
them in /usr/bin. Don't ask.
addFilter("script-without-shebang.*/streamsocket.cls.*")
addFilter("script-without-shebang.*/rxftp.cls.*")
addFilter("script-without-shebang.*/socket.cls.*")
addFilter("script-without-shebang.*/smtp.cls.*")
addFilter("script-without-shebang.*/mime.cls.*")
addFilter("script-without-shebang.*/csvStream.cls.*")
addFilter("script-without-shebang.*/rxregexp.cls.*")

# cannot take out the current date from the .so for historical reasons, 
# as one of the fields returned by the command 'PARSE VERSION' is the 
# interpreter's build date.
#
# see: 
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ3A320/3.14?SHELF=IKJOSE20&DT=20000113164209
 for reference.
addFilter("file-contains-current-date.*/librexx.so.*")


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

Reply via email to