rpms/kernel/F-11 patch-2.6.29.1-rc1.bz2.sign, NONE, 1.1 .cvsignore, 1.1039, 1.1040 kernel.spec, 1.1493, 1.1494 sources, 1.1001, 1.1002 upstream, 1.912, 1.913 linux-2.6-net-fix-gro-bug.patch, 1.1, NONE linux-2.6-net-xfrm-fix-spin-unlock.patch, 1.1, NONE linux-2.6.29-pat-change-is_linear_pfn_mapping-to-not-use-vm_pgoff.patch, 1.1, NONE linux-2.6.29-pat-pci-change-prot-for-inherit.patch, 1.1, NONE
by Chuck Ebbert
Author: cebbert
Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32437
Modified Files:
.cvsignore kernel.spec sources upstream
Added Files:
patch-2.6.29.1-rc1.bz2.sign
Removed Files:
linux-2.6-net-fix-gro-bug.patch
linux-2.6-net-xfrm-fix-spin-unlock.patch
linux-2.6.29-pat-change-is_linear_pfn_mapping-to-not-use-vm_pgoff.patch
linux-2.6.29-pat-pci-change-prot-for-inherit.patch
Log Message:
Linux 2.6.29.1-rc1
Dropped patches, merged upstream:
linux-2.6-net-fix-gro-bug.patch
linux-2.6-net-xfrm-fix-spin-unlock.patch
linux-2.6.29-pat-change-is_linear_pfn_mapping-to-not-use-vm_pgoff.patch
linux-2.6.29-pat-pci-change-prot-for-inherit.patch
--- NEW FILE patch-2.6.29.1-rc1.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info
iD8DBQBJ0qOsyGugalF9Dw4RAmZrAJ9bMgLl0oHNbV5lytSxMQCTnrB3agCfbX9g
kWDSFx19vGIDfo0pHVPrBQQ=
=Pgh3
-----END PGP SIGNATURE-----
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/.cvsignore,v
retrieving revision 1.1039
retrieving revision 1.1040
diff -u -r1.1039 -r1.1040
--- .cvsignore 24 Mar 2009 01:31:28 -0000 1.1039
+++ .cvsignore 31 Mar 2009 23:58:14 -0000 1.1040
@@ -5,3 +5,4 @@
temp-*
kernel-2.6.29
linux-2.6.29.tar.bz2
+patch-2.6.29.1-rc1.bz2
Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1493
retrieving revision 1.1494
diff -u -r1.1493 -r1.1494
--- kernel.spec 31 Mar 2009 19:59:53 -0000 1.1493
+++ kernel.spec 31 Mar 2009 23:58:15 -0000 1.1494
@@ -37,9 +37,9 @@
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
-%define stable_update 0
+%define stable_update 1
# Is it a -stable RC?
-%define stable_rc 0
+%define stable_rc 1
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev .%{stable_update}
@@ -699,15 +699,9 @@
Patch9003: linux-2.6-dropwatch-protocol.patch
# fix for net lockups, will be in 2.6.29.1
-Patch9100: linux-2.6-net-fix-gro-bug.patch
Patch9101: linux-2.6-net-fix-another-gro-bug.patch
-# fix locking in ipsec (#489764)
-Patch9200: linux-2.6-net-xfrm-fix-spin-unlock.patch
-
# http://bugs.freedesktop.org/show_bug.cgi?id=20803
-Patch9208: linux-2.6.29-pat-change-is_linear_pfn_mapping-to-not-use-vm_pgoff.patch
-Patch9209: linux-2.6.29-pat-pci-change-prot-for-inherit.patch
Patch9210: linux-2.6.29-pat-fixes.patch
%endif
@@ -1284,13 +1278,8 @@
ApplyPatch linux-2.6-dropwatch-protocol.patch
-ApplyPatch linux-2.6-net-fix-gro-bug.patch
ApplyPatch linux-2.6-net-fix-another-gro-bug.patch
-ApplyPatch linux-2.6-net-xfrm-fix-spin-unlock.patch
-
-ApplyPatch linux-2.6.29-pat-change-is_linear_pfn_mapping-to-not-use-vm_pgoff.patch
-ApplyPatch linux-2.6.29-pat-pci-change-prot-for-inherit.patch
ApplyPatch linux-2.6.29-pat-fixes.patch
# END OF PATCH APPLICATIONS
@@ -1876,6 +1865,14 @@
# and build.
%changelog
+* Tue Mar 31 2009 Chuck Ebbert <cebbert(a)redhat.com>
+- Linux 2.6.29.1-rc1
+- Dropped patches, merged upstream:
+ linux-2.6-net-fix-gro-bug.patch
+ linux-2.6-net-xfrm-fix-spin-unlock.patch
+ linux-2.6.29-pat-change-is_linear_pfn_mapping-to-not-use-vm_pgoff.patch
+ linux-2.6.29-pat-pci-change-prot-for-inherit.patch
+
* Tue Mar 31 2009 Eric Sandeen <sandeen(a)redhat.com>
- add fiemap.h to kernel-headers
- build ext4 (and jbd2 and crc16) into the kernel
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/sources,v
retrieving revision 1.1001
retrieving revision 1.1002
diff -u -r1.1001 -r1.1002
--- sources 24 Mar 2009 01:31:28 -0000 1.1001
+++ sources 31 Mar 2009 23:58:15 -0000 1.1002
@@ -1 +1,2 @@
64921b5ff5cdadbccfcd3820f03be7d8 linux-2.6.29.tar.bz2
+ed1a88e478d2b87ed7523420457e22c7 patch-2.6.29.1-rc1.bz2
Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/upstream,v
retrieving revision 1.912
retrieving revision 1.913
diff -u -r1.912 -r1.913
--- upstream 24 Mar 2009 01:31:28 -0000 1.912
+++ upstream 31 Mar 2009 23:58:15 -0000 1.913
@@ -1 +1,2 @@
linux-2.6.29.tar.bz2
+patch-2.6.29.1-rc1.bz2
--- linux-2.6-net-fix-gro-bug.patch DELETED ---
--- linux-2.6-net-xfrm-fix-spin-unlock.patch DELETED ---
--- linux-2.6.29-pat-change-is_linear_pfn_mapping-to-not-use-vm_pgoff.patch DELETED ---
--- linux-2.6.29-pat-pci-change-prot-for-inherit.patch DELETED ---
14Â years, 6Â months
rpms/pulseaudio/devel .cvsignore, 1.30, 1.31 pulseaudio.spec, 1.73, 1.74 sources, 1.31, 1.32
by Lennart Poettering
Author: lennart
Update of /cvs/pkgs/rpms/pulseaudio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24951
Modified Files:
.cvsignore pulseaudio.spec sources
Log Message:
new test release
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pulseaudio/devel/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- .cvsignore 5 Mar 2009 13:29:21 -0000 1.30
+++ .cvsignore 31 Mar 2009 23:29:07 -0000 1.31
@@ -1 +1 @@
-pulseaudio-0.9.15-test5.tar.gz
+pulseaudio-0.9.15-test6.tar.gz
Index: pulseaudio.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pulseaudio/devel/pulseaudio.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- pulseaudio.spec 5 Mar 2009 13:29:21 -0000 1.73
+++ pulseaudio.spec 31 Mar 2009 23:29:07 -0000 1.74
@@ -3,7 +3,7 @@
Name: pulseaudio
Summary: Improved Linux sound server
Version: 0.9.15
-Release: 3.test5%{?dist}
+Release: 4.test6%{?dist}
License: GPLv2+
Group: System Environment/Daemons
Source0: http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-%{version}-test...
@@ -407,6 +407,9 @@
%{_mandir}/man1/pax11publish.1.gz
%changelog
+* Wed Apr 1 2009 Lennart Poettering <lpoetter(a)redhat.com> 0.9.15-4.test6
+- New test release
+
* Thu Mar 5 2009 Lennart Poettering <lpoetter(a)redhat.com> 0.9.15-3.test5
- New test release
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pulseaudio/devel/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources 5 Mar 2009 13:29:21 -0000 1.31
+++ sources 31 Mar 2009 23:29:07 -0000 1.32
@@ -1 +1 @@
-dad9384a37c7c9468cc6a5178286db0f pulseaudio-0.9.15-test5.tar.gz
+2f96ad490209170aa22d5d2286e1718e pulseaudio-0.9.15-test6.tar.gz
14Â years, 6Â months
rpms/libopensync-plugin-syncml/devel libopensync-plugin-syncml.spec, 1.15, 1.16
by Christoph Wickert
Author: cwickert
Update of /cvs/pkgs/rpms/libopensync-plugin-syncml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22260
Modified Files:
libopensync-plugin-syncml.spec
Log Message:
lower libopensync requirement
Index: libopensync-plugin-syncml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-syncml/devel/libopensync-plugin-syncml.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libopensync-plugin-syncml.spec 31 Mar 2009 23:06:56 -0000 1.15
+++ libopensync-plugin-syncml.spec 31 Mar 2009 23:19:48 -0000 1.16
@@ -12,7 +12,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake
-BuildRequires: libopensync-devel >= 0.36
+BuildRequires: libopensync-devel >= 0.22
BuildRequires: libsyncml-devel >= 0.4.6
BuildRequires: openobex-devel pkgconfig libsoup-devel
BuildRequires: glib2-devel >= 2.15.1
14Â years, 6Â months
rpms/xchat-gnome/devel .cvsignore, 1.20, 1.21 sources, 1.20, 1.21 xchat-gnome.spec, 1.59, 1.60
by Brian Pepple
Author: bpepple
Update of /cvs/pkgs/rpms/xchat-gnome/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21618
Modified Files:
.cvsignore sources xchat-gnome.spec
Log Message:
* Tue Mar 31 2009 Brian Pepple <bpepple(a)fedoraproject.org> - 0.26.0-1
- Update to 0.26.0.
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xchat-gnome/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore 29 Jan 2009 18:40:31 -0000 1.20
+++ .cvsignore 31 Mar 2009 23:17:07 -0000 1.21
@@ -1 +1 @@
-xchat-gnome-0.24.3.1.tar.bz2
+xchat-gnome-0.26.0.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xchat-gnome/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources 29 Jan 2009 18:40:31 -0000 1.20
+++ sources 31 Mar 2009 23:17:07 -0000 1.21
@@ -1 +1 @@
-1405351c615c93a9fed0535eac6105b4 xchat-gnome-0.24.3.1.tar.bz2
+ef230db0d104faa8dc7e5060c51f7261 xchat-gnome-0.26.0.tar.bz2
Index: xchat-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat-gnome/devel/xchat-gnome.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- xchat-gnome.spec 26 Feb 2009 08:04:16 -0000 1.59
+++ xchat-gnome.spec 31 Mar 2009 23:17:07 -0000 1.60
@@ -1,12 +1,12 @@
Name: xchat-gnome
-Version: 0.24.3.1
-Release: 2%{?dist}
+Version: 0.26.0
+Release: 1%{?dist}
Summary: GNOME front-end to xchat
Group: Applications/Internet
License: GPLv2+
URL: http://%{name}.navi.cx/
-Source0: http://ftp.acc.umu.se/pub/gnome/sources/%{name}/0.24/%{name}-%{version}.t...
+Source0: http://ftp.acc.umu.se/pub/gnome/sources/%{name}/0.26/%{name}-%{version}.t...
# Patch specific to Fedora to use .xchat-gnome, instead of .xchat2
Patch0: %{name}-0.23.92-config.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -136,6 +136,9 @@
%changelog
+* Tue Mar 31 2009 Brian Pepple <bpepple(a)fedoraproject.org> - 0.26.0-1
+- Update to 0.26.0.
+
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.24.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
14Â years, 6Â months
rpms/subtitlecomposer/F-9 subtitlecomposer.desktop,1.3,1.4
by Steven M. Parrish
Author: tuxbrewr
Update of /cvs/pkgs/rpms/subtitlecomposer/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20664
Modified Files:
subtitlecomposer.desktop
Log Message:
Modified desktop categories
Index: subtitlecomposer.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/subtitlecomposer/F-9/subtitlecomposer.desktop,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- subtitlecomposer.desktop 31 Mar 2009 20:14:21 -0000 1.3
+++ subtitlecomposer.desktop 31 Mar 2009 23:13:26 -0000 1.4
@@ -6,4 +6,4 @@
Icon=subtitlecomposer
Terminal=false
Type=Application
-Categories=Qt;KDE:Video;AudioVideoEditing;
+Categories=Qt;KDE;Video;AudioVideoEditing;
14Â years, 6Â months
rpms/nss/F-9 nss-pem-bug483855.patch,NONE,1.1 nss.spec,1.52,1.53
by Kai Engert
Author: kengert
Update of /cvs/extras/rpms/nss/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20121
Modified Files:
nss.spec
Added Files:
nss-pem-bug483855.patch
Log Message:
* Tue Mar 31 2009 Kai Engert <kaie(a)redhat.com> - 3.12.2.0-3
- add upstream patch to fix bug 483855
nss-pem-bug483855.patch:
--- NEW FILE nss-pem-bug483855.patch ---
diff -ruNp mozilla.orig/security/nss/lib/ckfw/pem/pobject.c mozilla/security/nss/lib/ckfw/pem/pobject.c
--- mozilla.orig/security/nss/lib/ckfw/pem/pobject.c 2009-02-28 15:03:36.719964516 +0100
+++ mozilla/security/nss/lib/ckfw/pem/pobject.c 2009-02-28 15:03:55.964074075 +0100
@@ -987,10 +987,7 @@ pem_CreateObject
char *ivstring = NULL;
count = pem_nobjs;
- if (count > 0)
- size = ((count / PEM_ITEM_CHUNK) + 1) * PEM_ITEM_CHUNK;
- else
- size = 0;
+ size = (count / PEM_ITEM_CHUNK) * PEM_ITEM_CHUNK;
/*
* only create token objects
Index: nss.spec
===================================================================
RCS file: /cvs/extras/rpms/nss/F-9/nss.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- nss.spec 23 Jan 2009 05:32:12 -0000 1.52
+++ nss.spec 31 Mar 2009 23:11:36 -0000 1.53
@@ -5,7 +5,7 @@
Summary: Network Security Services
Name: nss
Version: 3.12.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
License: MPLv1.1 or GPLv2+ or LGPLv2+
URL: http://www.mozilla.org/projects/security/pki/nss/
Group: System Environment/Libraries
@@ -33,6 +33,7 @@
Patch1: nss-no-rpath.patch
Patch2: nss-nolocalsql.patch
+Patch4: nss-pem-bug483855.patch
Patch5: nss-pem-bug429175.patch
Patch6: nss-enable-pem.patch
@@ -88,6 +89,7 @@
%patch1 -p0
%patch2 -p0
+%patch4 -p0 -b .483855
%patch5 -p0 -b .429175
%patch6 -p0 -b .libpem
@@ -446,6 +448,8 @@
%changelog
+* Tue Mar 31 2009 Kai Engert <kaie(a)redhat.com> - 3.12.2.0-3
+- add upstream patch to fix bug 483855
* Fri Jan 23 2009 Kai Engert <kengert(a)redhat.com> - 3.12.2.0-2
- Update to NSS_3_12_2_WITH_CKBI_1_73_RTM
* Wed Nov 19 2008 Kai Engert <kengert(a)redhat.com> - 3.12.2.0-1.1
14Â years, 6Â months
rpms/nss/F-10 nss-pem-bug483855.patch,NONE,1.1 nss.spec,1.57,1.58
by Kai Engert
Author: kengert
Update of /cvs/extras/rpms/nss/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19306
Modified Files:
nss.spec
Added Files:
nss-pem-bug483855.patch
Log Message:
* Tue Mar 31 2009 Kai Engert <kaie(a)redhat.com> - 3.12.2.0-5
- add upstream patch to fix bug 483855
nss-pem-bug483855.patch:
--- NEW FILE nss-pem-bug483855.patch ---
diff -ruNp mozilla.orig/security/nss/lib/ckfw/pem/pobject.c mozilla/security/nss/lib/ckfw/pem/pobject.c
--- mozilla.orig/security/nss/lib/ckfw/pem/pobject.c 2009-02-28 15:03:36.719964516 +0100
+++ mozilla/security/nss/lib/ckfw/pem/pobject.c 2009-02-28 15:03:55.964074075 +0100
@@ -987,10 +987,7 @@ pem_CreateObject
char *ivstring = NULL;
count = pem_nobjs;
- if (count > 0)
- size = ((count / PEM_ITEM_CHUNK) + 1) * PEM_ITEM_CHUNK;
- else
- size = 0;
+ size = (count / PEM_ITEM_CHUNK) * PEM_ITEM_CHUNK;
/*
* only create token objects
Index: nss.spec
===================================================================
RCS file: /cvs/extras/rpms/nss/F-10/nss.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- nss.spec 23 Jan 2009 05:39:22 -0000 1.57
+++ nss.spec 31 Mar 2009 23:09:04 -0000 1.58
@@ -5,7 +5,7 @@
Summary: Network Security Services
Name: nss
Version: 3.12.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
License: MPLv1.1 or GPLv2+ or LGPLv2+
URL: http://www.mozilla.org/projects/security/pki/nss/
Group: System Environment/Libraries
@@ -33,6 +33,7 @@
Patch1: nss-no-rpath.patch
Patch2: nss-nolocalsql.patch
+Patch4: nss-pem-bug483855.patch
Patch5: nss-pem-bug429175.patch
Patch6: nss-enable-pem.patch
@@ -88,6 +89,7 @@
%patch1 -p0
%patch2 -p0
+%patch4 -p0 -b .483855
%patch5 -p0 -b .429175
%patch6 -p0 -b .libpem
@@ -446,6 +448,8 @@
%changelog
+* Tue Mar 31 2009 Kai Engert <kaie(a)redhat.com> - 3.12.2.0-5
+- add upstream patch to fix bug 483855
* Fri Jan 23 2009 Kai Engert <kengert(a)redhat.com> - 3.12.2.0-4
- Update to NSS_3_12_2_WITH_CKBI_1_73_RTM
* Wed Oct 22 2008 Kai Engert <kaie(a)redhat.com> - 3.12.2.0-3
14Â years, 6Â months
rpms/fbreader/devel .cvsignore, 1.11, 1.12 fbreader.spec, 1.17, 1.18 sources, 1.11, 1.12 fbreader-0.10.3-gcc44.patch, 1.1, NONE
by Michel Alexandre Salim
Author: salimma
Update of /cvs/pkgs/rpms/fbreader/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18799/devel
Modified Files:
.cvsignore fbreader.spec sources
Removed Files:
fbreader-0.10.3-gcc44.patch
Log Message:
* Tue Mar 31 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.10.7-1
- Update to 0.10.7
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 6 Feb 2009 02:25:27 -0000 1.11
+++ .cvsignore 31 Mar 2009 23:07:22 -0000 1.12
@@ -1 +1 @@
-fbreader-sources-0.10.3.tgz
+fbreader-sources-0.10.7.tgz
Index: fbreader.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/devel/fbreader.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- fbreader.spec 25 Feb 2009 01:33:26 -0000 1.17
+++ fbreader.spec 31 Mar 2009 23:07:22 -0000 1.18
@@ -1,7 +1,7 @@
# rebuild with --with qt4 to build optional qt4 UI
Name: fbreader
-Version: 0.10.3
-Release: 3%{?dist}
+Version: 0.10.7
+Release: 1%{?dist}
Summary: E-book reader
Group: Applications/Publishing
@@ -13,8 +13,6 @@
# Use to expose the compiler flags used during build
# Patch2: fbreader-debug.patch
Patch3: fbreader-defaults.patch
-# http://fbreader.org/mantis/view.php?id=150
-Patch4: fbreader-0.10.3-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel bzip2-devel liblinebreak-static
@@ -54,7 +52,6 @@
%patch1 -p0 -b .optflags
#%patch2 -p0 -b .debug
%patch3 -p0 -b .defaults
-%patch4 -p1 -b .gcc44
%build
@@ -119,6 +116,9 @@
%changelog
+* Tue Mar 31 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.10.7-1
+- Update to 0.10.7
+
* Tue Feb 24 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.10.3-3
- Fix for GCC 4.4
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 6 Feb 2009 02:25:27 -0000 1.11
+++ sources 31 Mar 2009 23:07:22 -0000 1.12
@@ -1 +1 @@
-0610dc1757a69f469dd56d45dbb300e5 fbreader-sources-0.10.3.tgz
+145f4d2ba24c54288bad2d66ddd2baf2 fbreader-sources-0.10.7.tgz
--- fbreader-0.10.3-gcc44.patch DELETED ---
14Â years, 6Â months
rpms/fbreader/F-9 .cvsignore, 1.10, 1.11 fbreader.spec, 1.15, 1.16 sources, 1.10, 1.11
by Michel Alexandre Salim
Author: salimma
Update of /cvs/pkgs/rpms/fbreader/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18799/F-9
Modified Files:
.cvsignore fbreader.spec sources
Log Message:
* Tue Mar 31 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.10.7-1
- Update to 0.10.7
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/F-9/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 6 Feb 2009 02:22:12 -0000 1.10
+++ .cvsignore 31 Mar 2009 23:07:22 -0000 1.11
@@ -1 +1 @@
-fbreader-sources-0.10.3.tgz
+fbreader-sources-0.10.7.tgz
Index: fbreader.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/F-9/fbreader.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- fbreader.spec 6 Feb 2009 02:22:12 -0000 1.15
+++ fbreader.spec 31 Mar 2009 23:07:22 -0000 1.16
@@ -1,6 +1,6 @@
# rebuild with --with qt4 to build optional qt4 UI
Name: fbreader
-Version: 0.10.3
+Version: 0.10.7
Release: 1%{?dist}
Summary: E-book reader
@@ -116,6 +116,9 @@
%changelog
+* Tue Mar 31 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.10.7-1
+- Update to 0.10.7
+
* Thu Feb 5 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.10.3-1
- Update to 0.10.3
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/F-9/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 6 Feb 2009 02:22:12 -0000 1.10
+++ sources 31 Mar 2009 23:07:22 -0000 1.11
@@ -1 +1 @@
-0610dc1757a69f469dd56d45dbb300e5 fbreader-sources-0.10.3.tgz
+145f4d2ba24c54288bad2d66ddd2baf2 fbreader-sources-0.10.7.tgz
14Â years, 6Â months
rpms/fbreader/F-10 .cvsignore, 1.10, 1.11 fbreader.spec, 1.15, 1.16 sources, 1.10, 1.11
by Michel Alexandre Salim
Author: salimma
Update of /cvs/pkgs/rpms/fbreader/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18799/F-10
Modified Files:
.cvsignore fbreader.spec sources
Log Message:
* Tue Mar 31 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.10.7-1
- Update to 0.10.7
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/F-10/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 6 Feb 2009 02:22:12 -0000 1.10
+++ .cvsignore 31 Mar 2009 23:07:22 -0000 1.11
@@ -1 +1 @@
-fbreader-sources-0.10.3.tgz
+fbreader-sources-0.10.7.tgz
Index: fbreader.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/F-10/fbreader.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- fbreader.spec 6 Feb 2009 02:22:12 -0000 1.15
+++ fbreader.spec 31 Mar 2009 23:07:22 -0000 1.16
@@ -1,6 +1,6 @@
# rebuild with --with qt4 to build optional qt4 UI
Name: fbreader
-Version: 0.10.3
+Version: 0.10.7
Release: 1%{?dist}
Summary: E-book reader
@@ -116,6 +116,9 @@
%changelog
+* Tue Mar 31 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.10.7-1
+- Update to 0.10.7
+
* Thu Feb 5 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.10.3-1
- Update to 0.10.3
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fbreader/F-10/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 6 Feb 2009 02:22:12 -0000 1.10
+++ sources 31 Mar 2009 23:07:22 -0000 1.11
@@ -1 +1 @@
-0610dc1757a69f469dd56d45dbb300e5 fbreader-sources-0.10.3.tgz
+145f4d2ba24c54288bad2d66ddd2baf2 fbreader-sources-0.10.7.tgz
14Â years, 6Â months