rpms/libQGLViewer/devel libQGLViewer-2.3.6-dbg.patch, NONE, 1.1 libQGLViewer.spec, 1.7, 1.8

Laurent Rineau rineau at fedoraproject.org
Fri Jul 2 14:03:19 UTC 2010


Author: rineau

Update of /cvs/pkgs/rpms/libQGLViewer/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16108

Modified Files:
	libQGLViewer.spec 
Added Files:
	libQGLViewer-2.3.6-dbg.patch 
Log Message:
* Fri Jul  2 2010 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 2.3.6-1
- New upstream release
- Fix an incorrect changelog entry


libQGLViewer-2.3.6-dbg.patch:
 QGLViewer/QGLViewer.pro           |    4 ----
 designerPlugin/designerPlugin.pro |    4 ----
 2 files changed, 8 deletions(-)

--- NEW FILE libQGLViewer-2.3.6-dbg.patch ---
diff -up libQGLViewer-2.3.6/designerPlugin/designerPlugin.pro.dbg libQGLViewer-2.3.6/designerPlugin/designerPlugin.pro
--- libQGLViewer-2.3.6/designerPlugin/designerPlugin.pro.dbg	2010-05-23 05:19:27.000000000 +0200
+++ libQGLViewer-2.3.6/designerPlugin/designerPlugin.pro	2010-07-02 15:53:32.000000000 +0200
@@ -172,10 +172,6 @@ unix|win32-g++ {
     }
   }
 
-  # Remove debugging options in release mode makes files much smaller
-  release:QMAKE_CFLAGS_RELEASE -= -g
-  release:QMAKE_CXXFLAGS_RELEASE -= -g
-
   # Intermediate files are created in an hidden folder
   MOC_DIR = .moc
   OBJECTS_DIR = .obj
diff -up libQGLViewer-2.3.6/QGLViewer/QGLViewer.pro.dbg libQGLViewer-2.3.6/QGLViewer/QGLViewer.pro
--- libQGLViewer-2.3.6/QGLViewer/QGLViewer.pro.dbg	2010-05-23 05:19:18.000000000 +0200
+++ libQGLViewer-2.3.6/QGLViewer/QGLViewer.pro	2010-07-02 15:53:58.000000000 +0200
@@ -154,10 +154,6 @@ unix {
     QMAKE_COPY_FILE = $${QMAKE_COPY_FILE} -P
   }
 
-  # Make much smaller libraries (and packages) by removing debugging informations
-  QMAKE_CFLAGS_RELEASE -= -g
-  QMAKE_CXXFLAGS_RELEASE -= -g
-
   # install header
   include.path = $${INCLUDE_DIR}/QGLViewer
   # Should be $$replace(TRANSLATIONS, .ts, .qm), but 'replace' only appeared in Qt 4.3


Index: libQGLViewer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libQGLViewer/devel/libQGLViewer.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libQGLViewer.spec	21 Apr 2010 13:13:29 -0000	1.7
+++ libQGLViewer.spec	2 Jul 2010 14:03:18 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           libQGLViewer
-Version:        2.3.5
-Release:        2%{?dist}
+Version:        2.3.6
+Release:        1%{?dist}
 Summary:        Qt based OpenGL generic 3D viewer library
 
 Group:          System Environment/Libraries
@@ -14,7 +14,7 @@ Patch0:         libQGLViewer-2.3.1-exit.
 
 # libQGLViewer .pro files explicitely remove "-g" from compile flags. Make
 # them back.
-Patch1:         libQGLViewer-2.3.5-dbg.patch
+Patch1:         libQGLViewer-2.3.6-dbg.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -52,7 +52,7 @@ BuildArch: noarch
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .exit
-%patch1 -p1 -b .dbg
+%patch1 -p1 -b dbg
 
 # Fix the encoding of several files, so that they all use utf-8.
 for f in doc/*.html doc/examples/*.html \
@@ -129,6 +129,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples
 
 %changelog
+* Fri Jul  2 2010 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 2.3.6-1
+- New upstream release
+- Fix an incorrect changelog entry
+
 * Wed Apr 21 2010 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 2.3.5-2
 - Tweak the configuration and compilation so that the soname of the library is
   equal to its soversion. The binary compilatibility is not ensured by 
@@ -147,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Apr  1 2009 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 2.3.1-8
 - Add a patch, so that "-g" flags are not removed.
 
-* Mon Mar 30 2009  <Laurent.Rineau__fedora at normalesup.org> - 2.3.1-7
+* Mon Mar 30 2009 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 2.3.1-7
 - Remove glibc-common from BR:
 
 * Tue Jan  6 2009 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 2.3.1-6



More information about the scm-commits mailing list