commit cint for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package cint for openSUSE:Factory checked in 
at 2013-06-05 11:42:47

Comparing /work/SRC/openSUSE:Factory/cint (Old)
 and  /work/SRC/openSUSE:Factory/.cint.new (New)


Package is "cint"

Changes:

--- /work/SRC/openSUSE:Factory/cint/cint.changes2012-06-29 
06:57:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.cint.new/cint.changes   2013-06-05 
11:43:10.0 +0200
@@ -1,0 +2,5 @@
+Tue May 28 12:49:50 UTC 2013 - sch...@suse.de
+
+- pic-flag.patch: always use -fPIC.
+
+---

New:

  pic-flag.patch



Other differences:
--
++ cint.spec ++
--- /var/tmp/diff_new_pack.gmVy5t/_old  2013-06-05 11:43:10.0 +0200
+++ /var/tmp/diff_new_pack.gmVy5t/_new  2013-06-05 11:43:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cint
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,15 +16,15 @@
 #
 
 
-
 Name:   cint
 Version:5.18.00
-Release:1
-License:MIT
+Release:0
 Summary:C/C++ Interpreter
-Url:http://root.cern.ch/drupal/content/cint
+License:MIT
 Group:  Development/Languages/C and C++
+Url:http://root.cern.ch/drupal/content/cint
 Source: %{name}-%{version}.tar.bz2
+Patch:  pic-flag.patch
 BuildRequires:  gcc-c++
 BuildRequires:  readline-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,17 +41,15 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 # This is a custom configure script
 ./configure --prefix=%{_prefix} \
 --libdir=%{_libdir} \
 --readlinelib=%{_libdir}/libreadline.so
-%ifarch %{arm} x86_64
-export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -fPIC"
-%endif
-echo "G__CFG_CFLAGS := ${RPM_OPT_FLAGS}" >> Makefile.conf
-echo "G__CFG_CXXFLAGS := ${RPM_OPT_FLAGS} -DG__GNUREADLINE" >> Makefile.conf
+echo "G__CFG_CFLAGS += ${RPM_OPT_FLAGS}" >> Makefile.conf
+echo "G__CFG_CXXFLAGS += ${RPM_OPT_FLAGS}" >> Makefile.conf
 make %{_smp_mflags}
 
 %install

++ pic-flag.patch ++
Index: cint-5.18.00/configure
===
--- cint-5.18.00.orig/configure
+++ cint-5.18.00/configure
@@ -109,6 +109,8 @@ function config_GCC_defaults {
 
 function config_linux {
 config_GCC_defaults
+CFLAGS="${CFLAGS} -fPIC"
+CXXFLAGS="${CXXFLAGS} -fPIC"
 }
 
 function config_freebsd {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cint for openSUSE:Factory

2012-06-28 Thread h_root
Hello community,

here is the log from the commit of package cint for openSUSE:Factory checked in 
at 2012-06-29 06:57:10

Comparing /work/SRC/openSUSE:Factory/cint (Old)
 and  /work/SRC/openSUSE:Factory/.cint.new (New)


Package is "cint", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/cint/cint.changes2011-10-18 
14:10:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.cint.new/cint.changes   2012-06-29 
06:57:12.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 09:45:06 UTC 2012 - dval...@suse.com
+
+- disable ppc64
+  see: https://savannah.cern.ch/bugs/index.php?70542 
+
+---



Other differences:
--
++ cint.spec ++
--- /var/tmp/diff_new_pack.fLAQor/_old  2012-06-29 06:57:15.0 +0200
+++ /var/tmp/diff_new_pack.fLAQor/_new  2012-06-29 06:57:15.0 +0200
@@ -28,6 +28,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  readline-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# The build segfaults on ppc64 during an invocation of cint:
+# https://savannah.cern.ch/bugs/index.php?70542
+ExcludeArch:ppc64
 
 %description
 CINT is a C/C++ interpreter which is aimed at processing C/C++ scripts. Scripts

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



commit cint for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package cint for openSUSE:Factory
checked in at Tue Oct 18 13:58:30 CEST 2011.




--- openSUSE:Factory/cint/cint.changes  2011-09-23 01:53:30.0 +0200
+++ /mounts/work_src_done/STABLE/cint/cint.changes  2011-10-16 
15:12:51.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 16 12:35:58 CEST 2011 - mhruse...@suse.cz
+
+- supporting $RPM_OPT_FLAGS
+- compiling with -fPIC on ARM and x86_64 (fixed build)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cint.spec ++
--- /var/tmp/diff_new_pack.VVq7ma/_old  2011-10-18 13:58:26.0 +0200
+++ /var/tmp/diff_new_pack.VVq7ma/_new  2011-10-18 13:58:26.0 +0200
@@ -44,6 +44,11 @@
 ./configure --prefix=%{_prefix} \
 --libdir=%{_libdir} \
 --readlinelib=%{_libdir}/libreadline.so
+%ifarch %{arm} x86_64
+export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -fPIC"
+%endif
+echo "G__CFG_CFLAGS := ${RPM_OPT_FLAGS}" >> Makefile.conf
+echo "G__CFG_CXXFLAGS := ${RPM_OPT_FLAGS} -DG__GNUREADLINE" >> Makefile.conf
 make %{_smp_mflags}
 
 %install

continue with "q"...



Remember to have fun...

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



commit cint for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package cint for openSUSE:Factory
checked in at Mon Sep 19 21:06:33 CEST 2011.




--- cint/cint.changes   2011-05-09 18:33:09.0 +0200
+++ /mounts/work_src_done/STABLE/cint/cint.changes  2011-09-18 
00:59:05.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 22:59:01 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cint.spec ++
--- /var/tmp/diff_new_pack.hIsba9/_old  2011-09-19 21:06:28.0 +0200
+++ /var/tmp/diff_new_pack.hIsba9/_new  2011-09-19 21:06:28.0 +0200
@@ -55,9 +55,6 @@
 install -d %{buildroot}%{_docdir}/%{name}
 install -m 0644 COPYING README.txt RELNOTE.txt %{buildroot}%{_docdir}/%{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %{_bindir}/cint






Remember to have fun...

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



commit cint for openSUSE:Factory

2011-06-06 Thread h_root

Hello community,

here is the log from the commit of package cint for openSUSE:Factory
checked in at Mon Jun 6 15:19:22 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/cint/cint.changes  2011-05-09 
18:33:09.0 +0200
@@ -0,0 +1,5 @@
+---
+Mon May  9 16:04:56 UTC 2011 - idoen...@novell.com
+
+- Initial release 
+

calling whatdependson for head-i586


New:

  cint-5.18.00.tar.bz2
  cint.changes
  cint.spec



Other differences:
--
++ cint.spec ++
#
# spec file for package cint
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   cint
Version:5.18.00
Release:1
License:MIT
Summary:C/C++ Interpreter
Url:http://root.cern.ch/drupal/content/cint
Group:  Development/Languages/C and C++
Source: %{name}-%{version}.tar.bz2
BuildRequires:  gcc-c++
BuildRequires:  readline-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
CINT is a C/C++ interpreter which is aimed at processing C/C++ scripts. Scripts
are programs which perform specific tasks. Generally execution time is not
critical, but rapid development is. Using an interpreter the compile and link
cycle is dramatically reduced facilitating rapid development. CINT makes C/C++
programming enjoyable even for part-time programmers.

%prep
%setup -q

%build
# This is a custom configure script
./configure --prefix=%{_prefix} \
--libdir=%{_libdir} \
--readlinelib=%{_libdir}/libreadline.so
make %{_smp_mflags}

%install
install -D -m 0755 bin/cint %{buildroot}%{_bindir}/cint
install -D -m 0755 lib/libCint.so %{buildroot}%{_libdir}/libCint.so
install -D -m 0644 doc/man1/cint.1 %{buildroot}%{_mandir}/man1/cint.1

# Docs
install -d %{buildroot}%{_docdir}/%{name}
install -m 0644 COPYING README.txt RELNOTE.txt %{buildroot}%{_docdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/cint
%{_libdir}/libCint*
%{_mandir}/man1/cint.1%{ext_man}
%doc %{_docdir}/%{name}

%changelog





Remember to have fun...

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