rpms/cernlib/devel cernlib.spec,1.64,1.65
by fedora-extras-commitsï¼ redhat.com
Author: pertusus
Update of /cvs/extras/rpms/cernlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22933
Modified Files:
cernlib.spec
Log Message:
* Mon Dec 31 2007 Patrice Dumas <pertusus at free.fr> 2006-21
- no --build-id for EL-5
Index: cernlib.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib/devel/cernlib.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- cernlib.spec 1 Nov 2007 12:00:55 -0000 1.64
+++ cernlib.spec 1 Jan 2008 00:40:04 -0000 1.65
@@ -35,6 +35,14 @@
%define compiler_string -g77
%if ! 0%{?g77_cernlib_compiler}
%define compiler -g77
+
+# there is no --build-id in RHEL 5.
+%if 0%{?rhel}
+%if "%rhel" <= "5"
+%define no_build_id 1
+%endif
+%endif
+
%endif
# no compat prefix, the utilities compiled with gfortran are non functionnal
# see Bug 241416
@@ -47,7 +55,7 @@
Name: %{?compat}cernlib%{?compiler}
Version: 2006
-Release: 20%{?dist}
+Release: 21%{?dist}
Summary: General purpose CERN library
Group: Development/Libraries
# As explained in the cernlib on debian FAQ, cfortran can be considered LGPL.
@@ -75,7 +83,7 @@
%endif
# indirectly requires lesstif or openmotif and X libs
-BuildRequires: xbae-devel
+BuildRequires: xbae-devel
# for patchy build scripts
BuildRequires: tcsh
@@ -110,7 +118,7 @@
Source203: patchy-unpack-rceta
# Shell scripts that go in /etc/profile.d
-# Currently they are not installed since tey do more harm than good, when
+# Currently they are not installed since they do more harm than good, when
# parallel cernlib versions are installed.
Source100: cernlib.sh.in
Source105: cernlib.csh.in
@@ -127,7 +135,7 @@
Source200: cernlib-remove-deadpool
Source201: cernlib-deadpool.txt
# copyright.in from the non split debian patchset
-Source203: cernlib-debian-copyright.in
+Source204: cernlib-debian-copyright.in
# debian patchsets
Patch100001: http://ftp.debian.org/debian/pool/main/c/cernlib/cernlib_2006.dfsg.2-2.di...
@@ -341,7 +349,7 @@
scripts from the utils subpackage.
%package devel
-Summary: General purpose CERN library development package
+Summary: General purpose CERN library development package
%if 0%{?old_lapack_name}
Requires: lapack blas
@@ -560,13 +568,9 @@
%patch -P 3 -p1
%patch -P 100 -p1
%patch -P 101 -p1
-# miscompilation and ICE with optimized code should be fixed with gfortran
-# there is still some code with -O0 from upstream, they are kept as-is
-%if ! %{with gfortran}
%patch -P 10201 -p1
%patch -P 10202 -p1
%patch -P 10203 -p1
-%endif
%patch -P 103 -p1
%patch -P 104 -p1
%patch -P 10501 -p1
@@ -874,7 +878,11 @@
# optflags are different for g77, so we remove problematic flags
FC_OPTFLAGS=`echo "%optflags" | sed -e 's/-mtune=[^ ]\+//' -e 's/-fstack-protector//' -e 's/--param=ssp-buffer-size=[^ ]\+//'`
# this is needed (at least in F-8).
+%if 0%{?no_build_id}
+G_LDFLAGS=
+%else
G_LDFLAGS='-Wl,--build-id'
+%endif
FC_COMPILER=g77
%endif
@@ -1410,6 +1418,9 @@
%endif
%changelog
+* Mon Dec 31 2007 Patrice Dumas <pertusus at free.fr> 2006-21
+- no --build-id for EL-5
+
* Tue Oct 30 2007 Patrice Dumas <pertusus at free.fr> 2006-20
- don't use the same spec for epel4
- always ship the packages with compiler suffix. This is needed for
15Â years, 1Â month
rpms/cernlib-g77/devel cernlib-g77.spec,1.4,1.5
by fedora-extras-commitsï¼ redhat.com
Author: pertusus
Update of /cvs/extras/rpms/cernlib-g77/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22861
Modified Files:
cernlib-g77.spec
Log Message:
* Mon Dec 31 2007 Patrice Dumas <pertusus at free.fr> 2006-21
- no --build-id for EL-5
Index: cernlib-g77.spec
===================================================================
RCS file: /cvs/extras/rpms/cernlib-g77/devel/cernlib-g77.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cernlib-g77.spec 1 Nov 2007 12:01:03 -0000 1.4
+++ cernlib-g77.spec 1 Jan 2008 00:36:51 -0000 1.5
@@ -35,6 +35,14 @@
%define compiler_string -g77
%if ! 0%{?g77_cernlib_compiler}
%define compiler -g77
+
+# there is no --build-id in RHEL 5.
+%if 0%{?rhel}
+%if "%rhel" <= "5"
+%define no_build_id 1
+%endif
+%endif
+
%endif
# no compat prefix, the utilities compiled with gfortran are non functionnal
# see Bug 241416
@@ -47,7 +55,7 @@
Name: %{?compat}cernlib%{?compiler}
Version: 2006
-Release: 20%{?dist}
+Release: 21%{?dist}
Summary: General purpose CERN library
Group: Development/Libraries
# As explained in the cernlib on debian FAQ, cfortran can be considered LGPL.
@@ -75,7 +83,7 @@
%endif
# indirectly requires lesstif or openmotif and X libs
-BuildRequires: xbae-devel
+BuildRequires: xbae-devel
# for patchy build scripts
BuildRequires: tcsh
@@ -110,7 +118,7 @@
Source203: patchy-unpack-rceta
# Shell scripts that go in /etc/profile.d
-# Currently they are not installed since tey do more harm than good, when
+# Currently they are not installed since they do more harm than good, when
# parallel cernlib versions are installed.
Source100: cernlib.sh.in
Source105: cernlib.csh.in
@@ -127,7 +135,7 @@
Source200: cernlib-remove-deadpool
Source201: cernlib-deadpool.txt
# copyright.in from the non split debian patchset
-Source203: cernlib-debian-copyright.in
+Source204: cernlib-debian-copyright.in
# debian patchsets
Patch100001: http://ftp.debian.org/debian/pool/main/c/cernlib/cernlib_2006.dfsg.2-2.di...
@@ -341,7 +349,7 @@
scripts from the utils subpackage.
%package devel
-Summary: General purpose CERN library development package
+Summary: General purpose CERN library development package
%if 0%{?old_lapack_name}
Requires: lapack blas
@@ -560,13 +568,9 @@
%patch -P 3 -p1
%patch -P 100 -p1
%patch -P 101 -p1
-# miscompilation and ICE with optimized code should be fixed with gfortran
-# there is still some code with -O0 from upstream, they are kept as-is
-%if ! %{with gfortran}
%patch -P 10201 -p1
%patch -P 10202 -p1
%patch -P 10203 -p1
-%endif
%patch -P 103 -p1
%patch -P 104 -p1
%patch -P 10501 -p1
@@ -874,7 +878,11 @@
# optflags are different for g77, so we remove problematic flags
FC_OPTFLAGS=`echo "%optflags" | sed -e 's/-mtune=[^ ]\+//' -e 's/-fstack-protector//' -e 's/--param=ssp-buffer-size=[^ ]\+//'`
# this is needed (at least in F-8).
+%if 0%{?no_build_id}
+G_LDFLAGS=
+%else
G_LDFLAGS='-Wl,--build-id'
+%endif
FC_COMPILER=g77
%endif
@@ -1410,6 +1418,9 @@
%endif
%changelog
+* Mon Dec 31 2007 Patrice Dumas <pertusus at free.fr> 2006-21
+- no --build-id for EL-5
+
* Tue Oct 30 2007 Patrice Dumas <pertusus at free.fr> 2006-20
- don't use the same spec for epel4
- always ship the packages with compiler suffix. This is needed for
15Â years, 1Â month
rpms/deluge/devel .cvsignore, 1.23, 1.24 deluge-default-prefs-no-release-notifications.patch, 1.2, 1.3 deluge.spec, 1.43, 1.44 sources, 1.23, 1.24 deluge-0.5.7.98-no-release-notification.patch, 1.1, NONE
by fedora-extras-commitsï¼ redhat.com
Author: pgordon
Update of /cvs/pkgs/rpms/deluge/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22519
Modified Files:
.cvsignore deluge-default-prefs-no-release-notifications.patch
deluge.spec sources
Removed Files:
deluge-0.5.7.98-no-release-notification.patch
Log Message:
Update to 0.5.8, merging the no-notifications patches.
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore 28 Dec 2007 17:08:24 -0000 1.23
+++ .cvsignore 1 Jan 2008 00:03:43 -0000 1.24
@@ -1 +1 @@
-deluge-0.5.7.98.tar.gz
+deluge-0.5.8.tar.gz
deluge-default-prefs-no-release-notifications.patch:
Index: deluge-default-prefs-no-release-notifications.patch
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/deluge-default-prefs-no-release-notifications.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- deluge-default-prefs-no-release-notifications.patch 21 Sep 2007 19:20:25 -0000 1.2
+++ deluge-default-prefs-no-release-notifications.patch 1 Jan 2008 00:03:43 -0000 1.3
@@ -9,3 +9,13 @@
"window_height" : 480,
"window_maximized" : False,
"window_pane_position" : -1,
+--- src/interface.py.old 2007-12-26 02:39:31.000000000 +0900
++++ src/interface.py 2007-12-29 01:05:36.000000000 +0900
+@@ -1065,6 +1065,7 @@
+ self.manager.quit()
+
+ def new_release_check(self):
++ return
+ import socket
+ import urllib2
+ timeout = 5
Index: deluge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- deluge.spec 28 Dec 2007 17:08:24 -0000 1.43
+++ deluge.spec 1 Jan 2008 00:03:43 -0000 1.44
@@ -2,7 +2,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: deluge
-Version: 0.5.7.98
+Version: 0.5.8
Release: 1%{?dist}
Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
Group: Applications/Internet
@@ -14,8 +14,7 @@
## rb_libtorrent. See below for more details.
# Source1: %{name}-fixed-setup.py
-#Patch1: %{name}-default-prefs-no-release-notifications.patch
-Patch1: deluge-0.5.7.98-no-release-notification.patch
+Patch1: %{name}-default-prefs-no-release-notifications.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -66,8 +65,7 @@
%setup -qn "deluge-torrent-%{version}"
## Not building against system rb_libtorrent - see above.
# install -m 0755 %{SOURCE1} ./setup.py
-#%%patch1 -b .default-prefs-no-release-notifications
-%patch1 -p1 -b .notify
+%patch1 -b .default-prefs-no-release-notifications
%build
@@ -124,6 +122,11 @@
%changelog
+* Mon Dec 31 2007 Peter Gordon <peter(a)thecodergeek.com> - 0.5.8-1
+- Update to new upstream release (0.5.8)
+- Merge Mamoru Tasaka's no-release-notification patch into the default-prefs
+ patch.
+
* Sat Dec 29 2007 Mamoru Tasaka <mtasaka(a)ioa.s.u-tokyo.ac.jp> - 0.5.7.98-1
- Update to new upstream release candidate (0.5.8 RC2)
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources 28 Dec 2007 17:08:24 -0000 1.23
+++ sources 1 Jan 2008 00:03:43 -0000 1.24
@@ -1 +1 @@
-bd2dd8af1b179d3757f31bc188eca821 deluge-0.5.7.98.tar.gz
+afcf4fcfa3b688cb8a5cc537eb22a32e deluge-0.5.8.tar.gz
--- deluge-0.5.7.98-no-release-notification.patch DELETED ---
15Â years, 1Â month