rpms/tellico/devel tellico-1.3.5-gcc44.patch, NONE, 1.1 tellico.spec, 1.34, 1.35 sources, 1.16, 1.17 .cvsignore, 1.16, 1.17

Alex Lancaster alexlan at fedoraproject.org
Thu Mar 5 11:09:09 UTC 2009


Author: alexlan

Update of /cvs/pkgs/rpms/tellico/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3120

Modified Files:
	tellico.spec sources .cvsignore 
Added Files:
	tellico-1.3.5-gcc44.patch 
Log Message:
* Thu Mar  5 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.3.5-1
- Update to latest upstream (1.3.5)
- Add a patch from upstream SVN r3410 which fixes build with GCC 4.4


tellico-1.3.5-gcc44.patch:

--- NEW FILE tellico-1.3.5-gcc44.patch ---
diff -u -r tellico-1.3.5.orig/src/translators/pilotdb/libflatfile/DB.cpp tellico-1.3.5/src/translators/pilotdb/libflatfile/DB.cpp
--- tellico-1.3.5.orig/src/translators/pilotdb/libflatfile/DB.cpp	2009-02-14 13:24:52.000000000 -0700
+++ tellico-1.3.5/src/translators/pilotdb/libflatfile/DB.cpp	2009-03-05 03:54:57.000000000 -0700
@@ -242,7 +242,7 @@
            kdDebug() << "list view is corrupt" << endl;
         }
         // Determine the length of the name string.
-        pi_char_t* null_ptr = reinterpret_cast<pi_char_t*>
+        const pi_char_t* null_ptr = reinterpret_cast<const pi_char_t*>
             (memchr(chunk.data() + 4, 0, 32));
         if (null_ptr)
             lv.name = std::string((char *) (chunk.data() + 4),
Only in tellico-1.3.5/src/translators/pilotdb/libflatfile: DB.cpp.orig


Index: tellico.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tellico/devel/tellico.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- tellico.spec	25 Feb 2009 19:50:58 -0000	1.34
+++ tellico.spec	5 Mar 2009 11:08:38 -0000	1.35
@@ -1,12 +1,13 @@
 Name:           tellico
-Version:        1.3.4
-Release:        4%{?dist}
+Version:        1.3.5
+Release:        1%{?dist}
 Summary:        A collection manager
 
 Group:          Applications/Multimedia
 License:        GPLv2
 URL:            http://www.periapsis.org/tellico/
 Source0:        http://www.periapsis.org/tellico/download/%{name}-%{version}.tar.gz
+Patch0:         %{name}-1.3.5-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  zlib-devel
@@ -52,6 +53,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-rpath --enable-webcam
@@ -111,6 +113,10 @@
 
 
 %changelog
+* Thu Mar  5 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.3.5-1
+- Update to latest upstream (1.3.5)
+- Add a patch from upstream SVN r3410 which fixes build with GCC 4.4
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tellico/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	18 Sep 2008 14:00:11 -0000	1.16
+++ sources	5 Mar 2009 11:08:38 -0000	1.17
@@ -1 +1 @@
-d6531a9731cc50c59cd2588e7af22ff8  tellico-1.3.4.tar.gz
+ca5d9db11fa1dd33dfe317ffe095435c  tellico-1.3.5.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tellico/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	18 Sep 2008 14:00:11 -0000	1.16
+++ .cvsignore	5 Mar 2009 11:08:38 -0000	1.17
@@ -1 +1 @@
-tellico-1.3.4.tar.gz
+tellico-1.3.5.tar.gz




More information about the fedora-extras-commits mailing list