/[packages]/cauldron/kernel-tmb/pristine/SPECS/kernel-tmb.spec
ViewVC logotype

Diff of /cauldron/kernel-tmb/pristine/SPECS/kernel-tmb.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 408961 by tmb, Sun Apr 7 19:49:29 2013 UTC revision 412659 by tmb, Wed May 8 20:04:39 2013 UTC
# Line 4  Line 4 
4  %define kernelversion   3  %define kernelversion   3
5  %define patchlevel      8  %define patchlevel      8
6  # sublevel is now used for -stable patches  # sublevel is now used for -stable patches
7  %define sublevel        6  %define sublevel        12
8    
9  # Package release  # Package release
10  %define mgarel          1  %define mgarel          1
# Line 657  SaveDevel() { Line 657  SaveDevel() {
657          cp -fR drivers/lguest/lg.h $TempDevelRoot/drivers/lguest/          cp -fR drivers/lguest/lg.h $TempDevelRoot/drivers/lguest/
658    
659          # Needed for lirc_gpio (Anssi Hannula, #39004, #54907)          # Needed for lirc_gpio (Anssi Hannula, #39004, #54907)
660          cp -fR drivers/media/pci/bt8xx/bttv{,p}.h $TempDevelRoot/drivers/media/video/bt8xx/          cp -fR drivers/media/pci/bt8xx/bttv{,p}.h $TempDevelRoot/drivers/media/pci/bt8xx/
661          cp -fR drivers/media/pci/bt8xx/bt848.h $TempDevelRoot/drivers/media/video/bt8xx/          cp -fR drivers/media/pci/bt8xx/bt848.h $TempDevelRoot/drivers/media/pci/bt8xx/
662          cp -fR drivers/media/i2c/btcx-risc.h $TempDevelRoot/drivers/media/video/          cp -fR drivers/media/i2c/btcx-risc.h $TempDevelRoot/drivers/media/i2c/
663    
664          # Needed for external dvb tree (#41418)          # Needed for external dvb tree (#41418)
665          cp -fR drivers/media/dvb-core/*.h $TempDevelRoot/drivers/media/dvb/dvb-core/          cp -fR drivers/media/dvb-core/*.h $TempDevelRoot/drivers/media/dvb-core/
666          cp -fR drivers/media/frontends/lgdt330x.h $TempDevelRoot/drivers/media/dvb/frontends/          cp -fR drivers/media/dvb-frontends/lgdt330x.h $TempDevelRoot/drivers/media/dvb-frontends/
667    
668          # add acpica header files, needed for fglrx build          # add acpica header files, needed for fglrx build
669          cp -fR drivers/acpi/acpica/*.h $TempDevelRoot/drivers/acpi/acpica/          cp -fR drivers/acpi/acpica/*.h $TempDevelRoot/drivers/acpi/acpica/
# Line 956  chmod -R a+rX %{target_source} Line 956  chmod -R a+rX %{target_source}
956    
957  # we remove all the source files that we don't ship  # we remove all the source files that we don't ship
958  # first architecture files  # first architecture files
959  for i in alpha arm arm26 arm64avr32 blackfin c6x cris frv h8300 hexagon ia64 \  for i in alpha arm arm26 arm64 avr32 blackfin c6x cris frv h8300 hexagon ia64 \
960           microblaze mips m32r m68k m68knommu mn10300 openrisc parisc \           microblaze mips m32r m68k m68knommu mn10300 openrisc parisc \
961           powerpc ppc s390 sh sh64 score sparc tile v850 xtensa unicore32; do           powerpc ppc s390 sh sh64 score sparc tile v850 xtensa unicore32; do
962          rm -rf %{target_source}/arch/$i          rm -rf %{target_source}/arch/$i
# Line 1088  popd Line 1088  popd
1088  %endif  %endif
1089    
1090  %changelog  %changelog
1091    * Wed May  8 2013 Thomas Backlund <tmb@mageia.org> 3.8.12-1.mga3
1092    - update to 3.8.12
1093    - update patches:
1094      * DN01-DN03: alx ethernet support including BigFoot e2200
1095    - add patches:
1096      * DG11: drm/cirrus: Correct register values for 16bpp
1097      * DG12: drm/cirrus: deal with bo reserve fail in dirty update path
1098      * DG21: Fix detection of base of stolen memory
1099      * DG22: Use MLC (l3$) for context objects
1100      * DG23: Add no-lvds quirk for Fujitsu Esprimo Q900
1101      * DG24: Fixup Oops in the pipe config computation
1102      * DG25: set CPT FDI RX polarity bits based on VBT
1103      * DN21: carl9170: fix frame drop and WARN due to minstrel_ht change
1104      * DN22: carl9170: remove fast channel change feature (unreliable)
1105    - drop merged patches:
1106      * AA01: TTY fix
1107      * DN04: alx fix
1108    
1109    * Wed May  1 2013 Thomas Backlund <tmb@mageia.org> 3.8.11-1.mga3
1110    - update to 3.8.11
1111    - drop merged patches:
1112      * AA01-AA03: stable queue fixes
1113    - add patch:
1114      * DT01: tty: fix up atime/mtime mess, take three (Linus, upstream)
1115    
1116    * Sat Apr 27 2013 Thomas Backlund <tmb@mageia.org> 3.8.10-1.mga3
1117    - update to 3.8.10
1118    - drop merged / obsolete patches:
1119      * AA01-AA20: 3.8.6+ stable fixes (merged)
1120      * DP01: disable-aspm-link check for ath5k (obsolete)
1121    - add patches:
1122      * AA01: aio: fix possible invalid memory access when DEBUG is enabled
1123      * AA02: TTY: do not update atime/mtime on read/write (CVE-2013-0160)
1124      * AA03: TTY: fix atime/mtime regression
1125      * BD01: block: fix max discard sectors limit
1126      * DG01: drm/radeon: don't use get_engine_clock() on APUs (mga #8077, fdo #62493)
1127      * DG02: drm/radeon: add some new SI PCI ids
1128      * DG03: drm/radeon: add new richland pci ids
1129      * DI10-DI12: intel_idle: add Haswell support
1130    - make EFI_VARS builtin on x86_64
1131    - set DEFAULT_NLS to utf8
1132    
1133  * Sun Apr  7 2013 Thomas Backlund <tmb@mageia.org> 3.8.6-1.mga3  * Sun Apr  7 2013 Thomas Backlund <tmb@mageia.org> 3.8.6-1.mga3
1134  - update to 3.8.6  - update to 3.8.6
1135  - update patches:  - update patches:
# Line 1624  popd Line 1666  popd
1666      * DG02: drm/i915: Fix calculation of backlight value in combined mode      * DG02: drm/i915: Fix calculation of backlight value in combined mode
1667  - drop S5, not needed anymore as we ship unprepared kernel-source  - drop S5, not needed anymore as we ship unprepared kernel-source
1668    
1669  * Sat Jan 26 2011 Thomas Backlund <tmb@mageia.org> 2.6.37.2-1.mga1  * Sat Jan 22 2011 Thomas Backlund <tmb@mageia.org> 2.6.37.2-1.mga1
1670  - update to 2.6.37.2  - update to 2.6.37.2
1671  - rediff patch:  - rediff patch:
1672      * CK01: Con Kolivas -ck1 patchset including BFS      * CK01: Con Kolivas -ck1 patchset including BFS
# Line 1918  popd Line 1960  popd
1960              (fixes a regression and improves writeback ~3 times on big files)              (fixes a regression and improves writeback ~3 times on big files)
1961      * NI01: netfilter: fix CONFIG_COMPAT support      * NI01: netfilter: fix CONFIG_COMPAT support
1962    
1963  * Fri Aug 26 2010 Thomas Backlund <tmb@mandriva.org> 2.6.35.4-1mdv  * Fri Aug 27 2010 Thomas Backlund <tmb@mandriva.org> 2.6.35.4-1mdv
1964  - update to 2.6.35.4 (CVE-2010-2803)  - update to 2.6.35.4 (CVE-2010-2803)
1965    * drop merged patches:    * drop merged patches:
1966        AX01, FS20        AX01, FS20

Legend:
Removed from v.408961  
changed lines
  Added in v.412659

  ViewVC Help
Powered by ViewVC 1.1.30